Piknik.Spot
piknik.spot
· Piknik.Spot
Local food discovery for farms, processors, markets, shops, and restaurants. Public: search place cards (name, role, city, hours, categories). Marketplace is on: browse surplus, wanted, and for-sale listings. Search public events. Search public jobs and volunteer posts. Signed-in: Authorization: Bearer <token> on POST /api/a2a. Easiest token: pik_pat_ from Settings → Developer. OAuth JWT also works. Then GetExtendedAgentCard or ask "my places".
piknik.spot via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 66/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-28 04:54:58 current | cf836e39ed87… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://piknik.spot/.well-known/agent-card.json |
| Provider | https://piknik.spot |
| Docs | https://piknik.spot/llms.txt |
Skills · 5 declared · mapped to canonical taxonomy
Find farms, markets, shops, and restaurants. Example: bakery Waterloo.
Browse surplus, wanted, and for-sale posts. Examples: surplus tomatoes; wanted eggs.
Health · last 2 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/piknik.spot) [](https://agenstry.com/agents/piknik.spot) [](https://agenstry.com/agents/piknik.spot) [](https://agenstry.com/agents/piknik.spot)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Piknik.Spot",
"description": "Local food discovery for farms, processors, markets, shops, and restaurants. Public: search place cards (name, role, city, hours, categories). Marketplace is on: browse surplus, wanted, and for-sale listings. Search public events. Search public jobs and volunteer posts. Signed-in: Authorization: Bearer <token> on POST /api/a2a. Easiest token: pik_pat_ from Settings \u2192 Developer. OAuth JWT also works. Then GetExtendedAgentCard or ask \"my places\".",
"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": "OAuth access token or pik_pat_ personal access token"
}
}
}