Pi
Give Pi real-time web search, content extraction, and citation-backed research through the You.com agent skills. Pi is a minimal terminal coding harness from Earendil Inc. that uses skills — not MCP — for capability extension, so the same You.com skills that power Claude Code, Cursor, and Codex work in Pi too.
Quick setup
Install the You.com skills
From your Pi project root:
This installs the full You.com skill set from github.com/youdotcom-oss/agent-skills. The skills follow the agentskills.io specification, which Pi reads natively — no Pi-specific package needed.
Only want one skill? Pin to a specific one:
Set your API key
The You.com skills read the api_key environment variable. Set it before launching Pi:
Get a key at you.com/platform.
Keyless tier
Want to try it without signing up? The you-search tool runs on a free tier (100 queries/day, no auth) when no API key is set — leave api_key unexported and Pi will fall back to the keyless endpoint. Page extraction and deep research require a key.
Quick demo
SDK users: OpenClaw
Building agents with an SDK rather than running them in a terminal harness? The same skills work with OpenClaw — see the agent-skills repo for SDK-side integration.
Troubleshooting
pi: command not found— install Pi from pi.dev and confirm withpi --version.- Skill doesn’t activate — confirm the skill files are present in your project (the
npx skills addstep writes them to disk). See pi.dev/docs/latest for Pi’s skill-discovery rules. - 401 errors — confirm
api_keyis exported in the shell that launched Pi (not just in a sub-shell) and starts withYDC-. - Hit the keyless rate limit — set an
api_keyto lift the cap and unlockyou-contentsandyou-research.