5 Commits

Author SHA1 Message Date
sutong 5d296ee38b feat: add quark rename API
- storage/quark/v1/usage.md: 新增重命名操作
- ref/quark-netdisk-helper/SKILL.md: 新增重命名操作
- ref/resource-pipeline/quark-api.md: 端点表新增重命名

POST /1/clouddrive/file/rename {"fid":"...","file_name":"..."}

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 22:17:43 +08:00
sutong 1cb565161c feat: add tmp/ directory for temp files and cookie, add .gitignore
- tmp/ 用于存放临时文件(文档缓存、cookie等),已加入 .gitignore
- 文档中所有临时文件和 cookie 路径统一指向 tmp/
- SKILL.md 架构图增加 tmp/ 说明

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 18:59:32 +08:00
sutong a2c3463d15 feat: add scrapper naming convention section to quark usage
- 电视剧/动漫、电影的刮削器命名格式
- 当前文件问题分析(无剧名、前缀混乱、格式不规范)
- 批量重命名 Python 脚本示例
- 目录结构要求(Season 01/02 等)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 18:56:01 +08:00
sutong 5bc15d1855 fix: add rule to search all dirs before transfer
storage/quark/v1/usage.md: 转存前必须先遍历所有相关目录
确认资源是否已存在,不能只看一个目录就下结论

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 18:47:56 +08:00
sutong 750f981c7e feat: init media-center skill
资源中心——从多渠道获取资源链接,转存到夸克网盘并整理归档。
- sources/tencent-doc: 腾讯文档读取
- sources/search: 网盘搜索
- storage/quark: 夸克网盘操作
- ref/: 来源 skill 参考归档

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-16 18:28:23 +08:00