Skip to content
Skillv1.0.0

pi

Delegate a self-contained task to pi (cheap local AI coding agent) and report back.

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

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

See reviews

About

Imported from seabbs/skills (plugins/pi/skills/pi/SKILL.md). Install upstream with npx skills add seabbs/skills --skill pi. Copyright stays with the author.

Delegate the task to pi:

pi -p "$ARGUMENTS" --print --no-session 2>&1

Pi runs from cold context in the current directory. Its stdout is captured in the bash result — read it, verify it, and report back to the user.

For code tasks, pi can write files directly. Check the files it created or modified rather than trusting inline snippets.

If the command fails (non-zero exit, timeout, empty output), show stderr and offer to retry with a more specific prompt. If it keeps failing, do the task in Claude instead.

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/seabbs-skills-pi/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.

seabbs-skills-pi.ocm.jsonjson
{
  "ocm": "1",
  "id": "seabbs-skills-pi",
  "kind": "skill",
  "name": "pi",
  "description": "Delegate a self-contained task to pi (cheap local AI coding agent) and report back.",
  "publisher": "seabbs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Delegate a self-contained task to pi (cheap local AI coding agent) and report back."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/seabbs/skills",
      "path": "plugins/pi/skills/pi/SKILL.md",
      "ref": "cf859a38d2be9c224f6b7365a7b6c2a648cd7cbc",
      "url": "https://github.com/seabbs/skills/blob/cf859a38d2be9c224f6b7365a7b6c2a648cd7cbc/plugins/pi/skills/pi/SKILL.md",
      "key": "seabbs/skills/plugins/pi/skills/pi/SKILL.md"
    }
  },
  "instructions": "Delegate the task to pi:\n\n```bash\npi -p \"$ARGUMENTS\" --print --no-session 2>&1\n```\n\nPi runs from cold context in the current directory. Its stdout is captured in\nthe bash result — read it, verify it, and report back to the user.\n\nFor code tasks, pi can write files directly. Check the files it created or\nmodified rather than trusting inline snippets.\n\nIf the command fails (non-zero exit, timeout, empty output), show stderr and\noffer to retry with a more specific prompt. If it keeps failing, do the task in\nClaude instead.",
  "cost": {
    "context_tokens": 131
  }
}

Fetch it by URL: GET /api/v1/registry/seabbs-skills-pi/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.