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

@yixinkj/deal-vetting-cli

v1.0.21-beta.10

Published

Independent launcher for the Deal Assistant and Customer Vetting skills.

Readme

@yixinkj/deal-vetting-cli

译心谈单助手与客户背调的原生 CLI 启动器。launcher 根据 Skill flag 下载、缓存并启动当前平台的原生二进制。

Skill 入口

npx -y @yixinkj/deal-vetting-cli@beta --deal-assistant --sender "客户名称"
npx -y @yixinkj/deal-vetting-cli@beta --deal-assistant --inquiry-no 13847058678
npx -y @yixinkj/deal-vetting-cli@beta --vetting --sender "客户名称"
npx -y @yixinkj/deal-vetting-cli@beta --vetting --inquiry-no 13847058678
  • --deal-assistant:谈单助手。默认在抓取结束后后台启动客户背调;--no-vetting 可跳过。
  • --vetting:AI 客户价值分析官,可独立运行。

首次运行优先从公共 OSS 的独立目录 releases/deal-vetting/v{version}/ 下载二进制,失败后回退到 TimWuc/deal-vetting 的 GitHub Release。二进制保存到独立目录 ~/.yixin-deal-vetting/bin,不会读取、覆盖或清理原 @yixinkj/cli 使用的 ~/.yixin/bin。发布包包含两个 Skill 二进制和一份共享浏览器桥接。

平台

  • darwin-arm64deal-vetting-mac-arm64.tar.gz
  • darwin-x64deal-vetting-mac-x64.tar.gz
  • win32-x64deal-vetting-win32-x64.zip

环境变量

YIXIN_API_KEY            译心 API Key
YIXIN_PHONE              兼容旧手机号授权
YIXIN_AUTH_URL           覆盖授权服务地址
DEAL_VETTING_RELEASE_REPO       覆盖 GitHub Release 仓库
DEAL_VETTING_RELEASE_BASE_URL   完全覆盖二进制下载基础地址
DEAL_VETTING_OSS_RELEASE_BASE_URL 覆盖 OSS/CDN 下载基础地址,仍自动回退 GitHub
DEAL_VETTING_GITHUB_TOKEN       私有 Release 下载令牌(公开分发通常不需要)
YIXIN_CV_PYTHON          客户背调运行时 Python 路径

默认公共 OSS 地址:

https://yixin-cli-releases-8488540.oss-cn-hangzhou.aliyuncs.com/releases/deal-vetting/v{version}/{archive}

原 CLI 使用 releases/v{version}/,本产品上传脚本会拒绝任何不以 releases/deal-vetting/ 开头的对象路径。