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.
Imported from hardness1020/learn-agent-architecture (sections/17-protocols/src/skills/pdf-fill/SKILL.md). Install upstream with npx skills add hardness1020/learn-agent-architecture --skill pdf-fill. Copyright stays with the author.
PDF FILL STEPS:
open the form
map each value to its form field. The field map is in the bundled file
reference.md; read that file when you need an exact field name.
write values
flatten
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/hardness1020-learn-agent-architecture-pdf-fill/manifest # or paste the manifest below
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": "hardness1020-learn-agent-architecture-pdf-fill",
"kind": "skill",
"name": "pdf-fill",
"description": "Fill PDF form fields from a data dict.",
"publisher": "hardness1020",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Fill PDF form fields from a data dict."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/hardness1020/learn-agent-architecture",
"path": "sections/17-protocols/src/skills/pdf-fill/SKILL.md",
"ref": "c4f2e141ff4b8b17d7cea6c6ffbfa14154b79685",
"url": "https://github.com/hardness1020/learn-agent-architecture/blob/c4f2e141ff4b8b17d7cea6c6ffbfa14154b79685/sections/17-protocols/src/skills/pdf-fill/SKILL.md",
"key": "hardness1020/learn-agent-architecture/sections/17-protocols/src/skills/pdf-fill/SKILL.md"
}
},
"instructions": "PDF FILL STEPS:\n1. open the form\n2. map each value to its form field. The field map is in the bundled file\n reference.md; read that file when you need an exact field name.\n3. write values\n4. flatten",
"cost": {
"context_tokens": 50
}
}
Fetch it by URL: GET /api/v1/registry/hardness1020-learn-agent-architecture-pdf-fill/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.