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

openclaw-clawtoken

v0.1.1

Published

ClawToken provider plugin for OpenClaw - Access GPT, Claude, Gemini, DeepSeek, Grok and more models via ClawToken API with dynamic model loading

Readme

openclaw-clawtoken

English | 中文

ClawToken 的 OpenClaw 插件 — 通过统一 API 访问 GPT、Claude、Gemini、DeepSeek、Grok 等多种 AI 模型。

功能

  • 一个 API Key 访问 30+ AI 模型
  • 动态模型加载,自动获取最新模型列表
  • API 不可用时使用缓存模型列表作为后备

安装

openclaw plugins install openclaw-clawtoken

或通过 npm:

npm install openclaw-clawtoken

使用

  1. 安装插件后重启网关
  2. 登录认证:
openclaw models auth login --provider clawtoken --set-default
  1. 输入你的 ClawToken API Key(在 管理面板 获取)
  2. 启动网关:
openclaw gateway
  1. 验证认证状态:
openclaw models status
  1. 查看可用模型:
openclaw models list
  1. 与模型对话:
openclaw agent --agent main --message "你好"
  1. 切换模型(可选):
openclaw models set clawtoken/anthropic/claude-sonnet-4.5

环境变量

也可以通过环境变量设置 API Key:

export CLAWTOKEN_API_KEY=sk-your-api-key

支持的模型

  • OpenAI: gpt-5, gpt-5-mini, gpt-5-codex, gpt-4o, o3, o4-mini 等
  • Anthropic: claude-opus-4-6, claude-sonnet-4-6 等
  • Google: gemini-3-pro, gemini-2.5-pro, gemini-2.5-flash 等
  • DeepSeek: deepseek-r1, deepseek-v3.2 等
  • X.AI: grok-4.1-fast, grok-code-fast-1 等

完整模型列表请访问 https://clawtoken.dev/pricing

License

MIT