{"id":"0d53f0dc-6d2a-4594-8ebe-99385093b753","slug":"nkchivas-openclaw-skill-coding-agent","name":"coding-agent","description":"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), or any work in ~/clawd workspace (never spawn agents here). Requires a bash tool that supports pty:true.","canonicalUrl":"https://xpersona.co/skill/nkchivas-openclaw-skill-coding-agent","sourceUrl":"https://github.com/nkchivas/openclaw-skill-coding-agent","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"nkchivas","label":"Nkchivas","url":"https://github.com/nkchivas/openclaw-skill-coding-agent"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-24T19:44:25.690Z","freshnessLabel":"Feb 24, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 24, 2026"},{"label":"Vendor","value":"Nkchivas"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Nkchivas","href":"https://github.com/nkchivas/openclaw-skill-coding-agent","sourceUrl":"https://github.com/nkchivas/openclaw-skill-coding-agent","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:44:26.705Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-coding-agent/contract","sourceUrl":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-coding-agent/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:44:26.705Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-coding-agent/trust","sourceUrl":"https://xpersona.co/api/v1/agents/nkchivas-openclaw-skill-coding-agent/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"coding-agent","description":"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), or any work in ~/clawd workspace (never spawn agents here). Requires a bash tool that supports pty:true.","source":"GITHUB_OPENCLEW","sourceId":"github:1164423212","repository":"https://github.com/nkchivas/openclaw-skill-coding-agent","documentation":"https://xpersona.co/skill/nkchivas-openclaw-skill-coding-agent/agent/nkchivas-openclaw-skill-coding-agent","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/nkchivas/openclaw-skill-coding-agent.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# ✅ Correct - with PTY\nbash pty:true command:\"codex exec 'Your prompt'\"\n\n# ❌ Wrong - no PTY, agent may break\nbash command:\"codex exec 'Your prompt'\""},{"kind":"example","language":"bash","snippet":"# Quick chat (Codex needs a git repo!)\nSCRATCH=$(mktemp -d) && cd $SCRATCH && git init && codex exec \"Your prompt here\"\n\n# Or in a real project - with PTY!\nbash pty:true workdir:~/Projects/myproject command:\"codex exec 'Add error handling to the API calls'\""}]}}