Imported from ShenghuZhang/censorate (test-skill/SKILL.md). Install upstream with npx skills add ShenghuZhang/censorate --skill test-skill. Copyright stays with the author.
Test Skill
This is a test skill to verify the skills system functionality.
Features
Skill upload
Preview
Search
ZIP download
Usage
This skill demonstrates the complete skills system workflow.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/shenghuzhang-censorate-test-skill/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
shenghuzhang-censorate-test-skill.ocm.jsonjson
{
"ocm": "1",
"id": "shenghuzhang-censorate-test-skill",
"kind": "skill",
"name": "Test Skill",
"description": "A test skill for the skills system",
"publisher": "ShenghuZhang",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"test",
"demo",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A test skill for the skills system"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ShenghuZhang/censorate",
"path": "test-skill/SKILL.md",
"ref": "7597f7016397f055abd69c60ca2e5b48d2f887e3",
"url": "https://github.com/ShenghuZhang/censorate/blob/7597f7016397f055abd69c60ca2e5b48d2f887e3/test-skill/SKILL.md",
"key": "ShenghuZhang/censorate/test-skill/SKILL.md"
}
},
"instructions": "# Test Skill\n\nThis is a test skill to verify the skills system functionality.\n\n## Features\n\n- Skill upload\n- Preview\n- Search\n- ZIP download\n\n## Usage\n\nThis skill demonstrates the complete skills system workflow.",
"cost": {
"context_tokens": 53
}
}
Fetch it by URL: GET /api/v1/registry/shenghuzhang-censorate-test-skill/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.