Skip to content
Skillv1.0.0

pi-status

Inspect supervised Pi delegation jobs.

by wu-hongjun(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from wu-hongjun/codex-delegation-plugin (packages/plugin-delegate/skills/pi-status/SKILL.md). Install upstream with npx skills add wu-hongjun/codex-delegation-plugin --skill pi-status. Copyright stays with the author.

Resolve <plugin-root> and run:

node "<plugin-root>/scripts/delegate.mjs" status --provider pi

Forward supported read-only flags such as --job, --all, --json, --compact, --limit, and --stored-status. Return output verbatim. Pi jobs are headless and do not support attach.

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/wu-hongjun-codex-delegation-plugin-pi-status/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.

wu-hongjun-codex-delegation-plugin-pi-status.ocm.jsonjson
{
  "ocm": "1",
  "id": "wu-hongjun-codex-delegation-plugin-pi-status",
  "kind": "skill",
  "name": "pi-status",
  "description": "Inspect supervised Pi delegation jobs.",
  "publisher": "wu-hongjun",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Inspect supervised Pi delegation jobs."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/wu-hongjun/codex-delegation-plugin",
      "path": "packages/plugin-delegate/skills/pi-status/SKILL.md",
      "ref": "f77db7b3caf9e6bb3d6cf5a31890d0c8809c3a1c",
      "url": "https://github.com/wu-hongjun/codex-delegation-plugin/blob/f77db7b3caf9e6bb3d6cf5a31890d0c8809c3a1c/packages/plugin-delegate/skills/pi-status/SKILL.md",
      "key": "wu-hongjun/codex-delegation-plugin/packages/plugin-delegate/skills/pi-status/SKILL.md"
    }
  },
  "instructions": "Resolve `<plugin-root>` and run:\n\n    node \"<plugin-root>/scripts/delegate.mjs\" status --provider pi\n\nForward supported read-only flags such as `--job`, `--all`, `--json`, `--compact`, `--limit`, and\n`--stored-status`. Return output verbatim. Pi jobs are headless and do not support attach.",
  "cost": {
    "context_tokens": 72
  }
}

Fetch it by URL: GET /api/v1/registry/wu-hongjun-codex-delegation-plugin-pi-status/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.