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.
server-ops - Skill - OpenSmartRoute
Skillv1.0.0
server-ops
Server management: process management, monitoring, scaling decisions, and infrastructure. Use when managing servers, configuring processes, or planning scaling strategies.
Imported from pikakit/agent-skills (.agent/skills/server-ops/SKILL.md). Install upstream with npx skills add pikakit/agent-skills --skill server-ops. Copyright stays with the author.
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.
pikakit-agent-skills-server-ops.ocm.jsonjson
{
"ocm": "1",
"id": "pikakit-agent-skills-server-ops",
"kind": "skill",
"name": "server-ops",
"description": "Server management: process management, monitoring, scaling decisions, and infrastructure. Use when managing servers, configuring processes, or planning scaling strategies. NOT for code debugging (use debug-pro) or deployment pipelines (use cicd-pipeline).",
"publisher": "pikakit",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"observability"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Server management: process management, monitoring, scaling decisions, and infrastructure. Use when managing servers, configuring processes, or planning scaling strategies. NOT for code debugging (use debug-pro) or deployment pipelines (use cicd-pipeline)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/pikakit/agent-skills",
"path": ".agent/skills/server-ops/SKILL.md",
"ref": "b0ab2bac1dfb0ad235c3d7ef7eb73776c5ef7b16",
"url": "https://github.com/pikakit/agent-skills/blob/b0ab2bac1dfb0ad235c3d7ef7eb73776c5ef7b16/.agent/skills/server-ops/SKILL.md",
"key": "pikakit/agent-skills/.agent/skills/server-ops/SKILL.md"
}
},
"instructions": "# Server Ops — Production Server Management\n\n> Boring servers = well-managed servers. Auto-restart. Monitor day one. Rotate logs.\n\n---\n\n## 5 Must-Ask Questions (Before Recommendations)\n\n| # | Question | Options |\n|---|----------|---------|\n| 1 | Runtime? | Node.js / Python / Java / Generic Linux |\n| 2 | Environment? | Bare-metal / VM / Container / Kubernetes |\n| 3 | Scale? | Single instance / Small cluster / Large cluster |\n| 4 | Symptom? | High CPU / High Memory / Slow Response / Traffic Spike |\n| 5 | Current Monitoring? | Yes / No / Partial |\n\n---\n\n## When to Use\n\n| Situation | Approach |\n|-",
"cost": {
"context_tokens": 1192
}
}
Fetch it by URL: GET /api/v1/registry/pikakit-agent-skills-server-ops/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.