An AI coding assistant that runs in your terminal with built-in tools, customizable skills, persistent memory, and project awareness. Powered by DeepAgents and LangChain.
A terminal-based AI coding assistant with built-in tools for file operations, shell commands, web search, and subagent delegation. Features customizable skills, persistent memory, and automatic project detection.
This skill helps you install, configure, and use the DeepAgents CLI - a powerful terminal-based AI coding assistant that provides:
First, verify if the DeepAgents CLI is already installed:
```bash
which deepagents
```
If not found, proceed to installation.
Choose one of the following installation methods based on the user's package manager:
```bash
npm install -g deepagents-cli
pnpm add -g deepagents-cli
yarn global add deepagents-cli
```
For one-time use without installation, users can run:
```bash
npx deepagents-cli
```
DeepAgents CLI requires at least one model provider API key. Help the user set up their environment variables:
**Required (at least one):**
```bash
export ANTHROPIC_API_KEY="your-anthropic-key"
export OPENAI_API_KEY="your-openai-key"
export GOOGLE_API_KEY="your-google-key"
```
**Optional (for enhanced features):**
```bash
export TAVILY_API_KEY="your-tavily-key"
export LANGCHAIN_TRACING_V2=true
export LANGCHAIN_API_KEY="your-langsmith-key"
```
Suggest adding these to the user's shell profile (~/.bashrc, ~/.zshrc, etc.) for persistence.
Guide the user through basic DeepAgents CLI usage:
**Start the interactive CLI:**
```bash
deepagents
```
**Get help:**
```bash
deepagents help
```
**List available agents:**
```bash
deepagents list
```
Explain advanced features based on user needs:
**Use a specific agent configuration:**
```bash
deepagents --agent mybot
```
**Use a specific model:**
```bash
deepagents --model claude-sonnet-4-5-20250929
deepagents --model gpt-4o
```
**Auto-approve tool usage (skip confirmation prompts):**
```bash
deepagents --auto-approve
```
**Execute code in a remote sandbox:**
```bash
deepagents --sandbox modal # Options: modal, runloop, daytona
deepagents --sandbox-id dbx_123 # Reuse existing sandbox
```
The DeepAgents CLI supports a customizable skill system. Show users how to manage skills:
**List all skills (global + project-specific):**
```bash
deepagents skills list
```
**Create a new skill:**
```bash
deepagents skills create my-skill
```
**View skill information:**
```bash
deepagents skills info web-research
```
If users encounter issues:
**Binary not found error:**
```bash
npm uninstall -g deepagents-cli
npm install -g deepagents-cli
```
**Unsupported platform:**
Check if the user's platform is supported:
If unsupported, direct them to open an issue at https://github.com/langchain-ai/deepagentsjs/issues
```bash
export ANTHROPIC_API_KEY="sk-ant-..."
deepagents
```
```bash
deepagents --model gpt-4o --auto-approve
```
```bash
cd /path/to/my-project
deepagents --agent project-bot
deepagents skills list
```
```bash
deepagents --sandbox modal --auto-approve
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/deepagents-cli/raw