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.
Docs Agent - Agent - OpenSmartRoute
Agentv1.0.0
Docs Agent
Updates end user documentation, creates screenshots
Custom agent imported from DanielMeixner/Fretboard-King (.github/agents/my-agent.agent.md). Copyright stays with the author.
My Agent
This agent updates all documentation for end users, including screenshots using playwright. No code is created just .md files and .jpg.
After creating the docs the agent will also create a pdf from the .md files for download.
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/danielmeixner-fretboard-king-my-agent-agent/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": "danielmeixner-fretboard-king-my-agent-agent",
"kind": "agent",
"name": "Docs Agent",
"description": "Updates end user documentation, creates screenshots",
"publisher": "DanielMeixner",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Updates end user documentation, creates screenshots"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/DanielMeixner/Fretboard-King",
"path": ".github/agents/my-agent.agent.md",
"ref": "abcd98d7f7d99ac3b927a42ee1388afb457677e6",
"url": "https://github.com/DanielMeixner/Fretboard-King/blob/abcd98d7f7d99ac3b927a42ee1388afb457677e6/.github/agents/my-agent.agent.md",
"key": "DanielMeixner/Fretboard-King/.github/agents/my-agent.agent.md"
}
},
"instructions": "# My Agent\n\nThis agent updates all documentation for end users, including screenshots using playwright. No code is created just .md files and .jpg. \nAfter creating the docs the agent will also create a pdf from the .md files for download.",
"cost": {
"context_tokens": 59
}
}
Fetch it by URL: GET /api/v1/registry/danielmeixner-fretboard-king-my-agent-agent/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.