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.
Papers - Skill - OpenSmartRoute
Skillv1.0.0
Papers
This repository is Kevin's static technical knowledge base. Most content is Markdown, HTML, PDF, image, or draft material. `generate-index.js` scans the content tree and refreshes generated site index
Imported from kevinten10/Papers (AGENTS.md). Install upstream with npx skills add kevinten10/Papers. Copyright stays with the author.
Repository Guidelines
Project Shape
This repository is Kevin's static technical knowledge base. Most content is Markdown, HTML, PDF, image, or draft material. generate-index.js scans the content tree and refreshes generated site indexes for the static pages.
Commands
npm run dev rebuilds the index and serves the static site locally.
npm run build regenerates the content index.
npm run lint syntax-checks generate-index.js.
npm test runs the Node test suite.
Editing Rules
Do not delete or rename archived PDFs, HTML exports, or Chinese content directories unless the migration is explicitly requested.
Keep generated index updates bundled with content structure changes.
Treat .vercel/, .playwright-mcp/, and .claude/ as local tooling state.
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.
kevinten10-papers-papers.ocm.jsonjson
{
"ocm": "1",
"id": "kevinten10-papers-papers",
"kind": "skill",
"name": "Papers",
"description": "This repository is Kevin's static technical knowledge base. Most content is Markdown, HTML, PDF, image, or draft material. `generate-index.js` scans the content tree and refreshes generated site indexes for the static pages.",
"publisher": "kevinten10",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository is Kevin's static technical knowledge base. Most content is Markdown, HTML, PDF, image, or draft material. `generate-index.js` scans the content tree and refreshes generated site indexes for the static pages."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/kevinten10/Papers",
"path": "AGENTS.md",
"ref": "fbd8e2c3af22490c439395057a1cb953a2961a7a",
"url": "https://github.com/kevinten10/Papers/blob/fbd8e2c3af22490c439395057a1cb953a2961a7a/AGENTS.md",
"key": "kevinten10/Papers/AGENTS.md"
}
},
"instructions": "# Repository Guidelines\n\n## Project Shape\n\nThis repository is Kevin's static technical knowledge base. Most content is Markdown, HTML, PDF, image, or draft material. `generate-index.js` scans the content tree and refreshes generated site indexes for the static pages.\n\n## Commands\n\n- `npm run dev` rebuilds the index and serves the static site locally.\n- `npm run build` regenerates the content index.\n- `npm run lint` syntax-checks `generate-index.js`.\n- `npm test` runs the Node test suite.\n\n## Editing Rules\n\n- Do not delete or rename archived PDFs, HTML exports, or Chinese content directories un",
"cost": {
"context_tokens": 198
}
}
Fetch it by URL: GET /api/v1/registry/kevinten10-papers-papers/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.