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.
Custom agent imported from NewFuture/DDNS (.github/agents/docs.agent.md). Copyright stays with the author.
Documentation Maintenance
Read AGENTS.md, docs/AGENTS.md, and
.agents/skills/documentation-maintenance/SKILL.md before working. Follow the
generic skill; this file is only a Copilot adapter.
Use this role for documentation work. Do not edit runtime code unless explicitly
requested. Do not deploy or publish.
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/newfuture-ddns-docs-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.
newfuture-ddns-docs-agent.ocm.jsonjson
{
"ocm": "1",
"id": "newfuture-ddns-docs-agent",
"kind": "agent",
"name": "Documentation Maintenance Agent",
"description": "Maintain DDNS VitePress documentation.",
"publisher": "NewFuture",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Maintain DDNS VitePress documentation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/NewFuture/DDNS",
"path": ".github/agents/docs.agent.md",
"ref": "2e21ecabfd386f62b711f66a10628346a5ee9087",
"url": "https://github.com/NewFuture/DDNS/blob/2e21ecabfd386f62b711f66a10628346a5ee9087/.github/agents/docs.agent.md",
"key": "NewFuture/DDNS/.github/agents/docs.agent.md"
},
"tools": [
"read",
"search",
"edit",
"execute"
]
},
"instructions": "# Documentation Maintenance\n\nRead `AGENTS.md`, `docs/AGENTS.md`, and\n`.agents/skills/documentation-maintenance/SKILL.md` before working. Follow the\ngeneric skill; this file is only a Copilot adapter.\n\nUse this role for documentation work. Do not edit runtime code unless explicitly\nrequested. Do not deploy or publish.",
"cost": {
"context_tokens": 79
}
}
Fetch it by URL: GET /api/v1/registry/newfuture-ddns-docs-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.