← Back to Skills Marketplace
justoneapi

Douyin E-commerce API

by justoneapi · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
100
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install justoneapi-douyin-ec
Description
Analyze Douyin E-commerce workflows with JustOneAPI, including item Details.
README (SKILL.md)

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 "\x3Coperation-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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-douyin-ec Version: 1.0.2 The skill is a standard API wrapper for JustOneAPI designed to retrieve Douyin e-commerce item details. The execution logic in `bin/run.mjs` is a straightforward implementation that uses the built-in `fetch` API to communicate with `https://api.justoneapi.com`. It correctly handles authentication via the `JUST_ONE_API_TOKEN` environment variable and contains no evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douyin-ec
  3. After installation, invoke the skill by name or use /justoneapi-douyin-ec
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Operation name updated from getItemDetailV1 to getDouyinEcItemDetailV1 - Documentation and references updated to reflect the new operation name across all files - No changes to inputs, outputs, or authentication requirements - Usage instructions and API references now point to the correct operation name
v1.0.1
- Updated authentication and documentation links in the Environment section for improved tracking and guidance. - No functional or operational changes to the skill or its API usage.
v1.0.0
Initial publish
Metadata
Slug justoneapi-douyin-ec
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Douyin E-commerce API?

Analyze Douyin E-commerce workflows with JustOneAPI, including item Details. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install Douyin E-commerce API?

Run "/install justoneapi-douyin-ec" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Douyin E-commerce API free?

Yes, Douyin E-commerce API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Douyin E-commerce API support?

Douyin E-commerce API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douyin E-commerce API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.2.

💬 Comments