Pi 编程助手扩展库 是 AI Skill Hub 本期精选AI工具之一。综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
这是一个为 Pi Coding Agent 提供的开源扩展集合,旨在通过可独立安装的插件增强 AI 编程工作流。它支持 Google GenAI 等模型,为开发者提供更强大的代码生成与自动化能力,适合追求高效 AI 辅助编程的 TypeScript 开发者。
Pi 编程助手扩展库 是一款基于 TypeScript 开发的开源工具,专注于 AI编程、工作流自动化、TypeScript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
这是一个为 Pi Coding Agent 提供的开源扩展集合,旨在通过可独立安装的插件增强 AI 编程工作流。它支持 Google GenAI 等模型,为开发者提供更强大的代码生成与自动化能力,适合追求高效 AI 辅助编程的 TypeScript 开发者。
Pi 编程助手扩展库 是一款基于 TypeScript 开发的开源工具,专注于 AI编程、工作流自动化、TypeScript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:npm 全局安装 npm install -g pi-extensions # 方式二:npx 直接运行(无需安装) npx pi-extensions --help # 方式三:项目依赖安装 npm install pi-extensions # 方式四:从源码运行 git clone https://github.com/narumiruna/pi-extensions cd pi-extensions npm install npm start
# 命令行使用
pi-extensions --help
# 基本用法
pi-extensions [options] <input>
# Node.js 代码中使用
const pi_extensions = require('pi-extensions');
const result = await pi_extensions.run(options);
console.log(result);
# pi-extensions 配置说明 # 查看配置选项 pi-extensions --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PI_EXTENSIONS_CONFIG="/path/to/config.yml"
Install a package from npm:
pi install npm:@narumitw/pi-goal
Try an extension once without adding it permanently:
pi -e npm:@narumitw/pi-statusline
pi -e npm:@narumitw/pi-sync
Use multiple Pi extensions together:
pi -e npm:@narumitw/pi-goal -e npm:@narumitw/pi-statusline -e npm:@narumitw/pi-lsp
Use @narumitw/pi-codex-usage to show ChatGPT Codex subscription usage and reset windows from Pi with /codex-status. When the current model uses openai-codex, it also shows compact quota status in the statusline. It uses Pi's OpenAI Codex auth first, so Codex CLI is optional.
Use @narumitw/pi-firecrawl to give Pi native Firecrawl tools for scraping markdown or HTML, mapping URLs, crawling websites, and searching the web from inside an agent workflow.
Production-ready, independently installable Pi Coding Agent extension packages for AI coding workflows. This TypeScript monorepo publishes npm packages under @narumitw and gives Pi native tools, slash commands, and statusline integrations for LSP diagnostics and code actions across TypeScript, JavaScript, Python, JSON, CSS, and more; Chrome DevTools Protocol browser automation; Firecrawl web scraping, crawling, and web search; Google GenAI grounding for Google Search, Maps, and URL context; ChatGPT Codex account switching and usage status; GitHub pull request checks; goal mode; Codex-like plan mode; subagents; rich terminal statuslines; Cloudflare R2/S3 settings sync; retry handling; side questions; and keep-awake automation.
Search keywords: Pi Coding Agent extensions, AI coding agent tools, npm Pi packages, LSP diagnostics, Language Server Protocol, Chrome DevTools Protocol, browser automation, web scraping, Firecrawl, Google GenAI grounding, ChatGPT Codex tools, subagents, terminal statusline, Cloudflare R2 sync, S3 sync.
Install only the Pi extensions you need. Each package is published under the @narumitw npm scope and can be installed directly with the package-specific pi install npm:@narumitw/... command.
| Pi extension | What it adds | Install |
|---|---|---|
[@narumitw/pi-btw](./extensions/pi-btw) | 💬 /btw side-question command for asking quick questions without polluting the main conversation. | pi install npm:@narumitw/pi-btw |
[@narumitw/pi-caffeinate](./extensions/pi-caffeinate) | ☕ Cross-platform sleep prevention while the Pi agent is processing long-running prompts. | pi install npm:@narumitw/pi-caffeinate |
[@narumitw/pi-chrome-devtools](./extensions/pi-chrome-devtools) | 🌐 Native Chrome DevTools Protocol tools for listing tabs, navigating pages, evaluating JavaScript, and taking screenshots. | pi install npm:@narumitw/pi-chrome-devtools |
[@narumitw/pi-codex-accounts](./extensions/pi-codex-accounts) | 🔐 /codex-login, /codex-account, and /codex-logout for switching self-managed ChatGPT Codex subscription accounts without changing Pi's /login list. | pi install npm:@narumitw/pi-codex-accounts |
[@narumitw/pi-codex-usage](./extensions/pi-codex-usage) | 📊 /codex-status command and automatic statusline item for ChatGPT Codex subscription usage, using Pi auth first and Codex CLI only as fallback. | pi install npm:@narumitw/pi-codex-usage |
[@narumitw/pi-firecrawl](./extensions/pi-firecrawl) | 🔥 Firecrawl-powered web scraping, crawling, URL discovery, and web search tools for documentation and research workflows. | pi install npm:@narumitw/pi-firecrawl |
[@narumitw/pi-github-pr](./extensions/pi-github-pr) | 🔎 Passive current-branch GitHub PR checks, review, and comment counts in the statusline. | pi install npm:@narumitw/pi-github-pr |
[@narumitw/pi-goal](./extensions/pi-goal) | 🎯 /goal mode that keeps the agent working until a verifiable task is complete. | pi install npm:@narumitw/pi-goal |
[@narumitw/pi-google-genai](./extensions/pi-google-genai) | 🔎 Google GenAI grounding tools for Google Search, Maps, and URL context. | pi install npm:@narumitw/pi-google-genai |
[@narumitw/pi-lsp](./extensions/pi-lsp) | 🧠 Language-agnostic LSP diagnostics and code actions for TypeScript, JavaScript, Python, JSON, CSS, and more through configured language servers. | pi install npm:@narumitw/pi-lsp |
[@narumitw/pi-plan-mode](./extensions/pi-plan-mode) | 🧭 Codex-like read-only /plan collaboration mode with safe exploration and implementation-ready plans. | pi install npm:@narumitw/pi-plan-mode |
[@narumitw/pi-retry](./extensions/pi-retry) | 🔁 Retry support for unknown provider errors, retryable Codex backend failures, websocket limits, and stalled streams. | pi install npm:@narumitw/pi-retry |
[@narumitw/pi-statusline](./extensions/pi-statusline) | ✨ A rich Pi terminal statusline with model, tools, git branch/status, context usage, token totals, cost, and time. | pi install npm:@narumitw/pi-statusline |
[@narumitw/pi-sync](./extensions/pi-sync) | ☁️ Sync allowlisted Pi settings, skills, prompts, themes, extensions, and optional sessions through Cloudflare R2 or S3-compatible storage. | pi install npm:@narumitw/pi-sync |
[@narumitw/pi-subagents](./extensions/pi-subagents) | 🤖 Delegate work to specialized isolated subagents with single, parallel, and chained execution modes. | pi install npm:@narumitw/pi-subagents |
aiskill88点评:模块化设计出色,将 AI 编程能力插件化,极大提升了工作流的灵活性与可扩展性。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,Pi 编程助手扩展库 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | pi-extensions |
| Topics | AI编程工作流自动化TypeScript |
| GitHub | https://github.com/narumiruna/pi-extensions |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-07-12 · 更新时间:2026-07-12 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。