bythe-open-agent· 54 skills
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). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
$npx -y skills add the-open-agent/openagent --skill coding-agentInstalls into the current project.
Run `npx skills use "https://github.com/the-open-agent/openagent" --skill "the-open-agent/openagent/coding-agent"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/the-open-agent/openagent" that are relevant to the current task. Run `npx skills add "https://github.com/the-open-agent/openagent"` and select the relevant skills, then follow their instructions.