install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/biuyx/macclaw-copilot-cli" ~/.claude/skills/clawdbot-skills-macclaw-copilot-cli && rm -rf "$T"
manifest:
skills/biuyx/macclaw-copilot-cli/SKILL.mdsource content
MacClaw Copilot CLI
使用 GitHub Copilot CLI 分析代码。
安装
brew install copilot-cli
使用
COPILOT_GITHUB_TOKEN=$(cat ~/.copilot/github_token.txt) copilot -p "你的问题"