Skip to content
v0.1.0

Official skills for Darwin Search, Act, and API integrations.

Darwin Agent Skills

skills.sh

Official skills for discovering capabilities with Darwin, coordinating approved work, and integrating Darwin's public API.

Available skills

SkillUse it for
darwin-searchFind and compare executable public capabilities on the agentic web.
darwin-actStart and manage user-requested work with explicit approval boundaries.
darwin-apiBuild trusted-server integrations and manage API keys through Darwin's public REST API, SDKs, or CLI.

Installation

Install one skill:

npx skills add darwin-studios/agent-skills --skill darwin-search --yes

Install all Darwin skills:

npx skills add darwin-studios/agent-skills --all

MCP

Darwin's canonical MCP server is https://mcp.darwin.so/mcp. It exposes one read-only search tool and six focused Action tools: start_action, get_action, list_actions, update_action, approve_action, and stop_action.

Search can be used without authorizing execution. Action tools require Darwin OAuth and preserve the user's identity, scope, approval, and payment boundaries. Never put an API key or OAuth token in the MCP URL.

Resources