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

@muyichengshayu/promptx

v0.1.5

Published

PromptX 本机 AI 协作工作台

Readme

PromptX

PromptX 是一个面向本机 AI 协作的轻量工作台。

它适合先整理需求、截图、文本、PDF、禅道 Bug 等上下文,再持续发送给本机 Codex,在同一页里查看执行过程和多轮结果。

核心能力

  • 左侧管理任务,中间查看项目执行过程,右侧整理输入内容
  • 支持文本、图片、mdtxtpdf
  • 支持为任务绑定本机项目,并持续复用同一个 Codex 线程
  • 支持查看执行过程、代码变更和最终回复
  • 支持公开页与 Raw 导出
  • 内置禅道 Chrome 扩展,可一键把 Bug 内容带入工作台

运行前提

  • 已安装 Node,支持 202224,推荐 22
  • 本机可以正常运行 codex --version
  • Codex 已开启高权限,并使用满血模式

安装

npm install -g @muyichengshayu/promptx
promptx doctor

启动

默认地址:

  • http://127.0.0.1:3000
promptx start
promptx status
promptx stop
promptx doctor

使用方式

  1. 打开工作台,新建或选择一个任务
  2. 在右侧整理文本、图片、文件等上下文
  3. 在中间选择一个 PromptX 项目
  4. 点击发送,把当前内容交给 Codex
  5. 在中间继续查看执行过程,并按需多轮发送

禅道扩展

仓库内置了禅道 Chrome 扩展:apps/zentao-extension

注意:

  • 目前 npm install -g @muyichengshayu/promptx 安装的正式包不包含这个扩展目录
  • 如需使用禅道扩展,请先下载或克隆本仓库源码,再按下面方式手动加载
  1. 打开 chrome://extensions
  2. 开启开发者模式
  3. 点击“加载已解压的扩展程序”
  4. 选择 apps/zentao-extension

使用时保持 PromptX 已启动,然后在禅道 Bug 详情页点击右下角 AI修复 即可。

注意事项

  • 当前只支持 Codex,不支持其他模型后端
  • 当前以本机单用户使用为主,不包含账号体系和团队权限
  • 默认仅监听本机地址;如需跨设备访问,建议通过 Tailscale
  • 如果 Codex 运行在受限权限下,文件读写和自动修改能力会明显受限

本地数据目录

运行数据默认保存在 ~/.promptx/,包含:

data/
uploads/
tmp/
run/