Personal collection of agent skills, pi extensions, and modules.
| Path | What |
|---|---|
pi/codex-rotate | Pi extension: multi-account round-robin rotation for OpenAI Codex |
pi/web-search | Pi extension: web_search tool backed by Apify's Google Search Scraper |
pi/web-fetch | Pi extension: web_fetch tool — URL to Markdown via markitdown, ghost-browser stealth fallback |
pi/youtube-transcript | Pi extension: youtube_transcript tool backed by Apify's official YouTube Scraper |
pi/youtube-search | Pi extension: youtube_search tool backed by Apify's official YouTube Scraper |
Live in their own repos; listed here as part of the toolkit.
| Repo | What |
|---|---|
| ghost-browser | Apify-native stealth Chromium harness for coding agents (raw CDP, Python). Install: uv tool install --python 3.12 git+https://github.com/yfe404/ghost-browser.git; agent skill via ghost-browser skill |
Clone the repo and install by local path:
pi install ~/path/to/agi/pi/codex-rotateLocal-path installs are referenced in place (not copied), so git pull +
/reload picks up updates.