Back to Bobcorn
Card snapshot
bobcorn.caldis.me
·
2026-05-18 15:36:17 UTC
·
b03f5bed0f41d7d922eb2752368ac8fe8f6afb5ce6b0250c7547ba23a2a4a148
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.
{
"schemaVersion": "0.3.0",
"name": "Bobcorn",
"description": "Agent-readable entrypoint for Bobcorn, an open-source desktop icon manager and icon font generator.",
"url": "https://bobcorn.caldis.me/",
"provider": {
"organization": "Caldis",
"url": "https://github.com/Caldis"
},
"version": "1.12.4",
"documentationUrl": "https://bobcorn.caldis.me/developers/",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"none"
],
"notes": "Public metadata endpoints are read-only and unauthenticated."
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json",
"text/markdown"
],
"skills": [
{
"id": "find-bobcorn-docs",
"name": "Find Bobcorn documentation",
"description": "Locate Bobcorn homepage, wiki, developer portal, OpenAPI spec, auth docs, webhook docs, and agent discovery files.",
"tags": [
"documentation",
"discovery",
"developer-resources"
],
"examples": [
"Where is the Bobcorn OpenAPI spec?",
"Does Bobcorn require authentication for public metadata?"
]
},
{
"id": "inspect-bobcorn-release",
"name": "Inspect Bobcorn release metadata",
"description": "Read the current Bobcorn release version, download URLs, and changelog entries from static metadata endpoints.",
"tags": [
"release",
"downloads",
"changelog"
],
"examples": [
"What is the latest Bobcorn version?",
"Where can I download Bobcorn for Windows?"
]
},
{
"id": "guide-local-automation",
"name": "Guide local Bobcorn automation",
"description": "Point coding agents to the local CLI, core operation rules, and repository AGENTS.md instructions.",
"tags": [
"cli",
"local-first",
"automation"
],
"examples": [
"How should an agent automate a Bobcorn project file?",
"What repository instructions should I read before editing Bobcorn?"
]
}
]
}