diff --git a/README.ja.md b/README.ja.md index 4fe87d5..4d1a132 100644 --- a/README.ja.md +++ b/README.ja.md @@ -247,6 +247,10 @@ curl -o .kiro/skills/pua-debugging-ja/SKILL.md \ OpenClawは同じAgentSkillsオープンスタンダード(SKILL.md)を使用。SkillファイルはClaude Code、Codex CLI、OpenClaw間で修正なしで共用可能: ```bash +# ClawHub経由でインストール +clawhub install pua-debugging-ja + +# または手動インストール mkdir -p ~/.openclaw/skills/pua-debugging-ja curl -o ~/.openclaw/skills/pua-debugging-ja/SKILL.md \ https://raw.githubusercontent.com/tanweai/pua/main/skills/pua-debugging-ja/SKILL.md diff --git a/README.md b/README.md index 9119f28..9d99541 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,10 @@ curl -o .kiro/skills/pua-debugging/SKILL.md \ OpenClaw uses the same AgentSkills open standard (SKILL.md). Skills work across Claude Code, Codex CLI, and OpenClaw with zero modifications: ```bash +# Install via ClawHub +clawhub install pua-debugging + +# Or manual install mkdir -p ~/.openclaw/skills/pua-debugging curl -o ~/.openclaw/skills/pua-debugging/SKILL.md \ https://raw.githubusercontent.com/tanweai/pua/main/skills/pua-debugging/SKILL.md diff --git a/README.zh-CN.md b/README.zh-CN.md index c94dc3d..1621be1 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -260,6 +260,10 @@ curl -o .kiro/skills/pua-debugging/SKILL.md \ OpenClaw 使用相同的 AgentSkills 开放标准(SKILL.md)。Skill 文件在 Claude Code、Codex CLI、OpenClaw 之间零修改通用: ```bash +# 通过 ClawHub 安装 +clawhub install pua-debugging + +# 或手动安装 mkdir -p ~/.openclaw/skills/pua-debugging curl -o ~/.openclaw/skills/pua-debugging/SKILL.md \ https://raw.githubusercontent.com/tanweai/pua/main/skills/pua-debugging/SKILL.md