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

superxiaoaicode

v1.1.0

Published

SuperXiaoAI Code - 一键配置 AI 编码工具 (Claude Code & Codex),支持 YOLO 全自动模式

Readme

SuperXiaoAI Code

SuperXiaoAI Code - 一键配置 AI 编码工具

快速配置和部署 Claude Code 和 Codex 的命令行工具,支持 YOLO 全自动模式。

✨ 功能特性

  • 🚀 一键安装和配置 Claude Code
  • 🤖 一键安装和配置 Codex
  • ⚡ YOLO 模式:全自动执行,无需审批
  • 🔧 自动配置环境变量
  • 🌐 自动网络连接测试
  • 📦 跨平台支持 (Linux, macOS, Windows, Termux)
  • 🎯 简洁易用的交互式菜单

📦 安装

使用 npm (推荐)

npm install -g superxiaoaicode

使用 yarn

yarn global add superxiaoaicode

🎮 使用方法

安装完成后,可以使用以下任一命令启动:

superxiaoaicode
# 或使用简短命令
sx

📋 主要功能

  1. 安装并配置 Claude Code - 自动安装 Claude Code 并配置 API 密钥
  2. 安装并配置 Codex - 自动安装 Codex 并配置 API 密钥
  3. 配置 Claude Code + Codex - 一键配置两个工具
  4. 自定义选择 - 根据需要选择性安装
  5. ⚡ 配置 YOLO 模式 - 开启全自动模式,无需审批(新功能!)
  6. 检测配置是否生效 - 验证配置是否正确
  7. 配置 VS Code Claude 插件 - 为 VS Code 配置 Claude 插件

⚡ YOLO 模式说明

YOLO 模式可以让 Claude Code 和 Codex 自动执行操作,无需每次都手动审批:

Claude Code YOLO 配置

自动在 ~/.claude/settings.json 中设置:

{
  "permissions": {
    "defaultMode": "bypassPermissions"
  }
}

Codex YOLO 配置

自动在 ~/.codex/config.toml 中添加:

ask_for_approval = "never"
sandbox = "workspace-write"
skip_git_repo_check = true

🔑 API 密钥

使用本工具需要有效的 API 密钥。工具会自动配置以下环境变量:

  • ANTHROPIC_BASE_URL - API 基础 URL
  • ANTHROPIC_API_KEY - Claude API 密钥
  • ANTHROPIC_AUTH_TOKEN - 认证令牌
  • OPENAI_API_KEY - Codex API 密钥

🌍 支持平台

  • Linux (包括 Termux)
  • macOS
  • Windows (cmd 和 PowerShell)

📝 系统要求

  • Node.js >= 14.0.0
  • npm 或 yarn
  • curl (用于网络测试)

🤝 贡献

欢迎提交 Issue 和 Pull Request!

📄 许可证

MIT License

🔗 相关链接

  • API 服务: https://superxiaoai.com
  • GitHub: https://github.com/superxiaoai/superxiaoaicode
  • NPM: https://www.npmjs.com/package/superxiaoaicode

由 SuperXiaoAI 开发维护