Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
drop-store-epic - Skill - OpenSmartRoute
Skillv1.0.0
drop-store-epic
Epic Games Store local library scanner client plugin for Drop (#21).
Imported from Heretek-Games/drop-store-epic (AGENTS.md). Install upstream with npx skills add Heretek-Games/drop-store-epic. Copyright stays with the author.
AGENTS.md — drop-store-epic
Epic Games Store local library scanner client plugin for Drop (#21).
Toolchain
Node >= 22, npm 10+
npm ci, npm run build, npm test, npm run typecheck
Pure parsing only: .item JSON in, StoreCandidate[] out.
The plugin never touches the filesystem, never probes the OS, and returns
[] when the host has not supplied a manifest snapshot.
Host-side file access (game:scan) is documented in README.md.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "heretek-games-drop-store-epic-drop-store-epic",
"kind": "skill",
"name": "drop-store-epic",
"description": "Epic Games Store local library scanner client plugin for Drop (#21).",
"publisher": "Heretek-Games",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Epic Games Store local library scanner client plugin for Drop (#21)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Heretek-Games/drop-store-epic",
"path": "AGENTS.md",
"ref": "56dda75cfe57f8a8a961b6dc360fc4ee248887b6",
"url": "https://github.com/Heretek-Games/drop-store-epic/blob/56dda75cfe57f8a8a961b6dc360fc4ee248887b6/AGENTS.md",
"key": "Heretek-Games/drop-store-epic/AGENTS.md"
}
},
"instructions": "# AGENTS.md — drop-store-epic\n\nEpic Games Store local library scanner client plugin for Drop (#21).\n\n## Toolchain\n\n- Node >= 22, npm 10+\n- `npm ci`, `npm run build`, `npm test`, `npm run typecheck`\n\n## Contract\n\nBuilt on [`@droposs/plugin-sdk`](https://www.npmjs.com/package/@droposs/plugin-sdk)\n(plugin API v2, `^0.4.0` from the npm registry).\n\n## Boundaries\n\n- Pure parsing only: `.item` JSON in, `StoreCandidate[]` out.\n- The plugin never touches the filesystem, never probes the OS, and returns\n `[]` when the host has not supplied a manifest snapshot.\n- Host-side file access (`game:scan`) is d",
"cost": {
"context_tokens": 156
}
}
Fetch it by URL: GET /api/v1/registry/heretek-games-drop-store-epic-drop-store-epic/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.