Douyin E-commerce API

v1.0.2

Analyze Douyin E-commerce workflows with JustOneAPI, including item Details.

0· 91·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-douyin-ec.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin E-commerce API" (justoneapi/justoneapi-douyin-ec) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-ec
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-douyin-ec

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-ec
Security Scan
Capability signals
Requires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description state it wraps JustOneAPI for Douyin e‑commerce item details. The manifest, SKILL.md, and bin/run.mjs only implement a GET item detail operation. Required items (node, JUST_ONE_API_TOKEN) are appropriate and proportional.
Instruction Scope
SKILL.md is explicit: choose an operation, ask for missing parameters, then run the bundled node script with --token and --params-json. The instructions and run.mjs only read provided params, validate required fields, call the JustOneAPI endpoint, and output the JSON; they do not read unrelated files or env vars or transmit data to other endpoints.
Install Mechanism
No install/download steps are present (instruction-only with a bundled script). There are no external downloads or archive extraction that would write/execute arbitrary code beyond the included bin/run.mjs.
Credentials
Only a single declared credential (JUST_ONE_API_TOKEN) is required and the code injects it as the API query token. No other secrets, config paths, or unrelated environment variables are requested.
Persistence & Privilege
The skill is not marked always:true and does not modify other skills or system configuration. It runs on demand and performs simple API requests.
Assessment
This skill is coherent with its description: it runs a small Node script that calls JustOneAPI to fetch Douyin item details and requires only JUST_ONE_API_TOKEN. Before installing, ensure you trust the JustOneAPI service and keep the token private (do not paste it into chat). Confirm you are comfortable the agent may make network requests to https://api.justoneapi.com when invoked. Also verify you have node available in the environment and that exposing query-token in any logs is acceptable for your security posture.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk97cy24eqp7affhqpeqcpts3ds85c0qp
91downloads
0stars
3versions
Updated 5d ago
v1.0.2
MIT-0

Douyin E-commerce

This skill wraps 1 Douyin E-commerce operations exposed by JustOneAPI. It is strongest for item Details. Expect common inputs such as itemId.

When To Use It

  • The user needs item Details on Douyin E-commerce.
  • The user can provide identifiers or filters such as itemId.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • getDouyinEcItemDetailV1: Item Details — Get Douyin E-commerce item details, including price, title, and stock, for product monitoring and competitive analysis

Request Pattern

  • 1 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are itemId.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: getDouyinEcItemDetailV1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "<operation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN
  • This skill uses JUST_ONE_API_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Rules

  • Start with a plain-language answer tied to the Douyin E-commerce task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using getDouyinEcItemDetailV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as itemId, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...