Skip to content
Skillv1.0.0

valid-composable-writer

Exercises a callable writer with an in-body authorization gate.

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

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

See reviews

About

Imported from shipshitdev/skills (scripts/fixtures/skill-validation/valid-composable-writer/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill valid-composable-writer. Copyright stays with the author.

Composable Writer Fixture

Contract

Inputs:

  • Authorized target file

Outputs:

  • Updated file

Creates/Modifies:

  • Only the target covered by the user's explicit request

External Side Effects:

  • Local writes only

Confirmation Required:

  • Obtain explicit authorization before writing outside the requested scope

Delegates To:

  • None

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-valid-composable-writer/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-valid-composable-writer.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-valid-composable-writer",
  "kind": "skill",
  "name": "valid-composable-writer",
  "description": "Exercises a callable writer with an in-body authorization gate.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "fixture",
      "validation",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Exercises a callable writer with an in-body authorization gate."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "scripts/fixtures/skill-validation/valid-composable-writer/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/scripts/fixtures/skill-validation/valid-composable-writer/SKILL.md",
      "key": "shipshitdev/skills/scripts/fixtures/skill-validation/valid-composable-writer/SKILL.md"
    },
    "allowed_tools": [
      "Write"
    ]
  },
  "instructions": "# Composable Writer Fixture\n\n## Contract\n\nInputs:\n\n- Authorized target file\n\nOutputs:\n\n- Updated file\n\nCreates/Modifies:\n\n- Only the target covered by the user's explicit request\n\nExternal Side Effects:\n\n- Local writes only\n\nConfirmation Required:\n\n- Obtain explicit authorization before writing outside the requested scope\n\nDelegates To:\n\n- None",
  "cost": {
    "context_tokens": 86
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-valid-composable-writer/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.