Card snapshot
piknik.spot
·
2026-09-03 02:54:22 UTC
·
df0e9f33ce18492f8bd2f16ebec7334c1932b506ad759f1d8f9bf7fd08b76c9d
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.
{
"name": "Piknik.Spot",
"description": "Find local farms, bakeries, markets, shops, and restaurants. Ask in plain language. Browse surplus, wanted, and for-sale listings. Find public events. Find jobs and volunteer posts. Sign in for the extra skills on this agent.",
"version": "1.0.0",
"protocolVersion": "1.0",
"url": "https://piknik.spot/api/a2a",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "Piknik.Spot",
"url": "https://piknik.spot"
},
"documentationUrl": "https://piknik.spot/llms.txt",
"iconUrl": "https://piknik.spot/favicon.ico",
"supportedInterfaces": [
{
"url": "https://piknik.spot/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": true
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "search-local-food-places",
"name": "Search local food places",
"description": "Find farms, markets, shops, and restaurants. Example: bakery Waterloo.",
"tags": [
"local-food",
"farms",
"markets"
],
"examples": [
"Find bakeries near Waterloo"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "get-place-summary",
"name": "Get a public place summary",
"description": "Look up one public place by id or name.",
"tags": [
"place"
],
"examples": [
"Hours for St. Jacobs market"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "search-marketplace-listings",
"name": "Search marketplace listings",
"description": "Browse surplus, wanted, and for-sale posts. Examples: surplus tomatoes; wanted eggs.",
"tags": [
"marketplace",
"surplus"
],
"examples": [
"Surplus tomatoes near Waterloo"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "search-events",
"name": "Search events",
"description": "Find public calendar events.",
"tags": [
"events"
],
"examples": [
"Events this Saturday"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
},
{
"id": "search-jobs",
"name": "Search jobs",
"description": "Find public jobs and volunteer posts.",
"tags": [
"jobs"
],
"examples": [
"Farm jobs near Waterloo"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/json"
]
}
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT",
"description": "Personal access token from Settings \u2192 Developer, or an OAuth access token."
}
}
}