EDD Downloads Search
edd-downloads-a2a.joe-glines.workers.dev
· the-automator.com
Semantic search over the AutoHotkey tools, scripts, and courses sold at the-automator.com. Finds products by meaning rather than keywords — describe the problem you are trying to solve and it returns relevant downloads. Read-only.
edd-downloads-a2a.joe-glines.workers.dev 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
D
Conformance score: 59/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
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-03 23:16:05 current | 738c7e612a3f… |
view → |
Endpoints
| Agent card | https://edd-downloads-a2a.joe-glines.workers.dev/.well-known/agent-card.json |
| Provider | https://www.the-automator.com/ |
| Docs | https://www.the-automator.com/ |
Skills · 1 declared · mapped to canonical taxonomy
Search the-automator.com catalog of AutoHotkey tools, scripts, and courses by meaning. Returns titles, product page URLs, descriptions and relevance scores. Nev…
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
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/edd-downloads-a2a.joe-glines.workers.dev) [](https://agenstry.com/agents/edd-downloads-a2a.joe-glines.workers.dev) [](https://agenstry.com/agents/edd-downloads-a2a.joe-glines.workers.dev) [](https://agenstry.com/agents/edd-downloads-a2a.joe-glines.workers.dev)
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
{
"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
}
}
}