Data & analysis

Wangdian ERP

Try it

Wangdian ERP (wangdian.cn). Use this skill for ANY Wangdian ERP request — searching and reading data. Whenever a task involves Wangdian ERP, use this skill instead of calling the API directly.

What it does

Wangdian ERP (wangdian.cn). Use this skill for ANY Wangdian ERP request — searching and reading data. Whenever a task involves Wangdian ERP, use this skill instead of calling the API directly.

The skill document

Wangdian ERP

Operate Wangdian ERP through your OOMOL-connected account. This skill calls the wangdian connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Assume the user has already installed the oo CLI, signed in, and connected Wangdian ERP. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "wangdian" --action ""

2. Run the action with a JSON payload that matches the input schema:

oo connector run "wangdian" --action "" --data '' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action is listed below with a one-line description; actions that change state carry a [write] or [destructive] tag. Before constructing --data, fetch the action's live schema with oo connector schema to get its authoritative input fields.

Available actions

  • list_goods — List goods and SKU records from Wangdian ERP Enterprise Edition.
  • list_inventory — List physical stock and inventory allocation records from Wangdian ERP.
  • list_orders — List sales orders from Wangdian ERP Enterprise Edition.
  • list_refunds — List refund and exchange records from Wangdian ERP Enterprise Edition.
  • list_sales_stockouts — List sales stockout records from Wangdian ERP Enterprise Edition.
  • list_shops — List shop records configured in Wangdian ERP Enterprise Edition.
  • list_warehouses — List warehouse records configured in Wangdian ERP Enterprise Edition.

Safety

  • Untagged actions are reads (get / list / search) — safe to run directly.
  • Actions tagged [write] change Wangdian ERP state — confirm the exact payload and effect with the user before running.
  • Actions tagged [destructive] remove or overwrite data — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: ):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — Wangdian ERP is not connected, or the connection expired or lacks a scope. Connect once (auth type: custom credential) at:

    https://console.oomol.com/app-connections?provider=wangdian
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Related skills

Jushuitan ERP (jushuitan.com). Use this skill for ANY Jushuitan ERP request — reading, creating, and updating data. Whenever a task involves Jushuitan ERP, use this skill instead of calling the API directly.

Yuan Dian (open.chineselaw.com). Use this skill for ANY Yuan Dian request — searching and reading data. Whenever a task involves Yuan Dian, use this skill in...

Wanx (tongyi.aliyun.com). Use this skill for ANY Wanx request — reading, creating, and updating data. Whenever a task involves Wanx, use this skill instead of calling the API directly.

Tianyancha (tianyancha.com). Use this skill for ANY Tianyancha request — searching and reading data. Whenever a task involves Tianyancha, use this skill instead of calling the API directly.

1 installs

园区企业服务智能助手。覆盖今日工作、服务企业、事项跟进三大板块,优先查询本地SQLite数据库(<0.1秒,零token消耗),支持定时同步腾讯文档数据。当用户需要管理园区企业服务事务时使用此skill。

18 installs

问道云企业信息查询工具,支持通过问道云 API 查询企业基本信息、经营信息、财务信息、舆情信息、企业各类风险指标等功能,当用户需要查询企业相关信息时触发。

12 installs