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.
Imported from Calluking/ContextSniper (claude-plugin/skills/contextsniper-add-history/SKILL.md). Install upstream with npx skills add Calluking/ContextSniper --skill contextsniper-add-history. Copyright stays with the author.
Show the user the dry-run totals first. Only run the import after explicit confirmation:
claude-plugin/bin/contextsniper-add-history --yes
Use this when the user asks to add/import project history or asks /contextsniper-add-history.
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": "calluking-contextsniper-contextsniper-add-history",
"kind": "skill",
"name": "contextsniper-add-history",
"description": "Use the terminal command contextsniper-add-history to import Claude Code transcript history into ContextSniper.",
"publisher": "Calluking",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use the terminal command contextsniper-add-history to import Claude Code transcript history into ContextSniper."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Calluking/ContextSniper",
"path": "claude-plugin/skills/contextsniper-add-history/SKILL.md",
"ref": "3241928c01806706a96a16017cb81f8647d842cc",
"url": "https://github.com/Calluking/ContextSniper/blob/3241928c01806706a96a16017cb81f8647d842cc/claude-plugin/skills/contextsniper-add-history/SKILL.md",
"key": "Calluking/ContextSniper/claude-plugin/skills/contextsniper-add-history/SKILL.md"
}
},
"instructions": "# ContextSniper Add History\n\nUse the terminal command:\n\n```bash\nclaude-plugin/bin/contextsniper-add-history --dry-run\n```\n\nShow the user the dry-run totals first. Only run the import after explicit confirmation:\n\n```bash\nclaude-plugin/bin/contextsniper-add-history --yes\n```\n\nUse this when the user asks to add/import project history or asks `/contextsniper-add-history`.",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/calluking-contextsniper-contextsniper-add-history/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.