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.
nano-pdf - Skill - OpenSmartRoute
Skillv1.0.0
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Imported from ahang1598/doubao-workbuddy-qwenwork-skills (workbuddy/official_experts/plugins/hot-skills/skills/nano-pdf/SKILL.md). Install upstream with npx skills add ahang1598/doubao-workbuddy-qwenwork-skills --skill nano-pdf. Copyright stays with the author.
nano-pdf
Use nano-pdf to apply edits to a specific page in a PDF using a natural-language instruction.
Quick start
nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle"
Notes:
Page numbers are 0-based or 1-based depending on the tool's version/config; if the result looks off by one, retry with the other.
Always sanity-check the output PDF before sending it out.
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": "ahang1598-doubao-workbuddy-qwenwork-skills-nano-pdf",
"kind": "skill",
"name": "nano-pdf",
"description": "Edit PDFs with natural-language instructions using the nano-pdf CLI.",
"publisher": "ahang1598",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Edit PDFs with natural-language instructions using the nano-pdf CLI."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ahang1598/doubao-workbuddy-qwenwork-skills",
"path": "workbuddy/official_experts/plugins/hot-skills/skills/nano-pdf/SKILL.md",
"ref": "b72360bfadd45cdabc87e300bfef0b57cbce5d46",
"url": "https://github.com/ahang1598/doubao-workbuddy-qwenwork-skills/blob/b72360bfadd45cdabc87e300bfef0b57cbce5d46/workbuddy/official_experts/plugins/hot-skills/skills/nano-pdf/SKILL.md",
"key": "ahang1598/doubao-workbuddy-qwenwork-skills/workbuddy/official_experts/plugins/hot-skills/skills/nano-pdf/SKILL.md"
}
},
"instructions": "# nano-pdf\n\nUse `nano-pdf` to apply edits to a specific page in a PDF using a natural-language instruction.\n\n## Quick start\n\n```bash\nnano-pdf edit deck.pdf 1 \"Change the title to 'Q3 Results' and fix the typo in the subtitle\"\n```\n\nNotes:\n- Page numbers are 0-based or 1-based depending on the tool's version/config; if the result looks off by one, retry with the other.\n- Always sanity-check the output PDF before sending it out.",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/ahang1598-doubao-workbuddy-qwenwork-skills-nano-pdf/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.