Important
Agentspan is now part of Orkes Conductor (August 17, 2026). This repository is archived read-only. The skills here target the final Agentspan CLI/SDK and continue to work as published; for the maintained agent runtime see the migration guide and orkes.io/content/devguide/ai.
AI agents that don't die when your process dies.
Teach your AI coding agent how to build, run, monitor, and manage durable AI agents with AgentSpan.
- Build agents — Create agents with tools, guardrails, and structured output using the Python SDK
- Multi-agent teams — Sequential pipelines, parallel execution, routers, swarm orchestration
- Run and monitor — Start agents, stream events, search executions, check status
- Human-in-the-loop — Durable approval workflows that pause for days, not minutes
- Credentials — Encrypted server-side credential management
- Framework compatibility — Works with LangGraph, OpenAI Agents SDK, Google ADK
/plugin marketplace add agentspan-ai/agentspan-skills
/plugin install agentspan@agentspan-skills
macOS / Linux:
curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --allWindows (PowerShell):
irm https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.ps1 -OutFile install.ps1; .\install.ps1 -All| Agent | Command |
|---|---|
| Claude Code | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent claude |
| Codex | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent codex |
| Gemini CLI | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent gemini |
| Cursor | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent cursor |
| Windsurf | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent windsurf |
| Cline | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent cline |
| Copilot | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent copilot |
| Aider | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent aider |
| Amazon Q | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent amazonq |
| Roo | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent roo |
| Amp | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent amp |
| OpenCode | curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --agent opencode |
Try these after installing:
- "Create an agent that searches the web and summarizes results"
- "Build a research team with a researcher and writer working in sequence"
- "Create an agent with human approval for file deletions"
- "Show me all failed agent executions from today"
- "Stream events from my running agent"
- "Create an agent that returns structured JSON output"
- "Set up credentials for my GitHub token"
- SKILL.md — Core skill definition
- SDK Reference — Python SDK API
- CLI Reference — CLI commands
- API Reference — REST API
curl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --all --upgradecurl -sSL https://raw.githubusercontent.com/agentspan-ai/agentspan-skills/main/install.sh | bash -s -- --all --uninstallRun the eval suite to test skill quality across LLM providers:
python3 scripts/run_evals.py --verboseSee evaluations/README.md for details.
| Agent | Status |
|---|---|
| Claude Code | Supported (plugin + installer) |
| Codex | Supported |
| Gemini CLI | Supported |
| Cursor | Supported |
| Windsurf | Supported |
| Cline | Supported |
| GitHub Copilot | Supported |
| Aider | Supported |
| Amazon Q | Supported |
| Roo | Supported |
| Amp | Supported |
| OpenCode | Supported |
MIT — see LICENSE.txt