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.
seed-validate - Skill - OpenSmartRoute
Skillv1.0.0
seed-validate
Frozen seed validate skill for SWE-like debugging loops generated by swegym_novita_glm52_c15_resume_merged_20260630_071956.
Imported from jungao1106/SKILL_EVO (skills/accepted/v0009/_general/swe/validate/seed-validate/SKILL.md). Install upstream with npx skills add jungao1106/SKILL_EVO --skill seed-validate. Copyright stays with the author.
Seed validate Skill
Use this only as a weak process hint after inspecting repository evidence.
Do not copy task-specific paths or patches from training tasks.
Actions
Collect concrete repository evidence before editing.
Prefer a minimal source-code change tied to the observed failure.
Run the narrowest relevant check before broad validation.
Stop using this skill if the current task evidence does not match it.
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.
jungao1106-skill-evo-seed-validate.ocm.jsonjson
{
"ocm": "1",
"id": "jungao1106-skill-evo-seed-validate",
"kind": "skill",
"name": "seed-validate",
"description": "Frozen seed validate skill for SWE-like debugging loops generated by swegym_novita_glm52_c15_resume_merged_20260630_071956.",
"publisher": "jungao1106",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Frozen seed validate skill for SWE-like debugging loops generated by swegym_novita_glm52_c15_resume_merged_20260630_071956."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/jungao1106/SKILL_EVO",
"path": "skills/accepted/v0009/_general/swe/validate/seed-validate/SKILL.md",
"ref": "c3553f2a0a5348cd72ae1596d37be1cf7929b495",
"url": "https://github.com/jungao1106/SKILL_EVO/blob/c3553f2a0a5348cd72ae1596d37be1cf7929b495/skills/accepted/v0009/_general/swe/validate/seed-validate/SKILL.md",
"key": "jungao1106/SKILL_EVO/skills/accepted/v0009/_general/swe/validate/seed-validate/SKILL.md"
}
},
"instructions": "# Seed validate Skill\n\nUse this only as a weak process hint after inspecting repository evidence.\nDo not copy task-specific paths or patches from training tasks.\n\n## Actions\n\n- Collect concrete repository evidence before editing.\n- Prefer a minimal source-code change tied to the observed failure.\n- Run the narrowest relevant check before broad validation.\n- Stop using this skill if the current task evidence does not match it.",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/jungao1106-skill-evo-seed-validate/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.