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.
protodev - Skill - OpenSmartRoute
Skillv1.0.0
protodev
This is a build and publish repository for the protodev Docker development environment.
Imported from angloc/protodev (AGENTS.md). Install upstream with npx skills add angloc/protodev. Copyright stays with the author.
Agent Instructions
This is a build and publish repository for the protodev Docker development environment.
Read README.md to understand how this repository is the development pathway for the development environment, and follow its directions.
The README.md contains essential information about:
Repository architecture and purpose
Build process (GitHub Actions and local)
Versioning strategy
How to make changes to the container image and template
Contribution guidelines
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/angloc-protodev-protodev/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.
angloc-protodev-protodev.ocm.jsonjson
{
"ocm": "1",
"id": "angloc-protodev-protodev",
"kind": "skill",
"name": "protodev",
"description": "This is a build and publish repository for the protodev Docker development environment.",
"publisher": "angloc",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is a build and publish repository for the protodev Docker development environment."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/angloc/protodev",
"path": "AGENTS.md",
"ref": "c264e45ac24c4e3058039b99925299434453211e",
"url": "https://github.com/angloc/protodev/blob/c264e45ac24c4e3058039b99925299434453211e/AGENTS.md",
"key": "angloc/protodev/AGENTS.md"
}
},
"instructions": "# Agent Instructions\n\nThis is a build and publish repository for the protodev Docker development environment.\n\n**Read README.md to understand how this repository is the development pathway for the development environment, and follow its directions.**\n\nThe README.md contains essential information about:\n- Repository architecture and purpose\n- Build process (GitHub Actions and local)\n- Versioning strategy\n- How to make changes to the container image and template\n- Contribution guidelines",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/angloc-protodev-protodev/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.