Imported from steliosot/opencourse (
examples/skills/sample-quiz/SKILL.md). Install upstream withnpx skills add steliosot/opencourse --skill sample-quiz. Copyright stays with the author.
Sample Quiz
Example reusable skill template.
Example quiz skill
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from steliosot/opencourse (
examples/skills/sample-quiz/SKILL.md). Install upstream withnpx skills add steliosot/opencourse --skill sample-quiz. Copyright stays with the author.
Example reusable skill template.
Copy one of these into your project. Installing also returns the manifest and these snippets.
targets:
- https://api.opensmartroute.ai/api/v1/registry/steliosot-opencourse-sample-quiz/manifest # or paste the manifest belowAn Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "steliosot-opencourse-sample-quiz",
"kind": "skill",
"name": "sample-quiz",
"description": "Example quiz skill",
"publisher": "steliosot",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"example",
"quiz",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Example quiz skill"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/steliosot/opencourse",
"path": "examples/skills/sample-quiz/SKILL.md",
"ref": "8ad5da6de8bec8189d29c63f7f61f20d94e8d03e",
"url": "https://github.com/steliosot/opencourse/blob/8ad5da6de8bec8189d29c63f7f61f20d94e8d03e/examples/skills/sample-quiz/SKILL.md",
"key": "steliosot/opencourse/examples/skills/sample-quiz/SKILL.md"
}
},
"instructions": "# Sample Quiz\n\nExample reusable skill template.",
"cost": {
"context_tokens": 11
}
}Fetch it by URL: GET /api/v1/registry/steliosot-opencourse-sample-quiz/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.