Skip to content
Skillv1.0.0

pi-web-tools

Pi Web Tools

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

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

See reviews

About

Imported from dmmulroy/pi-web-tools (AGENTS.md). Install upstream with npx skills add dmmulroy/pi-web-tools. Copyright stays with the author.

Pi Web Tools

Guardrails

  • Parse external data at boundaries before passing it inward.
  • Preserve SSRF protections, URL credential redaction, response limits, and output truncation.
  • Model expected failures with the local Result type; throw at the Pi adapter only to mark a tool execution as failed.
  • Put runtime libraries in dependencies and Pi core packages in peerDependencies.
  • Run npm run check after changes.

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/dmmulroy-pi-web-tools-pi-web-tools/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.

dmmulroy-pi-web-tools-pi-web-tools.ocm.jsonjson
{
  "ocm": "1",
  "id": "dmmulroy-pi-web-tools-pi-web-tools",
  "kind": "skill",
  "name": "pi-web-tools",
  "description": "Pi Web Tools",
  "publisher": "dmmulroy",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Pi Web Tools"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/dmmulroy/pi-web-tools",
      "path": "AGENTS.md",
      "ref": "445836dcf4b6df202cd4a45ee641ec12eb86c36d",
      "url": "https://github.com/dmmulroy/pi-web-tools/blob/445836dcf4b6df202cd4a45ee641ec12eb86c36d/AGENTS.md",
      "key": "dmmulroy/pi-web-tools/AGENTS.md"
    }
  },
  "instructions": "# Pi Web Tools\n\n## Guardrails\n\n- Parse external data at boundaries before passing it inward.\n- Preserve SSRF protections, URL credential redaction, response limits, and output truncation.\n- Model expected failures with the local `Result` type; throw at the Pi adapter only to mark a tool execution as failed.\n- Put runtime libraries in `dependencies` and Pi core packages in `peerDependencies`.\n- Run `npm run check` after changes.",
  "cost": {
    "context_tokens": 107
  }
}

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

pi-web-tools - Skill - OpenSmartRoute