Claude Code Integration
v1.0.0Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
⭐ 15· 6.6k·104 current·106 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description claim a Claude Code integration that surfaces documentation and coordinates tasks via OpenClaw. The package includes a local CLI-like Python script and an install script that copies files into the OpenClaw skills directory. Requiring OpenClaw (checked in install.sh) matches the stated purpose. The only mild inconsistency: the documentation text mentions ANTHROPIC_API_KEY and remote Claude installers, but the skill itself declares no required environment variables because it intends to leverage OpenClaw for runtime access.
Instruction Scope
SKILL.md and README are focused on documentation queries and subagent/task workflows routed through OpenClaw. The instructions explicitly indicate that task execution happens through OpenClaw's subagent system and reference OpenClaw exec/read-write tools rather than direct network calls from the skill. The documentation includes example curl/powershell install snippets for external Claude binaries, but those are shown in doc text and not invoked by the skill itself.
Install Mechanism
No remote downloads are performed by install.sh; it requires a local openclaw binary and copies repository files into $HOME/.openclaw/skills/claude-code and makes the Python script executable. That is a low-risk, standard local install. The README contains examples that pipe remote installers from third-party domains (curl | bash) but those are only examples in documentation, not used by the skill's install.sh.
Credentials
The skill declares no required environment variables (consistent with relying on OpenClaw), which is proportional. Documentation content references ANTHROPIC_API_KEY and other Claude/Anthropic config locations — that's informative for users who separately install/authorize Claude Code, but it is not required by this skill. This mismatch is acceptable but should be noted: if the skill were later extended to call Claude/Anthropic directly, an API key would be expected.
Persistence & Privilege
always:false and no modifications to other skills or system-wide configuration are present. install.sh writes only to the skill's directory under ~/.openclaw/skills, which is normal for a user-level skill install.
Assessment
This package appears to be a documentation/wrapper skill that delegates real execution to OpenClaw. Before installing: (1) Inspect claude-code.py for any network calls or subprocess.exec that might contact external services (we reviewed the provided docs and install script and saw no active remote downloads, but you should confirm the script body does not perform HTTP requests). (2) Do not run arbitrary curl | bash commands shown in the documentation unless you trust the remote host — the docs include example installer commands for external Claude binaries which are separate from this skill. (3) If you expect the skill to create/manage subagents that interact with Claude/Anthropic directly, verify whether it will require or accept an API key and where that key would be stored. (4) Install via the included install.sh only after confirming the script and Python code match your expectations. Overall the skill looks coherent and proportionate, but standard caution about reviewing code and not blindly running remote installers applies.Like a lobster shell, security has layers — review code before you run it.
ai-codingvk97bgf93ensde95189x18ndgcs80y7dybest-practicesvk97bgf93ensde95189x18ndgcs80y7dydocumentationvk97bgf93ensde95189x18ndgcs80y7dylatestvk97bgf93ensde95189x18ndgcs80y7dyworkflowsvk97bgf93ensde95189x18ndgcs80y7dy
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
