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.
pdf-generate - Skill - OpenSmartRoute
Skillv1.0.0
pdf-generate
Use this skill to generate PDF documents from text or HTML content.
Imported from meco40/openworker (src/skills/pdf-generate/SKILL.md). Install upstream with npx skills add meco40/openworker --skill pdf-generate. Copyright stays with the author.
Use this skill to generate PDF documents from text or HTML content.
When a user asks you to create a report, export a document, or save content as a PDF, use pdf_generate. Pass the content as HTML or Markdown and receive a file path to the generated PDF.
Ensure content is well-structured before generating. For large documents, consider chunking the content.
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.
meco40-openworker-pdf-generate.ocm.jsonjson
{
"ocm": "1",
"id": "meco40-openworker-pdf-generate",
"kind": "skill",
"name": "pdf-generate",
"description": "Use this skill to generate PDF documents from text or HTML content.",
"publisher": "meco40",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this skill to generate PDF documents from text or HTML content."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/meco40/openworker",
"path": "src/skills/pdf-generate/SKILL.md",
"ref": "e8c144a62ad3e5c06dc13c4f246876ac50cbbdba",
"url": "https://github.com/meco40/openworker/blob/e8c144a62ad3e5c06dc13c4f246876ac50cbbdba/src/skills/pdf-generate/SKILL.md",
"key": "meco40/openworker/src/skills/pdf-generate/SKILL.md"
}
},
"instructions": "Use this skill to generate PDF documents from text or HTML content.\n\nWhen a user asks you to create a report, export a document, or save content as a PDF, use `pdf_generate`. Pass the content as HTML or Markdown and receive a file path to the generated PDF.\n\nEnsure content is well-structured before generating. For large documents, consider chunking the content.",
"cost": {
"context_tokens": 90
}
}
Fetch it by URL: GET /api/v1/registry/meco40-openworker-pdf-generate/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.