deepagents CLI Agent Skill -- Install guides and catalog for deepagents, Claude, Codex, and Droid platforms
SaferSkills independently audited deepagents-cli-skills (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
<img src="assets/deepagents-cli-skill.webp" alt="deepagents CLI Agent Skill" width="640">
<br>
One skill. Four platforms. The complete deepagents CLI reference and usage guide,<br>packaged as an Agent Skill for every major coding agent.
</div>
The deepagents CLI skill gives your coding agent comprehensive knowledge of the deepagents terminal assistant -- including session configuration, provider setup, memory management, skill authoring, sandbox execution, and workflow automation. Each variant below is the same skill adapted for a specific agent platform's filesystem conventions and invocation patterns.
This isn't just a documentation reference. When your coding agent has this skill loaded, it can actively help you work with deepagents -- not just answer questions about it.
create_deep_agent(), middleware, subagents, and backends. Your agent can help you design and implement specialized deepagents workflows tailored to your stack.The skill covers everything from first launch to programmatic customization, so your agent grows with you.
| Platform | Install | npm |
|---|---|---|
| deepagents | npx deepagents-cli-deepagents-skill init | |
| Claude | npx deepagents-cli-claude-skill init | |
| Codex | npx deepagents-cli-codex-skill init | |
| Droid | npx deepagents-cli-droid-skill init |
<!-- ============================================================ --> <!-- deepagents --> <!-- ============================================================ -->
<table> <tr><td>
For the LangGraph deepagents framework. Supports named agent instances via the --agent flag and auto-discovery through deepagents skills list.
| Install | npx deepagents-cli-deepagents-skill init |
| Personal path | ~/.deepagents/<agent>/skills/deepagents-cli/ |
| Workspace path | .deepagents/skills/deepagents-cli/ |
| Invoke | Auto-discovered -- verify with deepagents skills list |
| Named agent | npx deepagents-cli-deepagents-skill init --agent my-agent |
| GitHub | Gitmaxd/deepagents-cli-deepagents-skill |
</td></tr> </table>
<!-- ============================================================ --> <!-- Claude --> <!-- ============================================================ -->
<table> <tr><td>
For Claude Code, Claude Desktop, and claude.ai. Install via CLI or download the zip directly for Claude Desktop upload.
| Install | npx deepagents-cli-claude-skill init |
| Personal path | ~/.claude/skills/deepagents-cli/ |
| Workspace path | .claude/skills/deepagents-cli/ |
| Invoke | /deepagents-cli |
| GitHub | Gitmaxd/deepagents-cli-claude-skill |
<br>
</td></tr> </table>
<!-- ============================================================ --> <!-- Codex --> <!-- ============================================================ -->
<table> <tr><td>
For OpenAI Codex. Filesystem-based skill loading with support for the $skill-installer convention.
| Install | npx deepagents-cli-codex-skill init |
| Personal path | ~/.agents/skills/deepagents-cli/ |
| Workspace path | .agents/skills/deepagents-cli/ |
| Invoke | $deepagents-cli |
| Alternative | $skill-installer deepagents-cli-codex-skill |
| GitHub | Gitmaxd/deepagents-cli-codex-skill |
</td></tr> </table>
<!-- ============================================================ --> <!-- Droid --> <!-- ============================================================ -->
<table> <tr><td>
For Factory.ai Droid. This is the original, authoritative version of the skill.
| Install | npx deepagents-cli-droid-skill init |
| Personal path | ~/.factory/skills/deepagents-cli/ |
| Workspace path | .factory/skills/deepagents-cli/ |
| Invoke | /deepagents-cli |
| GitHub | Gitmaxd/deepagents-cli-droid-skill |
</td></tr> </table>
Every variant ships with the same comprehensive reference set:
| Document | Coverage |
|---|---|
| CLI Reference | Commands, flags, configuration options |
| Providers | LLM provider setup -- OpenAI, Anthropic, Google, AWS Bedrock, local models |
| Skills System | Authoring, installing, and managing agent skills |
| Memory and Persistence | Conversation memory, AGENTS.md context files, state management |
| Sandboxes | Docker and cloud sandbox configuration for safe code execution |
| SDK Customization | Python SDK for building custom agents, tools, and integrations |
| Streaming | Real-time token streaming, event hooks, output handling |
| Agent Communication Protocol | Inter-agent messaging and coordination via ACP |
| Workflows | Multi-step automation, CI/CD patterns, scripted agent pipelines |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.