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

@lawtedwu/climax-vault

v0.3.0

Published

Climax Racing Team 2026 GTWCA document vault CLI. Zero-token client — fetches private team data from Cloudflare Worker.

Downloads

425

Readme

@lawtedwu/climax-vault

Climax Racing Team 2026 GTWCA 赛季文件库 CLI(zero-token 客户端)。

使用方式

把下面这段 prompt 粘进 Claude / Coze / Cursor(替换 <TOKEN> 为你的团队 token):

我是 Climax Racing Team 的成员,需要查询 2026 GTWCA 赛季资料。
我们的 token 是 <TOKEN>。

先跑 `CLIMAX_TOKEN=<TOKEN> npx -y @lawtedwu/climax-vault@latest help` 摸清
有哪些命令,然后根据我的问题调用对应命令拉数据来回答。

回答规则:
- 涉及具体数字(进站时间、罚则金额、圈数)必须引用规章原文条款号
- 不确定的内容用 `search` 命令交叉验证
- 用中文回答,关键术语保留英文原文

之后直接提问:

  • "下一场比赛几点开始?"
  • "8 号车的两位车手是谁?"
  • "最低进站时间是几秒?"
  • "Silver Cup 车队有额外罚则吗?"

agent 会自动用 event sepang / regulations / search 等命令拉取所需数据。

Commands

| Command | Description | |---------|-------------| | help | 显示帮助 | | list | 列出 vault 中所有文件 | | regulations | 赛事规章(积分/罚则/进站/排位/旗语) | | event <name> | 分站信息(sepang/mandalika/shanghai/fuji/okayama/beijing) | | tires | Pirelli 手册 + 规格索引 | | team | 车队成员 + 联系方式 | | search <term> | 全文搜索 | | file <path> | 读取指定文件 | | dump | 输出全部文档(极少需要,仅在问题非常宽泛时使用) |

直接命令行调用

CLIMAX_TOKEN=<TOKEN> npx -y @lawtedwu/climax-vault@latest event sepang
CLIMAX_TOKEN=<TOKEN> npx -y @lawtedwu/climax-vault@latest regulations
CLIMAX_TOKEN=<TOKEN> npx -y @lawtedwu/climax-vault@latest search "pit stop"

Architecture

零 token 设计:CLI 不消耗任何 AI API,推理由用户自己的 Coze/Claude 完成。数据托管在 Cloudflare Worker,token 鉴权。