mirror of
https://github.com/tanweai/pua.git
synced 2026-09-01 04:59:28 +08:00
Revert "fix: remove unverified clawhub install commands from all READMEs and landing page"
This reverts commit 23f0ff0bd6.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user