Imported from QuanuX/Symphony (
tools/symphony-validator/tests/fixtures_sclv_reference_traversal/knowledge/sodv/SKILL.md). Install upstream withnpx skills add QuanuX/Symphony --skill sodv. Copyright stays with the author.
Skill
Skill ## Purpose ## Non-Authorization Statement
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from QuanuX/Symphony (
tools/symphony-validator/tests/fixtures_sclv_reference_traversal/knowledge/sodv/SKILL.md). Install upstream withnpx skills add QuanuX/Symphony --skill sodv. Copyright stays with the author.
Skill
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}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "quanux-symphony-sodv",
"kind": "skill",
"name": "sodv",
"description": "Skill ## Purpose ## Non-Authorization Statement",
"publisher": "QuanuX",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Skill ## Purpose ## Non-Authorization Statement"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/QuanuX/Symphony",
"path": "tools/symphony-validator/tests/fixtures_sclv_reference_traversal/knowledge/sodv/SKILL.md",
"ref": "f88a6dd3f8f8fcf63dcf13e91414fc2f0482ef55",
"url": "https://github.com/QuanuX/Symphony/blob/f88a6dd3f8f8fcf63dcf13e91414fc2f0482ef55/tools/symphony-validator/tests/fixtures_sclv_reference_traversal/knowledge/sodv/SKILL.md",
"key": "QuanuX/Symphony/tools/symphony-validator/tests/fixtures_sclv_reference_traversal/knowledge/sodv/SKILL.md"
}
},
"instructions": "Skill\n## Purpose\n## Non-Authorization Statement",
"cost": {
"context_tokens": 11
}
}Fetch it by URL: GET /api/v1/registry/quanux-symphony-sodv/manifest?version=1.0.0
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.