runtypelisted
Install: claude install-skill runtypelabs/skills
# Runtype
Runtype is a platform for shipping AI products: agents, flows, tools, surfaces, records,
schedules, evals, and product templates. Use this skill as the entry point when the user
is asking about Runtype broadly or needs help connecting an agent to the platform.
This skill is intentionally a router. For implementation work, switch to the narrower
skill that matches the job.
## First Move
If the Runtype MCP server is available, use it as the live source of truth before giving
schema, catalog, or creation guidance:
- `get_build_instructions(task="explain-capabilities")` for scoping.
- `get_build_instructions(task="build-product")` before product construction.
- `get_build_instructions(task="generate-flow")` before flow construction.
- `get_platform_documentation(topic=...)` for schemas, surface traits, tool catalogs,
SDK docs, Persona embed docs, dashboard links, and type definitions.
If MCP is not connected, help the user connect:
```json
{
"mcpServers": {
"runtype": {
"type": "url",
"url": "https://api.runtype.com/v1/mcp/protocol"
}
}
}
```
OAuth happens on first use. The public agent onboarding page at `https://runtype.ai` is
also a good setup path for agent clients.
## Route To Focused Skills
Use this routing table instead of loading every Runtype detail into context:
| User intent | Use