Card snapshot
orchestkit.yonyon.ai
·
2026-06-07 12:54:00 UTC
·
9fe87cf0f1440388382a4114774b4ba6087d6d4e835db96dc39800de7e52d913
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "0.3.0",
"name": "OrchestKit",
"description": "Documentation and capability discovery for OrchestKit, a free, open-source plugin for Claude Code (111 skills, 37 agents, 212 hooks).",
"url": "https://orchestkit.yonyon.ai/api/mcp",
"preferredTransport": "JSONRPC",
"version": "8.25.1",
"provider": {
"organization": "OrchestKit",
"url": "https://orchestkit.yonyon.ai"
},
"documentationUrl": "https://orchestkit.yonyon.ai/llms.txt",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/markdown"
],
"skills": [
{
"id": "search-docs",
"name": "Search documentation",
"description": "Full-text search across the OrchestKit documentation; returns matching pages with titles and URLs.",
"tags": [
"docs",
"search"
],
"examples": [
"How do I install OrchestKit?",
"memory knowledge graph"
]
},
{
"id": "list-skills",
"name": "List skills",
"description": "List all 111 OrchestKit skills from the agent-skills discovery index.",
"tags": [
"skills",
"discovery"
],
"examples": [
"What skills are available?"
]
},
{
"id": "get-skill",
"name": "Get a skill",
"description": "Fetch a single skill's documentation as Markdown by name.",
"tags": [
"skills",
"docs"
],
"examples": [
"Show me the implement skill"
]
}
],
"additionalInterfaces": [
{
"transport": "HTTP+JSON",
"url": "https://orchestkit.yonyon.ai/ask"
},
{
"transport": "JSONRPC",
"url": "https://orchestkit.yonyon.ai/api/mcp"
}
],
"contact": {
"support": "https://github.com/yonatangross/orchestkit/issues",
"source": "https://github.com/yonatangross/orchestkit"
}
}