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

zmyt-cli

v0.2.4

Published

CLI tool for 智贸云图 (ZMYT) foreign trade SaaS platform REST APIs

Readme

智贸云图 × AI 智能体

让你的 AI 助手直接操作智贸云图外贸 CRM/ERP —— 查客户、看邮件、走审批,一句话的事。


这是给谁的

外贸人员用的。不需要懂技术,不需要学命令。

这是做什么的

把智贸云图的外贸 CRM/ERP 能力接入到你的 AI 助手里。安装之后,你可以像聊天一样让 AI 帮你操作外贸系统:

客户管理

  • "帮我查一下潜在客户有哪些"
  • "新创建一个客户叫 Kavbao,类型是潜在客户"
  • "把客户 123 转给张三跟进"
  • "把我们公海里还没分配的客户列出来"

邮件处理

  • "查一下收件箱最近有什么邮件"
  • "那封 Conforama 的邮件是什么内容?"
  • "把这几封标记已读"

订单和报价

  • "订单 XSDD20260426000001 现在什么状态"
  • "帮我把报价单 10086 提交审批"
  • "查一下这个月的报价单有哪些"

日常查询

  • "看看李四最近跟进了哪些客户"
  • "查产品 FP413W 的信息"
  • "我这个月开了多少订单"

背后是一个轻量工具包(CLI + 技能描述文件),AI 智能体通过它来调用智贸云图的系统接口。你只需要正常说话,剩下的 AI 来做。


能用在哪里

所有主流的 AI 智能体和编程助手都能用:

| 平台 | 说明 | |------|------| | Claude Code | Anthropic 官方 AI 编码助手 | | Codex | OpenAI 的 AI 终端助手 | | OpenCode | 开源 的 AI 终端助手 | | OpenClaw | 小龙虾 | | Hermes Agent | 爱马仕 | | Cursor / Windsurf | AI 编辑器 | | 自建 AI 助手 | 任何支持工具调用的 AI 智能体 |

安装方法都一样(文末有详细步骤)。


一分钟上手

第一步:安装

打开电脑终端(Terminal),粘贴以下命令运行:

npm install -g zmyt-cli

看不懂"终端"?直接把此页面丢给你的智能体让他帮你安装 zmyt-cli 和 skill

第二步:登录

在终端运行:

zmyt auth login

会自动打开浏览器完成登录授权,全程不需要手动粘贴 token。

第三步:安装技能

zmyt setup-skills

第四步:告诉你的 AI 助手

回到 AI,告诉它:"我已经装好 zmyt 了,可以开始用。" 然后像开头那样正常提问就行。

从安装到使用,全程不超过两分钟。


安全说明

  • CLI 直连你们公司的智贸云图系统 API,数据不经过第三方
  • 登录 Token 只存在你自己电脑上(~/.zmyt/config.json
  • Token 过期会自动提醒重新登录,不用担心安全问题

常见问题

我对电脑不太熟,能装吗? 安装需要打开终端输两行命令。如果觉得有困难,直接把此页面丢给你的智能体让他帮你安装 zmyt-cli 和 skill。

我需要记住什么命令吗? 不用。所有操作由 AI 根据你的自然语言理解自动完成,你只需要正常说话。

会替换我现有的系统吗? 不会。它只是给智贸云图增加了一个 AI 入口,原有的网页版继续正常使用。


联系与支持

如有问题,联系你们公司的系统管理员或智贸云图技术支持。

License: MIT