Revert "fix: remove unverified clawhub install commands from all READMEs and landing page"

This reverts commit 23f0ff0bd6.
This commit is contained in:
xsser
2026-03-12 18:46:38 +08:00
parent 23f0ff0bd6
commit 827b89c9fb
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -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
+4
View File
@@ -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
+4
View File
@@ -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