Coding Agent
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Requires a bash tool that supports pty:true.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add coding-agent npx -- -y @trustedskills/coding-agent
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"coding-agent": {
"command": "npx",
"args": [
"-y",
"@trustedskills/coding-agent"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
OpenClaw is a personal AI assistant designed to operate locally on user devices. It provides responses across various messaging platforms like WhatsApp, Telegram, and Slack, and offers voice interaction capabilities on macOS/iOS/Android. A key feature is its "Canvas" which allows for interactive control by the user.
When to use it
- Personal Productivity: Use OpenClaw to manage tasks, set reminders, or quickly access information without relying on cloud-based services.
- Cross-Platform Communication: Receive and respond to messages across multiple platforms (Slack, Discord, Telegram) from a single interface.
- Local Data Privacy: Ideal for users who prioritize keeping their data and interactions private by running an AI assistant locally.
- Interactive Control: Utilize the Canvas feature for visual interaction and control of the AI agent's functions.
Key capabilities
- Cross-platform messaging support (WhatsApp, Telegram, Slack, Discord, etc.)
- Voice interaction on macOS/iOS/Android
- Local operation – data stays on user devices
- Interactive "Canvas" for visual control
- Onboarding wizard for easy setup (
openclaw onboard)
Example prompts
- “OpenClaw, remind me to call John at 2 PM.”
- “Show me the latest news headlines on the Canvas.”
- "Can you summarize my messages from Slack?"
- "What's the weather like today?”
Tips & gotchas
- The preferred setup method is running
openclaw onboardin your terminal to guide initial configuration. - OpenClaw functions as a personal assistant, designed for single-user operation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v2026.3.2
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Nov 24, 2025
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.