Skip to content
Danny Liu edited this page Aug 6, 2026 · 7 revisions

Sorftime CLI Skill Wiki

基于 npm 包 `sorftime-cli@1.0.0`(统一入口 `sorftime api ''`),覆盖 117 个唯一跨境电商数据接口。

快速上手

```bash npm install -g sorftime-cli # 1. 安装 sorftime add myprofile # 2. 配置 profile(token 在 Sorftime 专业版后台获取) sorftime api ProductRequest '{"asin":"B0CVM8TXHP"}' --domain 1 --profile myprofile # 3. 调用 ```

文档导航

技能结构

``` sorftime-cli/ ├── SKILL.md # 主索引 + 发现路径 + 接口目录 ├── README.md # 人类快速参考 + What's New ├── CHANGELOG.md # 版本变更记录 ├── trigger-eval.json # 触发评估集(32 条,中英双语) ├── resources/ # 21 个按需加载的接口文档 └── scripts/ # 4 个辅助脚本(call/one/decode/_lib) ```

关键版本信息

  • v1.1.0(2026-08-06):市场部整合版 — 英文版化、双语触发、回填参数陷阱表、修复死链、计数修正 117
  • v1.0.0(2026-08-05):产品部官方包(npm latest)

Sorftime Data CLI Skill

Clone this wiki locally