Overview
- Skill Key
- enderfga/openclaw-claude-code
- Author
- enderfga
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/enderfga/openclaw-claude-code
- Latest Commit SHA
- 1568353820931b64e2c693acc9f25b1be2b52d51
Control Claude Code via MCP protocol. Execute commands, read/write files, search code, and use all Claude Code tools programmatically with agent team support.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 claude-code-skill 技能。 若已安装,则直接安装 claude-code-skill 技能。
# Claude Code Skill
Control Claude Code via MCP (Model Context Protocol). This skill unleashes the full power of Claude Code for openclaw agents, including persistent sessions, agent teams, and advanced tool control.
## ⚡ Quick Start
```bash
# Start a persistent Claude session for your project
claude-code-skill session-start myproject -d ~/project \
--permission-mode plan \
--allowed-tools "Bash,Read,Edit,Write,Glob,Grep" \
--max-budget 2.00
# Send a complex task (Claude will autonomously use tools)
claude-code-skill session-send myproject "Find all TODO comments and create GitHub issues" --stream
# Check progress
claude-code-skill session-status myproject
```
## 🎯 When to Use This Skill
### Use Persistent Sessions When:
- ✅ Multi-step tasks requiring multiple tool calls
- ✅ Iterative development (write code → test → fix → repeat)
- ✅ Long conversations needing full context
- ✅ Agent needs to work autonomously
- ✅ You want streaming real-time feedback
### Use Direct MCP Tools When:
- ✅ Single command execution
- ✅ Quick file read/write
- ✅ One-off searches
- ✅ No context needed between operations
## 📚 Command Reference
### Basic MCP Operations
```bash
# Connect to Claude Code MCP
claude-code-skill connect
claude-code-skill status
claude-code-skill tools
# Direct tool calls (no persistent session)
claude-code-skill bash "npm test"
claude-code-skill read /path/to/file.ts
claude-code-skill glob "**/*.ts" -p ~/project
claude-code-skill grep "TODO" -p ~/project -c
claude-code-skill call Write -a '{"file_path":"/tmp/test.txt","content":"Hello"}'
# Disconnect
claude-code-skill disconnect
```
### Persistent Sessions (Agent Loop)
#### Starting Sessions
```bash
# Basic start
claude-code-skill session-start myproject -d ~/project
# With custom API endpoint (for Gemini/GPT proxy)
claude-code-skill session-start gemini-task -d ~/project \
--base-url http://127.0.0.1:8082 \
--model gemini-2.0-flash
# With permission mode (plan = preview cha...
# Claude Code Skill 🤖 Control Claude Code via MCP (Model Context Protocol). This CLI provides programmatic access to Claude Code's full capabilities including persistent sessions, agent teams, and advanced tool control. ## Features - 🔌 **MCP Protocol** - Direct access to all Claude Code tools - 💾 **Persistent Sessions** - Maintain context across multiple interactions - 🤝 **Agent Teams** - Deploy multiple specialized agents - 🔧 **Tool Control** - Fine-grained control over which tools are available - 📊 **Budget Limits** - Set spending caps on API usage - 🔄 **Session Management** - Fork, pause, resume, search sessions ## Installation ```bash # Clone git clone https://github.com/Enderfga/openclaw-claude-code-skill.git cd openclaw-claude-code-skill # Install dependencies npm install # Build npm run build # Link globally (optional) npm link ``` ## Requirements - Node.js 18+ - Backend API server running (see Configuration) - Claude Code CLI (for the backend) ## Multi-Model Support (Proxy) 🌐 Use `--base-url` to route requests through a custom API endpoint, enabling **any OpenAI-compatible model** to power Claude Code: ```bash # Use Gemini via claude-code-proxy claude-code-skill session-start gemini-task -d ~/project \ --model gemini-2.0-flash \ --base-url http://127.0.0.1:8082 # Use GPT-4o via OpenAI-compatible endpoint claude-code-skill session-start gpt-task -d ~/project \ --model gpt-4o \ --base-url https://api.openai.com/v1 # Use any OpenRouter model claude-code-skill session-start mixtral-task -d ~/project \ --model mistral/mixtral-8x7b \ --base-url https://openrouter.ai/api/v1 ``` This unlocks the full Claude Code agent loop (persistent sessions, tool use, multi-turn) with any model backend. ## Quick Start ```bash # Start a persistent session claude-code-skill session-start myproject -d ~/project \ --permission-mode plan \ --allowed-tools "Bash,Read,Edit,Write,Glob,Grep" # Send a task claude-code-skill session-send myproject...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.