Skip to content
Skillv1.0.0

fire-keeper-check

Skill: Fire Keeper Check

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

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

See reviews

About

Imported from jgwill/dotagents (archived-skills/skills/fire-keeper-check/SKILL.md). Install upstream with npx skills add jgwill/dotagents --skill fire-keeper-check. Copyright stays with the author.

Skill: Fire Keeper Check

Purpose

Evaluate a proposed action against permission tiers and relational gates.

Input

  • Proposed action description
  • Current permission tier
  • Current ceremony phase
  • Optional: Wilson / OCAP metadata

Output

  • accept / hold / human-needed assessment
  • Unsatisfied gates
  • Check-back step results
  • Suggested next move

Usage

mw skill run fire-keeper-check "Deploy to production"

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/jgwill-dotagents-fire-keeper-check/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.

jgwill-dotagents-fire-keeper-check.ocm.jsonjson
{
  "ocm": "1",
  "id": "jgwill-dotagents-fire-keeper-check",
  "kind": "skill",
  "name": "fire-keeper-check",
  "description": "Skill: Fire Keeper Check",
  "publisher": "jgwill",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Skill: Fire Keeper Check"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/jgwill/dotagents",
      "path": "archived-skills/skills/fire-keeper-check/SKILL.md",
      "ref": "0d497917b8661d961964eeeca149449041949ce8",
      "url": "https://github.com/jgwill/dotagents/blob/0d497917b8661d961964eeeca149449041949ce8/archived-skills/skills/fire-keeper-check/SKILL.md",
      "key": "jgwill/dotagents/archived-skills/skills/fire-keeper-check/SKILL.md"
    }
  },
  "instructions": "# Skill: Fire Keeper Check\n\n## Purpose\nEvaluate a proposed action against permission tiers and relational gates.\n\n## Input\n- Proposed action description\n- Current permission tier\n- Current ceremony phase\n- Optional: Wilson / OCAP metadata\n\n## Output\n- accept / hold / human-needed assessment\n- Unsatisfied gates\n- Check-back step results\n- Suggested next move\n\n## Usage\n```\nmw skill run fire-keeper-check \"Deploy to production\"\n```",
  "cost": {
    "context_tokens": 107
  }
}

Fetch it by URL: GET /api/v1/registry/jgwill-dotagents-fire-keeper-check/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.