Skip to main content
Docs navigation

Agent skill

Teach your AI agent the Powers catalog and the Winds economy in one command.

The IP Bot Powers skill (@island-pitch/ip-bot-skills) is a drop-in Agent Skill. Once installed, your agent knows what every Power does, how much it costs, how to run it, and how to spend & acquire Winds — without you re-explaining it.

Install

bash
> npx @island-pitch/ip-bot-skills            # into ./.claude/skills (current project)
> npx @island-pitch/ip-bot-skills --global   # into ~/.claude/skills (all projects)

What it teaches

  • The full Powers catalog with costs and required connectors.
  • The recommended workflow loop: discover → check balance → run → read results.
  • How to handle INSUFFICIENT_WINDS, PAID_ONLY, and UNKNOWN_POWER.
  • How to drive the content pipeline via the CLI or MCP server.

Use it with

  • The MCP server — for agents that call tools directly.
  • The CLI — for scripted / CI agents using --output json.

Prefer to read it yourself first? The skill bundles a Powers catalog, a Winds economy reference, and CLI/MCP examples. Browse the equivalent material under Powers and Winds.