Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
Imported from mdog120/selahlyapp (.agents/AGENTS.md). Install upstream with npx skills add mdog120/selahlyapp --skill .agents. Copyright stays with the author.
Agent Rules for Selahly App
Git & Vercel Fallback Pushes: Always push any new changes to both git remotes: origin (GitHub main repository) and vercel_fallback (fallback repository) automatically when task changes are finalized.
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/mdog120-selahlyapp-agents/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.
mdog120-selahlyapp-agents.ocm.jsonjson
{
"ocm": "1",
"id": "mdog120-selahlyapp-agents",
"kind": "skill",
"name": ".agents",
"description": "Agent Rules for Selahly App",
"publisher": "mdog120",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent Rules for Selahly App"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/mdog120/selahlyapp",
"path": ".agents/AGENTS.md",
"ref": "b9f054e277b96b0aa4d67edb720077f635c15ed1",
"url": "https://github.com/mdog120/selahlyapp/blob/b9f054e277b96b0aa4d67edb720077f635c15ed1/.agents/AGENTS.md",
"key": "mdog120/selahlyapp/.agents/AGENTS.md"
}
},
"instructions": "# Agent Rules for Selahly App\n\n- **Git & Vercel Fallback Pushes**: Always push any new changes to both git remotes: `origin` (GitHub main repository) and `vercel_fallback` (fallback repository) automatically when task changes are finalized.",
"cost": {
"context_tokens": 60
}
}
Fetch it by URL: GET /api/v1/registry/mdog120-selahlyapp-agents/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.