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.
agent-form-filling-demo - Skill - OpenSmartRoute
Skillv1.0.0
agent-form-filling-demo
any request from user should be compared against files in /docs/specs. if there aren't any details regarding the request there, check with user if they'd like to add those specs. if there are conflict
Imported from youngchingjui/agent-form-filling-demo (AGENTS.md). Install upstream with npx skills add youngchingjui/agent-form-filling-demo. Copyright stays with the author.
Claude Agent instructions
any request from user should be compared against files in /docs/specs. if there aren't any details regarding the request there, check with user if they'd like to add those specs. if there are conflicting info, check with user how they'd like to resolve those conflicts.
Writing specs
Specifications for the application should be first saved in /docs/specs/. We should have separate .md files for each spec.
Specs should be written in a very simple way that's easy to read and understand.
They should remain very short and simple.
They should only include non-obvious information.
We would likely not want to see any code examples in the specs. This should just be human readable to a non-technical person.
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.
{
"ocm": "1",
"id": "youngchingjui-agent-form-filling-demo-agent-form-filling-demo",
"kind": "skill",
"name": "agent-form-filling-demo",
"description": "any request from user should be compared against files in /docs/specs. if there aren't any details regarding the request there, check with user if they'd like to add those specs. if there are conflicting info, check with user how they'd like to resolve those conflicts.",
"publisher": "youngchingjui",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"any request from user should be compared against files in /docs/specs. if there aren't any details regarding the request there, check with user if they'd like to add those specs. if there are conflicting info, check with user how they'd like to resolve those conflicts."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/youngchingjui/agent-form-filling-demo",
"path": "AGENTS.md",
"ref": "f7688b859726a14ad8b36bb86db6c586fe65b727",
"url": "https://github.com/youngchingjui/agent-form-filling-demo/blob/f7688b859726a14ad8b36bb86db6c586fe65b727/AGENTS.md",
"key": "youngchingjui/agent-form-filling-demo/AGENTS.md"
}
},
"instructions": "# Claude Agent instructions\n\nany request from user should be compared against files in /docs/specs. if there aren't any details regarding the request there, check with user if they'd like to add those specs. if there are conflicting info, check with user how they'd like to resolve those conflicts.\n\n## Writing specs\n\nSpecifications for the application should be first saved in `/docs/specs/`. We should have separate `.md` files for each spec.\n\nSpecs should be written in a very simple way that's easy to read and understand.\n\nThey should remain very short and simple.\n\nThey should only include non-",
"cost": {
"context_tokens": 186
}
}
Fetch it by URL: GET /api/v1/registry/youngchingjui-agent-form-filling-demo-agent-form-filling-demo/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.