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.
runningman - Skill - OpenSmartRoute
Skillv1.0.0
runningman
Before making code or script changes, read these repository-local skills in full and follow them:
Imported from horttanainen/runningman (AGENTS.md). Install upstream with npx skills add horttanainen/runningman. Copyright stays with the author.
Repository instructions
Before making code or script changes, read these repository-local skills in
full and follow them:
skills/code-style/SKILL.md
skills/zig-guard-clause/SKILL.md
skills/zig-defensive-logging/SKILL.md
After making code or script changes, read and follow:
skills/build-and-smoke-test/SKILL.md
These instructions apply throughout this repository. When a more specific
AGENTS.md exists below the working directory, follow both files and give the
more specific instruction precedence.
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/horttanainen-runningman-runningman/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.
horttanainen-runningman-runningman.ocm.jsonjson
{
"ocm": "1",
"id": "horttanainen-runningman-runningman",
"kind": "skill",
"name": "runningman",
"description": "Before making code or script changes, read these repository-local skills in full and follow them:",
"publisher": "horttanainen",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Before making code or script changes, read these repository-local skills in full and follow them:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/horttanainen/runningman",
"path": "AGENTS.md",
"ref": "64ae227a6b91f3c7022862844465d9157a165fec",
"url": "https://github.com/horttanainen/runningman/blob/64ae227a6b91f3c7022862844465d9157a165fec/AGENTS.md",
"key": "horttanainen/runningman/AGENTS.md"
}
},
"instructions": "# Repository instructions\n\nBefore making code or script changes, read these repository-local skills in\nfull and follow them:\n\n1. `skills/code-style/SKILL.md`\n2. `skills/zig-guard-clause/SKILL.md`\n3. `skills/zig-defensive-logging/SKILL.md`\n\nAfter making code or script changes, read and follow:\n\n4. `skills/build-and-smoke-test/SKILL.md`\n\nThese instructions apply throughout this repository. When a more specific\n`AGENTS.md` exists below the working directory, follow both files and give the\nmore specific instruction precedence.",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/horttanainen-runningman-runningman/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.