Skip to content
Skillv1.0.0

Good Skill

A planted fixture that satisfies every blocking skill-eval rule so the gate passes cleanly.

by boshu2(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from boshu2/agentops (skills/_fixtures/good-skill/SKILL.md). Install upstream with npx skills add boshu2/agentops --skill good-skill. Copyright stays with the author.

Good Skill

A planted fixture that satisfies every blocking skill-eval rule so the gate passes cleanly. It has required metadata, a non-empty description, no secrets, and no unsafe paths.

Usage

Run a harmless command to demonstrate a code example:

echo "skill-eval good fixture"

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/boshu2-agentops-good-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.

boshu2-agentops-good-skill.ocm.jsonjson
{
  "ocm": "1",
  "id": "boshu2-agentops-good-skill",
  "kind": "skill",
  "name": "Good Skill",
  "description": "A planted fixture that satisfies every blocking skill-eval rule so the gate passes cleanly.",
  "publisher": "boshu2",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "fixture",
      "testing",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "A planted fixture that satisfies every blocking skill-eval rule so the gate passes cleanly."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/boshu2/agentops",
      "path": "skills/_fixtures/good-skill/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/boshu2/agentops/blob/HEAD/skills/_fixtures/good-skill/SKILL.md",
      "key": "boshu2/agentops/skills/_fixtures/good-skill/SKILL.md"
    }
  },
  "instructions": "# Good Skill\n\nA planted fixture that satisfies every blocking skill-eval rule so the gate\npasses cleanly. It has required metadata, a non-empty description, no secrets,\nand no unsafe paths.\n\n## Usage\n\nRun a harmless command to demonstrate a code example:\n\n```bash\necho \"skill-eval good fixture\"\n```",
  "cost": {
    "context_tokens": 74
  }
}

Fetch it by URL: GET /api/v1/registry/boshu2-agentops-good-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.