spwn Skill
spwn is a Go AI agent skill for Codex with npx, git clone. Compose AI agents as code. One source, run anywhere.
How to use spwn Skill
Install or run
git clone https://github.com/someone/sus-repo /tmp/sus && cd /tmp/sus
spwn init
spwn up # no network, hard limits on CPU/mem/disk/time
spwn agent talk neo "run every test and benchmark, tell me what the code actually does"Client configuration
{
"manifest_version": 3,
"name": "spwn cookie sync",
"short_name": "spwn-sync",
"version": "0.2.0",
"description": "Auto-sync session cookies from your logged-in browser to a local spwn-gate so spwn agents can act as you on the same sites you already use. Per-site permissions are granted at gate-tool install time, not bundled into the extension.",
"permissions": ["cookies", "tabs", "storage", "webNavigation"],
"host_permissions": [
"http://127.0.0.1:9000/*",
"http://localhost:9000/*"
],
"optional_host_permissions": ["https://*/*"],
"background": { "service_worker": "background.js" },
"action": {
"default_title": "spwn cookie sync",
"default_popup": "popup.html"
}
}
Compatible clients
What is spwn Skill?
spwn is a Go AI agent skill for Codex with npx, git clone. Compose AI agents as code. One source, run anywhere. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Technical details
Install or run spwn using npx. Check jterrazz/spwn for the latest setup command.
- Built for Go
- Built for Node.js
- Built for Python
- Built for Rust
- Install or run with npx
- Install or run with git clone
- Works with Codex
- Uses SSE transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use spwn Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for codex users.
Built with
Explore related resources
Frequently asked questions
What is spwn?
spwn is a Go AI agent skill for Codex with npx, git clone. Compose AI agents as code. One source, run anywhere.
Who is spwn best for?
spwn is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, codex users.
How do I install spwn?
Install or run spwn using npx. Check spwn for the latest setup command.
Is spwn actively maintained?
spwn may need a closer maintenance check before production use.