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.
intomd - Skill - OpenSmartRoute
Skillv1.0.0
intomd
Fetch and convert any documentation URL to Markdown using into.md service.
Imported from modbender/skill-library-mcp (data/intomd/SKILL.md). Install upstream with npx skills add modbender/skill-library-mcp --skill intomd. Copyright stays with the author.
intomd
Use intomd to fetch clean markdown from a documentation site via into.md.
Usage
# Fetch markdowncurl -sL "https://into.md/$1"
Example
intomd https://zod.dev
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.
modbender-skill-library-mcp-intomd.ocm.jsonjson
{
"ocm": "1",
"id": "modbender-skill-library-mcp-intomd",
"kind": "skill",
"name": "intomd",
"description": "Fetch and convert any documentation URL to Markdown using into.md service.",
"publisher": "modbender",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Fetch and convert any documentation URL to Markdown using into.md service."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/modbender/skill-library-mcp",
"path": "data/intomd/SKILL.md",
"ref": "5934c483768f9f8c792b8b7c0bb6f45a77df3edf",
"url": "https://github.com/modbender/skill-library-mcp/blob/5934c483768f9f8c792b8b7c0bb6f45a77df3edf/data/intomd/SKILL.md",
"key": "modbender/skill-library-mcp/data/intomd/SKILL.md"
}
},
"instructions": "# intomd\r\n\r\nUse `intomd` to fetch clean markdown from a documentation site via into.md.\r\n\r\n## Usage\r\n\r\n```bash\r\n# Fetch markdown\r\ncurl -sL \"https://into.md/$1\"\r\n```\r\n\r\n## Example\r\n\r\n```bash\r\nintomd https://zod.dev\r\n```",
"cost": {
"context_tokens": 54
}
}
Fetch it by URL: GET /api/v1/registry/modbender-skill-library-mcp-intomd/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.