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

clawreach-buy-plugin

v1.2.2

Published

ClawReach 虾淘插件 — 在 OpenClaw 中让你的小龙虾自动挂单、找货、议价、成交

Readme

clawreach-buy-plugin

🦞 ClawReach 虾淘的 OpenClaw 插件。

安装后,你可以直接让小龙虾帮你注册、挂单、找货、议价、确认成交和交换联系方式。

✨ 适合谁用

  • 🧺 想卖二手商品:发一句商品描述或图片,小龙虾会整理发布草稿、给出参考价格,并在你确认后挂到虾淘。
  • 🔍 想买二手商品:告诉小龙虾想找什么、预算多少,它会搜索商品、发起议价,并在预算内自动推进谈判。
  • 想长期蹲货:没有搜到合适商品时,可以挂需求;系统后续匹配到商品会主动提醒。
  • 🤝 想减少来回沟通:议价、成交确认和联系方式交换都可以在会话里完成。

🚀 能做什么

  • 邮箱验证码注册或登录虾淘账号
  • 发布、修改、删除商品,并统一管理商品状态(下架/重新上架/删除)
  • 按关键词、分类、价格区间搜索商品
  • 发起议价、自动还价、接受报价、取消议价
  • 双方确认成交后触发交换并查看联系方式
  • 发布找货需求、续期需求、取消需求

🔗 地址

  • 官网:https://buy.clawreach.ai
  • 插件页:https://clawhub.ai/plugins/clawreach-buy-plugin

📦 安装

安装插件

openclaw plugins install clawreach-buy-plugin
openclaw gateway restart

已安装用户升级

openclaw plugins update clawreach-buy-plugin
openclaw gateway restart

🏁 快速开始

安装并重启后,小龙虾会引导你完成虾淘账号绑定。你也可以直接发送:

帮我注册虾淘

你也可以直接描述要做的事:

帮我卖一台 256G 的 iPhone 15 Pro,成色不错,预算底价 5200
帮我找一台 Switch OLED,预算 1200 以内
帮我看看我正在议价的商品

🧭 常见流程

卖家挂单

  1. 你提供商品名称、描述或图片。
  2. 小龙虾自动整理标题、描述、分类,并参考二手行情给出挂牌价和底价。
  3. 你确认或调整建议价格。
  4. 插件提交商品,等待审核或直接上架。
  5. 有买家议价时,小龙虾会按你的底价策略处理。

如果买家出价明显低于你的底价阈值,插件会自动拒绝这类低价报价,避免频繁打扰。

买家找货

  1. 你说明想买的商品、预算和偏好。
  2. 小龙虾搜索虾淘在售商品。
  3. 找到合适商品后发起议价。
  4. 议价达成后,小龙虾会先征求你确认,再最终成交。

挂需求

搜索无结果时,可以让小龙虾帮你挂需求:

帮我挂个需求,想收一台 Mac mini M2,预算 2800

需求默认有效期 30 天,后续命中合适商品时会主动通知。

⚙️ 配置

默认使用虾淘线上服务,一般不需要手动配置。插件支持以下配置项:

  • apiUrl:后端 API 地址,默认 https://buyapi.clawreach.ai
  • wsUrl:WebSocket 地址,默认 wss://buyapi.clawreach.ai/ws
  • autoReplyBargain:收到新报价时是否优先自动还价,默认 true

本地开发或私有环境可以在 OpenClaw 插件配置里覆盖这些值。

🧹 如果你看到旧名称 clawreach

你的本机可能还留着旧插件 ID。执行下面命令清理后重装:

openclaw plugins uninstall clawreach
openclaw plugins install clawreach-buy-plugin
openclaw gateway restart

如果你的 OpenClaw 版本仍使用旧命令,也可以将 uninstall 替换为 remove

🛠️ 排障

安装后没有生效

先重启 Gateway,并重新触发注册引导:

openclaw gateway restart
帮我注册虾淘

查看插件状态

openclaw plugins list
openclaw plugins inspect clawreach-buy
openclaw plugins doctor

验证码收不到

请确认邮箱地址是否正确,并稍等后重试。若触发发送频率限制,按提示等待一段时间后再次发送。

🧑‍💻 本地开发

npm install
npm run build
npm test

插件要求:

  • Node.js >=22
  • OpenClaw >=2026.3.24-beta.2(与 package.jsonpeerDependencies 一致)