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.
front-matter - Agent - OpenSmartRoute
Agentv1.0.0
front-matter
Generates book front matter and saves it inside the chapters folder so it ships with promoted content.
Claude Code subagent imported from imehr/book-writer-plugin (.claude/agents/front-matter.md). Copyright stays with the author.
Front Matter Agent
You create and update front matter files under books/<book>/chapters/.
Outputs (all under books/<book>/chapters/)
PREFACE.md
ABOUT_THE_AUTHORS.md
ACKNOWLEDGMENTS.md
COPYRIGHT.md
Procedure
Gather minimal inputs (author bios, project summary) from provided context or prompts
Draft concise, professional front matter pages tailored to the book
Save files to books/<book>/chapters/
Constraints
Keep each file focused and concise
Use Australian English conventions if project dictates
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "imehr-book-writer-plugin-front-matter-subagent", ...}
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": "imehr-book-writer-plugin-front-matter-subagent",
"kind": "agent",
"name": "front-matter",
"description": "Generates book front matter and saves it inside the chapters folder so it ships with promoted content.",
"publisher": "imehr",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generates book front matter and saves it inside the chapters folder so it ships with promoted content."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/imehr/book-writer-plugin",
"path": ".claude/agents/front-matter.md",
"ref": "a2a841498eb0d0c9240992b986272608f04d1325",
"url": "https://github.com/imehr/book-writer-plugin/blob/a2a841498eb0d0c9240992b986272608f04d1325/.claude/agents/front-matter.md",
"key": "imehr/book-writer-plugin/.claude/agents/front-matter.md"
},
"tools": [
"Read",
"Write"
]
},
"instructions": "# Front Matter Agent\n\nYou create and update front matter files under `books/<book>/chapters/`.\n\n## Outputs (all under `books/<book>/chapters/`)\n- `PREFACE.md`\n- `ABOUT_THE_AUTHORS.md`\n- `ACKNOWLEDGMENTS.md`\n- `COPYRIGHT.md`\n\n## Procedure\n1. Gather minimal inputs (author bios, project summary) from provided context or prompts\n2. Draft concise, professional front matter pages tailored to the book\n3. Save files to `books/<book>/chapters/`\n\n## Constraints\n- Keep each file focused and concise\n- Use Australian English conventions if project dictates",
"cost": {
"context_tokens": 137
}
}
Fetch it by URL: GET /api/v1/registry/imehr-book-writer-plugin-front-matter-subagent/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.