Skip to content

pact-pay agent skill

A Markdown skill that tells skill-aware agents (Claude Code, Codex, custom harnesses) to substitute pact pay <tool> ... for any pay <tool> ... invocation.

Canonical source: pactnetwork.io/skills/pact-pay.md.

From your project root:

Terminal window
mkdir -p .claude/skills/pact-pay && \
curl -fsSL https://pactnetwork.io/skills/pact-pay.md \
-o .claude/skills/pact-pay/SKILL.md

Picked up on the next session. Re-run to upgrade — idempotent.

Tells the agent to call pact pay <tool> ... instead of pay <tool> ... for any paid HTTP call, then read the [pact] stderr block (or --json envelope) for the coverage verdict. Full rule set, status → action table, and [pact] output reference are in the skill itself: /skills/pact-pay.md.

Free APIs, localhost, your own server, static-CDN GETs, or anything not behind a 402 / x402 / MPP paywall.