Imported from shipshitdev/skills (scripts/fixtures/skill-validation/invalid-model/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill invalid-model. Copyright stays with the author.
Invalid Model Fixture
Run this with gpt-99.
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/shipshitdev-skills-invalid-model/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.
shipshitdev-skills-invalid-model.ocm.jsonjson
{
"ocm": "1",
"id": "shipshitdev-skills-invalid-model",
"kind": "skill",
"name": "invalid-model",
"description": "Exercises rejection of a concrete model identifier.",
"publisher": "shipshitdev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"fixture",
"validation",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Exercises rejection of a concrete model identifier."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/shipshitdev/skills",
"path": "scripts/fixtures/skill-validation/invalid-model/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/shipshitdev/skills/blob/HEAD/scripts/fixtures/skill-validation/invalid-model/SKILL.md",
"key": "shipshitdev/skills/scripts/fixtures/skill-validation/invalid-model/SKILL.md"
}
},
"instructions": "# Invalid Model Fixture\n\nRun this with gpt-99.",
"cost": {
"context_tokens": 11
}
}
Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-invalid-model/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.