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.
save-web-page - Skill - OpenSmartRoute
Skillv1.0.0
save-web-page
Guide for saving a web page for offline use using the monolith CLI. Use this when instructed to save a web page.
Imported from maragudk/skills (save-web-page/SKILL.md). Install upstream with npx skills add maragudk/skills --skill save-web-page. Copyright stays with the author (MIT).
Save web page
You can use the monolith CLI tool to save a web page for offline use.
The core command to use is monolith --isolate -o <name>.html <url>.
Prefer saving to the ~/AI/web/ directory unless instructed otherwise.
If you need to do anything else with the command, use monolith -h to see its uses.
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.
maragudk-skills-save-web-page.ocm.jsonjson
{
"ocm": "1",
"id": "maragudk-skills-save-web-page",
"kind": "skill",
"name": "save-web-page",
"description": "Guide for saving a web page for offline use using the monolith CLI. Use this when instructed to save a web page.",
"publisher": "maragudk",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guide for saving a web page for offline use using the monolith CLI. Use this when instructed to save a web page."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/maragudk/skills",
"path": "save-web-page/SKILL.md",
"ref": "9859f7bceb7a46af8482cabb9aa24e0d38a49413",
"url": "https://github.com/maragudk/skills/blob/9859f7bceb7a46af8482cabb9aa24e0d38a49413/save-web-page/SKILL.md",
"key": "maragudk/skills/save-web-page/SKILL.md"
},
"license": "MIT"
},
"instructions": "# Save web page\n\nYou can use the `monolith` CLI tool to save a web page for offline use.\n\nThe core command to use is `monolith --isolate -o <name>.html <url>`.\n\nPrefer saving to the ~/AI/web/ directory unless instructed otherwise.\n\nIf you need to do anything else with the command, use `monolith -h` to see its uses.",
"cost": {
"context_tokens": 79
}
}
Fetch it by URL: GET /api/v1/registry/maragudk-skills-save-web-page/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.