@yoooclaw/cli 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -59,12 +59,15 @@ yc --help # 等价短 alias
59
59
 
60
60
  ```bash
61
61
  yoooclaw skills list # 列出随包发布的内置 Skill
62
- yoooclaw skills install # 软链到 ~/.claude/skills(升级后随包自动更新)
62
+ yoooclaw skills targets # 查看支持的 Agent 目标和探测结果
63
+ yoooclaw skills install # 自动探测唯一 Agent 后软链安装
64
+ yoooclaw skills install --agent codex
65
+ yoooclaw skills install --agent claude
63
66
  yoooclaw skills install --copy # 复制而非软链(Windows 无管理员权限时用)
64
67
  yoooclaw skills install --target <dir> --force
65
68
  ```
66
69
 
67
- 默认软链而非复制:`yoooclaw update self` 升级 CLI 后,Skill 内容自动跟随新版本。安装后重启 Agent 会话即可被发现。
70
+ 默认软链而非复制:`yoooclaw update self` 升级 CLI 后,Skill 内容自动跟随新版本。裸 `skills install` 只会在检测到唯一 Agent 时自动安装;否则显式传 `--agent claude` / `--agent codex` 或 `--target <dir>`。安装后重启 Agent 会话即可被发现。
68
71
 
69
72
  ## 数据目录
70
73