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.
lifeforge-priv - Skill - OpenSmartRoute
Skillv1.0.0
lifeforge-priv
1. **Never do anything the user didn't explicitly tell you to do.** Do not add code, remove code, refactor, restructure, create files, delete files, install packages, or run commands unless the user e
Imported from Goge052215/lifeforge-priv (AGENTS.md). Install upstream with npx skills add Goge052215/lifeforge-priv. Copyright stays with the author.
Strict Instructions for opencode
Golden Rules
Never do anything the user didn't explicitly tell you to do. Do not add code, remove code, refactor, restructure, create files, delete files, install packages, or run commands unless the user explicitly instructs you to.
Do not make assumptions about user intent. If the user points at something or says "this", ask what they want done before acting.
Do not infer broader tasks from specific requests. If the user asks to refactor one file, do not refactor related files. If the user asks to fix one bug, do not fix similar bugs elsewhere.
Do not proactively fix issues you notice unless asked. No style improvements, no dead code removal, no performance optimizations — unless the user asks.
Do not update AGENTS.md unless the user explicitly tells you to.
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": "goge052215-lifeforge-priv-lifeforge-priv",
"kind": "skill",
"name": "lifeforge-priv",
"description": "1. **Never do anything the user didn't explicitly tell you to do.** Do not add code, remove code, refactor, restructure, create files, delete files, install packages, or run commands unless the user explicitly instructs you to. 2. **Do not make assumptions about user intent.** If the user points at something or says \"this\", ask what they want done before acting. 3. **Do not infer broader tasks from specific requests.** If the user asks to refactor one file, do not refactor related files. If the user asks to fix one bug, do not fix similar bugs elsewhere. 4. **Do not proactively fix issues you notice** unless asked. No style improvements, no dead code removal, no performance optimizations — unless the user asks. 5. **Do not update AGENTS.md** unless the user explicitly tells you to.",
"publisher": "Goge052215",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"1. **Never do anything the user didn't explicitly tell you to do.** Do not add code, remove code, refactor, restructure, create files, delete files, install packages, or run commands unless the user explicitly instructs you to. 2. **Do not make assumptions about user intent.** If the user points at something or says \"this\", ask what they want done before acting. 3. **Do not infer broader tasks from specific requests.** If the user asks to refactor one file, do not refactor related files. If the user asks to fix one bug, do not fix similar bugs elsewhere. 4. **Do not proactively fix issues you notice** unless asked. No style improvements, no dead code removal, no performance optimizations — unless the user asks. 5. **Do not update AGENTS.md** unless the user explicitly tells you to."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Goge052215/lifeforge-priv",
"path": "AGENTS.md",
"ref": "90b8174c0ffe599dd68ecdbccad788340d04c49c",
"url": "https://github.com/Goge052215/lifeforge-priv/blob/90b8174c0ffe599dd68ecdbccad788340d04c49c/AGENTS.md",
"key": "Goge052215/lifeforge-priv/AGENTS.md"
}
},
"instructions": "# Strict Instructions for opencode\n\n## Golden Rules\n\n1. **Never do anything the user didn't explicitly tell you to do.** Do not add code, remove code, refactor, restructure, create files, delete files, install packages, or run commands unless the user explicitly instructs you to.\n2. **Do not make assumptions about user intent.** If the user points at something or says \"this\", ask what they want done before acting.\n3. **Do not infer broader tasks from specific requests.** If the user asks to refactor one file, do not refactor related files. If the user asks to fix one bug, do not fix similar bu",
"cost": {
"context_tokens": 211
}
}
Fetch it by URL: GET /api/v1/registry/goge052215-lifeforge-priv-lifeforge-priv/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.