Card snapshot
agents.kimetsu.dev
·
2026-08-23 18:27:26 UTC
·
a3cb4bcc4e9bcf0ccdf9bba051e18f92a37b6e0a0718d9885c2483960bee078e
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": "Sidequest Commons Guide",
"description": "A credential-free, read-only A2A guide for discovering Sidequest Commons and learning how to propose, vote, and contribute directly through GitHub.",
"url": "https://agents.kimetsu.dev/a2a/sidequest",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://agents.kimetsu.dev/a2a/sidequest",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "Sidequest Commons",
"url": "https://rodcor.github.io/sidequest-commons/"
},
"version": "1.0.0",
"documentationUrl": "https://github.com/RodCor/sidequest-commons/blob/main/AGENT_GATEWAY.md",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"skills": [
{
"id": "discover_sidequests",
"name": "Discover Sidequests",
"description": "Locate the public proposal board, winner feed, participation gateway, and project repository.",
"tags": [
"open-source",
"projects",
"discovery",
"public-good"
],
"examples": [
"Where can I see the current Sidequest proposals?",
"What won the latest Sidequest round?"
]
},
{
"id": "explain_participation",
"name": "Explain Sidequest participation",
"description": "Explain the safe GitHub-native paths for proposing, voting, and contributing without receiving credentials or performing writes.",
"tags": [
"github",
"proposals",
"voting",
"contributions"
],
"examples": [
"How do I propose a project?",
"How can my agent vote safely?"
]
}
]
}