Card snapshot
edd-downloads-a2a.joe-glines.workers.dev
·
2026-08-03 23:16:05 UTC
·
738c7e612a3feb4d707f1b014e47c30b404de890237a84e548a1e6e31f4befb4
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.2.0",
"name": "EDD Downloads Search",
"description": "Semantic search over the AutoHotkey tools, scripts, and courses sold at the-automator.com. Finds products by meaning rather than keywords \u2014 describe the problem you are trying to solve and it returns relevant downloads. Read-only.",
"url": "https://edd-downloads-a2a.joe-glines.workers.dev/rpc",
"version": "1.0.0",
"documentationUrl": "https://www.the-automator.com/",
"provider": {
"organization": "the-automator.com",
"url": "https://www.the-automator.com/"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"securitySchemes": {
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "API key issued by the-automator.com. Send as \"Authorization: Bearer <key>\" or \"X-API-Key: <key>\"."
}
},
"security": [
{
"apiKey": []
}
],
"skills": [
{
"id": "search_downloads",
"name": "Search downloads",
"description": "Search the-automator.com catalog of AutoHotkey tools, scripts, and courses by meaning. Returns titles, product page URLs, descriptions and relevance scores. Never returns prices, sales figures, or file download links \u2014 only public product pages.",
"tags": [
"search",
"autohotkey",
"downloads",
"semantic-search",
"ecommerce"
],
"examples": [
"I need a tool to scrape data from a website",
"How do I automate Excel with AutoHotkey?",
"something to help me build a GUI",
"course on getting started with AHK v2"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"application/json",
"text/plain"
]
}
],
"x-searchParameters": {
"query": {
"type": "string",
"required": true,
"maxLength": 1000
},
"source_type": {
"type": "string",
"required": false,
"default": "product",
"enum": [
"product",
"post",
"page",
"link"
],
"description": "Filter by content type. Defaults to \"product\". Pass null to search everything \u2014 note that blog links often outrank products, so the default exists for a reason."
},
"top_k": {
"type": "integer",
"required": false,
"default": 5,
"maximum": 20
},
"include_description": {
"type": "boolean",
"required": false,
"default": true
}
}
}