Request: Worry asked to record API information to cloudreve-webdav skill
Updates Made:
Added new section "Cloudreve REST API (Share Links)" to SKILL.md:
Authentication via POST /api/v3/user/session (cookie-based)
Directory listing via GET /api/v3/directory/{path}
Share creation via POST /api/v3/share
Complete example workflow
Credential differentiation (Web login vs WebDAV)
Updated Tips and Troubleshooting sections
Key Learnings:
WebDAV credentials differ from Web login credentials
Web login: sheldon@gmail.com / knock_knock_knock
API uses session cookies, not Bearer tokens
Must use cookie jar approach (-c and -b flags)
Share links format: http://ossworry.top/s/XXXXX
Skill Repackaged:
Location: /root/.openclaw/workspace/cloudreve-webdav.skill
Status: ✅ Successfully validated and packaged
---