npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pi-codex-marketplace

v1.0.1

Published

Bridge Package for Codex and Claude Marketplace compatibility in Pi — 極簡 /codex-marketplace 純文字指令與 Headless CLI(add/list/install/update/disable/enable/remove/forget)、單一 Global Bridge State、當下最新安裝與即時投影

Readme

pi-codex-marketplace

Bridge Package for Codex and Claude Marketplace compatibility in Pi (Pi 0.84.2)。

One-line: pi install npm:pi-codex-marketplace/codex-marketplace add <本機資料夾|GitHub 網址>(或 Shell 下 npx pi-codex-marketplace add ...)註冊 marketplace → install <編號> 裝到當下最新並在 Pi 可用。

Quickstart

# 1. 安裝(擇一表面)
pi install npm:pi-codex-marketplace                 # Pi Extension(TUI/互動環境)
npm install -g pi-codex-marketplace                 # Headless CLI(Shell/CI;亦可 npx 免安裝)

# 2. 註冊 marketplace
/codex-marketplace add <本機資料夾|GitHub 網址>      # TUI 內
npx pi-codex-marketplace add <本機資料夾|GitHub 網址>  # Shell 下

# 3. 裝到當下最新並自動啟用
/codex-marketplace install <編號|名稱>

Requirements: Pi 0.84.2 · Node >=22.19.0 · macOS / Linux(Windows not supported)。完整安裝方式見 docs/installation.md

子命令速查

TUI /codex-marketplace 與 Headless CLI pi-codex-marketplace 共用同一組九個子命令(無參數=總覽):

| 子命令 | 行為 | |--------|------| | add <路徑\|網址> | 註冊 marketplace(本機資料夾、GitHub 網址、owner/repo 簡寫、SSH 定位器) | | list [名稱] | 列出 plugins(編號/所屬 marketplace/狀態,可帶名稱過濾) | | install <編號\|名稱> | 裝到當下最新並自動啟用+reload | | update | 全部已註冊 marketplace 重抓最新 | | disable <名稱> / enable <名稱> | 停用/啟用 plugin | | remove <名稱> | 移除單支 plugin | | forget <名稱> | 移除整個 marketplace(含其全部安裝) | | help | 子命令清單 |

Documentation

完整文件結構化於 docs/ 下(GitHub 檢視;npm 上以本 README 為入口):

| 文件 | 內容 | |------|------| | docs/installation.md | 安裝/更新/移除:Pi Extension 各模式、Headless CLI、-l 語意、requirements | | docs/usage.md | /codex-marketplace 使用手冊:九子命令細節、語意鐵則、Pi 原生 autocomplete | | docs/cli.md | Headless Bridge CLI:執行方式、輸出與退出代碼契約、狀態生效時機 | | docs/private-repos.md | 私有 Git repo:Credentialed Acquisition(核准式取得)、SSH 定位器 | | docs/architecture.md | 架構:Bridge State storage、支援矩陣、領域詞彙、ADR | | docs/development.md | 開發:驗證矩陣(發版 gate)、版本化與發布流程 |

領域術語(正典詞彙)見 CONTEXT.md;發布紀錄見 CHANGELOG.mdGitHub Releases