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.
ci - Skill - OpenSmartRoute
Skillv1.0.0
ci
Run after each commit to detect CI-relevant entrypoints and surface whether repository checks should be verified or automated.
Imported from agentclash/agentclash (skills/ci/SKILL.md). Install upstream with npx skills add agentclash/agentclash --skill ci. Copyright stays with the author.
CI Skill
Use this skill after every commit.
Purpose:
detect whether the repository has CI-relevant entrypoints
remind the user to run or verify those checks
act as the place to grow commit-time automation later
Current behavior:
if no CI entrypoints are present, skip cleanly
if CI entrypoints exist, surface that they should be run or automated
This skill is intentionally conservative for now.
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.
agentclash-agentclash-ci.ocm.jsonjson
{
"ocm": "1",
"id": "agentclash-agentclash-ci",
"kind": "skill",
"name": "ci",
"description": "Run after each commit to detect CI-relevant entrypoints and surface whether repository checks should be verified or automated.",
"publisher": "agentclash",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run after each commit to detect CI-relevant entrypoints and surface whether repository checks should be verified or automated."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/agentclash/agentclash",
"path": "skills/ci/SKILL.md",
"ref": "439e20ba98d49ed3f0e49067cfa416267c5b1a61",
"url": "https://github.com/agentclash/agentclash/blob/439e20ba98d49ed3f0e49067cfa416267c5b1a61/skills/ci/SKILL.md",
"key": "agentclash/agentclash/skills/ci/SKILL.md"
}
},
"instructions": "# CI Skill\n\nUse this skill after every commit.\n\nPurpose:\n\n- detect whether the repository has CI-relevant entrypoints\n- remind the user to run or verify those checks\n- act as the place to grow commit-time automation later\n\nCurrent behavior:\n\n- if no CI entrypoints are present, skip cleanly\n- if CI entrypoints exist, surface that they should be run or automated\n\nThis skill is intentionally conservative for now.",
"cost": {
"context_tokens": 103
}
}
Fetch it by URL: GET /api/v1/registry/agentclash-agentclash-ci/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.