feat: ship Claude Code skill in repo with install script
- skill/run-hy3d/SKILL.md: user-level skill now versioned in repo - skill/install.sh: one-command install to ~/.claude/skills/run-hy3d - README/README_CN: document skill install/uninstall
This commit is contained in:
@@ -177,6 +177,16 @@ CLI 等价写法:`hy3d --cookies /path/to/cookies.txt quota`,或环境变量
|
||||
| `hy3d/config.py` | 配置路径管理 |
|
||||
| `hy3d/browser/` | 登录 / 抓包 / 浏览器自动化工具 |
|
||||
|
||||
## Claude Code Skill(可选)
|
||||
|
||||
`skill/run-hy3d/` 附带一个 Claude Code skill:让 agent 直接驱动 `hy3d`(查配额、文生 3D、下载模型、诊断登录状态与退出码)。安装:
|
||||
|
||||
```bash
|
||||
./skill/install.sh # 安装到 ~/.claude/skills/run-hy3d
|
||||
```
|
||||
|
||||
新会话中可用 `/run-hy3d` 调用,或当描述命中时自动加载。卸载:`rm -rf ~/.claude/skills/run-hy3d`。
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [逆向工程文档](README_REVERSE_ENGINEERING_CN.md) — 签名算法逆向过程与关键常量
|
||||
|
||||
Reference in New Issue
Block a user