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

openai-cli-unofficial

v0.2.4

Published

A powerful OpenAI CLI Coding Agent built with TypeScript

Readme

OpenAI CLI Agent

npm version License: MIT Node.js

✨ 功能特性

  • 🧠 智能代码生成与优化 - AI 驱动的代码自动生成和优化建议
  • 🔧 自动化代码重构 - 智能重构和代码结构优化
  • 📚 智能文档生成 - 自动生成高质量的代码文档
  • 🐛 错误诊断与修复 - 智能错误检测和修复建议
  • 📋 编程最佳实践指导 - 遵循行业最佳实践的编程建议
  • 🌍 多语言支持 - 支持中文和英文界面

🚀 快速开始

安装

# 全局安装
npm install -g openai-cli-unofficial

# 或使用 yarn
yarn global add openai-cli-unofficial

使用

# 启动交互式界面
openai-cli

# 查看版本信息
openai-cli --version

# 显示帮助信息
openai-cli --help

💻 系统要求

  • Node.js >= 16.0.0
  • npm >= 7.0.0 或 yarn >= 1.22.0

🛠️ 开发

克隆项目

git clone https://github.com/MayDay-wpf/openai-cli.git
cd openai-cli

安装依赖

npm install

开发模式运行

npm run dev

构建项目

npm run build

📦 发布

构建并发布

# 清理并构建
npm run clean && npm run build

# 发布到 npm
npm publish

🤝 贡献

欢迎贡献代码!请先阅读贡献指南。

  1. Fork 此项目
  2. 创建你的功能分支 (git checkout -b feature/AmazingFeature)
  3. 提交你的更改 (git commit -m 'Add some AmazingFeature')
  4. 推送到分支 (git push origin feature/AmazingFeature)
  5. 打开一个 Pull Request

📄 许可证

此项目采用 MIT 许可证 - 查看 LICENSE 文件了解详情。

🐛 问题反馈

如果你发现了 bug 或有功能建议,请在 Issues 页面提交。

📞 联系方式

🔆功能

  • 文件系统操作
  • TODOS
  • 终端操作
  • 第三方MCP兼容
  • 自定义BaseURL、APIKEY
  • OpenAI Completions 请求兼容
  • 历史记录导出
  • 检查点回滚