← Back to Skills Marketplace
383
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install use-claudecode
Description
A universal MCP-compatible tool/skill that empowers ANY AI Agent to natively call the local Anthropic Claude Code CLI. Ideal for code refactoring, large scal...
Usage Guidance
This skill is a local wrapper that runs your installed 'claude' CLI in whatever absolute path you provide and returns the terminal output. Before installing: (1) confirm you trust the anonymous author and review the included __init__.py (it runs subprocesses and executes the local 'claude' binary); (2) be aware the skill defaults to passing --permission-mode bypassPermissions, which may suppress interactive confirmation prompts and let commands make changes without further confirmation; (3) restrict agent autonomy or require user approval before the agent calls this tool, because it can modify any files under the supplied project_path; (4) test in a sandbox/project copy first; and (5) verify you actually want the agent to automatically delegate file changes to a local CLI rather than performing changes under explicit human control.
Capability Analysis
Type: OpenClaw Skill
Name: use-claudecode
Version: 1.0.2
The skill acts as a wrapper for the Anthropic 'claude-code' CLI, explicitly using the '--permission-mode bypassPermissions' flag to allow the sub-agent to modify files and execute commands without user confirmation. The implementation in __init__.py is vulnerable to shell injection, particularly on Windows where command arguments are joined into a single string for PowerShell execution. While these features provide powerful automation, they significantly expand the attack surface and bypass standard security prompts, making the bundle high-risk.
Capability Assessment
Purpose & Capability
The name/description claim (delegate coding tasks to a local Anthropic Claude Code CLI) matches the contained code: it runs a local 'claude' subprocess in a supplied project_path and returns terminal output. Required resources (none) align with the stated purpose.
Instruction Scope
SKILL.md instructs the agent that it must trigger this skill for any file/project engineering tasks and to supply an absolute project_path. That prescriptive language expands agent behavior and encourages automatic delegation of potentially destructive filesystem operations. The instructions also advertise 'bypass token limits' and developer-style guidance that grants broad discretion to execute arbitrary CLI prompts.
Install Mechanism
No install script or remote downloads are present; this is instruction + local wrapper code only, which is lower risk from supply-chain perspective.
Credentials
The skill requests no credentials or special env variables (proportional). However, it is designed to execute the local 'claude' binary in any absolute path the agent is given, which implicitly grants the skill the ability to read/modify arbitrary files reachable by that path — a legitimate capability for a CLI wrapper but one that increases the blast radius if misused.
Persistence & Privilege
always:false (good). Autonomous invocation is allowed (platform default). Combined with the SKILL.md's 'must trigger' wording and the bypassPermissions CLI flag, this means an agent could autonomously run potentially destructive operations unless the agent or platform enforces user confirmations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install use-claudecode - After installation, invoke the skill by name or use
/use-claudecode - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- No file changes detected in this release.
- Documentation and functionality remain the same as the previous version.
v1.0.1
- Updated description to clarify that the skill is now a universal MCP-compatible tool for ANY AI Agent, not just OpenClaw.
- Emphasized broader use cases, including large scale code generation, refactoring, terminal execution, shell commands, running tests, local environment modification, and bypassing token limits.
- No code or functionality changes; documentation update only.
v1.0.0
make claw use claude code cli for better coding work.
让claw可以使用claude code cli进行更好的编码
Metadata
Frequently Asked Questions
What is use-claudecode?
A universal MCP-compatible tool/skill that empowers ANY AI Agent to natively call the local Anthropic Claude Code CLI. Ideal for code refactoring, large scal... It is an AI Agent Skill for Claude Code / OpenClaw, with 383 downloads so far.
How do I install use-claudecode?
Run "/install use-claudecode" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is use-claudecode free?
Yes, use-claudecode is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does use-claudecode support?
use-claudecode is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created use-claudecode?
It is built and maintained by BigHit1 (@bighit1); the current version is v1.0.2.
More Skills