File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,15 +179,23 @@ Use `OUTPUT=yaml|json|rich|auto` to override.
179179
180180rdt-cli ships with a [`SKILL.md`](./SKILL.md) that teaches AI agents how to use it.
181181
182- # ## Claude Code / Antigravity
182+ # ## [Skills CLI](https://github.com/vercel-labs/skills) (Recommended)
183+
184+ ` ` ` bash
185+ npx skills add jackwener/rdt-cli
186+ ` ` `
187+
188+ | Flag | Description |
189+ | --- | --- |
190+ | `-g` | Install globally (user-level, shared across projects) |
191+ | `-a claude-code` | Target a specific agent |
192+ | `-y` | Non-interactive mode |
193+
194+ # ## Manual Install
183195
184196` ` ` bash
185197mkdir -p .agents/skills
186198git clone git@github.com:jackwener/rdt-cli.git .agents/skills/rdt-cli
187-
188- # Or just copy the SKILL.md
189- curl -o .agents/skills/rdt-cli/SKILL.md \
190- https://raw.githubusercontent.com/jackwener/rdt-cli/main/SKILL.md
191199` ` `
192200
193201# ## OpenClaw / ClawHub
@@ -375,7 +383,19 @@ Cookie 保存后有效期 **7 天**,超时后自动尝试从浏览器刷新。
375383
376384rdt-cli 自带 [`SKILL.md`](./SKILL.md),让 AI Agent 能自动学习并使用本工具。
377385
378- # ## Claude Code / Antigravity
386+ # ## [Skills CLI](https://github.com/vercel-labs/skills)(推荐)
387+
388+ ` ` ` bash
389+ npx skills add jackwener/rdt-cli
390+ ` ` `
391+
392+ | 参数 | 说明 |
393+ | --- | --- |
394+ | `-g` | 全局安装(用户级别,跨项目共享) |
395+ | `-a claude-code` | 指定目标 Agent |
396+ | `-y` | 非交互模式 |
397+
398+ # ## 手动安装
379399
380400` ` ` bash
381401mkdir -p .agents/skills
You can’t perform that action at this time.
0 commit comments