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

Sorftime CLI Skill Wiki

Based on the npm package sorftime-cli@1.0.0 (unified entry point sorftime api <Endpoint> '<json>'), covering 117 unique cross-border e-commerce data endpoints.

Quick Start

npm install -g sorftime-cli                          # 1. Install
sorftime add myprofile <api-key>                     # 2. Configure profile (token from Sorftime Pro dashboard)
sorftime api ProductRequest '{"asin":"B0CVM8TXHP"}' --domain 1 --profile myprofile   # 3. Call an endpoint

Pages

  • Home — this page
  • Trigger Eval — trigger evaluation set (32 queries, bilingual EN/CN)

Skill Layout

sorftime-cli/
├── SKILL.md          # Main index + discovery path + endpoint catalog
├── README.md         # Human quick reference + What's New
├── CHANGELOG.md      # Version history
├── trigger-eval.json # Trigger evaluation set (32 queries, bilingual)
├── resources/        # 21 on-demand endpoint reference docs (+ auto-generated _endpoints-index.md)
└── scripts/          # 7 helper scripts (call/one/batch/doctor/decode/gen-index/_lib)

Versions

  • v1.2.0 (2026-08-06): Automation workhorses — batch.sh (generic batch runner with resume/retry/dry-run), doctor.sh (environment self-check), gen-index.sh (auto-refreshing endpoint matrix); 3-column Shortcut Map; TOC on all reference files; description within platform limits
  • v1.1.0 (2026-08-06): English-first release — bilingual triggers, parameter trap table, documentation fixes, 117 unique endpoints
  • v1.0.0 (2026-08-05): Official npm package (npm latest)

Sorftime Data CLI Skill

Clone this wiki locally