Use this skill when OpenClaw should talk to PrayerQX/claude-code-open like a conversational coding agent with its own isolated session, instead of exposing raw Claude Code CLI commands.
Use this skill as a specialist coding agent behind OpenClaw.
PrayerQX/claude-code-openUse the high-level agent launcher:
./scripts/claude-code-openclaw-agent.sh \
--chat-id "<chat-id>" \
--repo-path "<repo-path>" \
--message "<user-message>" \
--json
The agent entry does four things:
帮我写一个 Python 爬虫
继续改刚才那个脚本
解释一下这个仓库结构
修一下这个报错
chat_id + repo_path--show-session to inspect state--reset-session to clear only this skill's memoryscripts/invoke-claude-code-open.sh remains the low-level runner