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.
general - Skill - OpenSmartRoute
Skillv1.0.0
general
General operating guidance for file and coding tasks.
Imported from pipixia-labs/openteamwork (openppx/skills/general/SKILL.md). Install upstream with npx skills add pipixia-labs/openteamwork --skill general. Copyright stays with the author.
General Skill
Workflow
Restate the user goal in one sentence.
Inspect relevant files before editing.
Apply minimal changes that solve the issue.
Run a lightweight verification command when possible.
Report changed files and test result.
Guardrails
Do not fabricate file contents.
Keep edits scoped to the user request.
Prefer deterministic commands and explicit paths.
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.
pipixia-labs-openteamwork-general.ocm.jsonjson
{
"ocm": "1",
"id": "pipixia-labs-openteamwork-general",
"kind": "skill",
"name": "general",
"description": "General operating guidance for file and coding tasks.",
"publisher": "pipixia-labs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"General operating guidance for file and coding tasks."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/pipixia-labs/openteamwork",
"path": "openppx/skills/general/SKILL.md",
"ref": "b45f15358438d95111bd42729b38a3bf400f4fdd",
"url": "https://github.com/pipixia-labs/openteamwork/blob/b45f15358438d95111bd42729b38a3bf400f4fdd/openppx/skills/general/SKILL.md",
"key": "pipixia-labs/openteamwork/openppx/skills/general/SKILL.md"
}
},
"instructions": "# General Skill\n\n## Workflow\n\n1. Restate the user goal in one sentence.\n2. Inspect relevant files before editing.\n3. Apply minimal changes that solve the issue.\n4. Run a lightweight verification command when possible.\n5. Report changed files and test result.\n\n## Guardrails\n\n- Do not fabricate file contents.\n- Keep edits scoped to the user request.\n- Prefer deterministic commands and explicit paths.",
"cost": {
"context_tokens": 100
}
}
Fetch it by URL: GET /api/v1/registry/pipixia-labs-openteamwork-general/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.