Douyin (TikTok China) API

v1.0.4

Analyze Douyin (TikTok China) workflows with JustOneAPI, including user Profile, user Published Videos, and video Details across 9 operations.

0· 38·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
Requires OAuth token
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 match the actual operations and required items. The skill requires node and a JUST_ONE_API_TOKEN, which are reasonable for a Node-based API wrapper calling api.justoneapi.com.
Instruction Scope
Runtime instructions are scoped to selecting an endpoint, providing parameters, and running bin/run.mjs with JUST_ONE_API_TOKEN. Note: the API token is passed as a query parameter (token), which can be exposed in logs or proxy traces — this is an operational privacy consideration but not an incoherence with the skill's purpose.
Install Mechanism
There is no download/install spec beyond requiring node on PATH. A bundled script (bin/run.mjs) is included; nothing in the manifest indicates external or unusual installers or downloads.
Credentials
The only required environment variable is JUST_ONE_API_TOKEN (declared as primary). That matches the skill's need to authenticate to JustOneAPI and is proportionate.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. It does not modify other skills or require system-level config paths.
Assessment
This skill appears to be a straightforward wrapper around JustOneAPI's Douyin endpoints. Before installing: 1) Confirm you trust api.justoneapi.com and the JustOneAPI provider and review any pricing/usage limits. 2) Be aware the token is sent as a URL query parameter by the provided runner (tokens in URLs can be logged by servers, proxies, or browser histories); if possible use a token with limited scope and rotate it regularly. 3) Inspect bin/run.mjs yourself (it is included) for any unexpected network endpoints or telemetry beyond api.justoneapi.com. 4) Do not reuse high-privilege or long-lived credentials—use a dedicated API token for this skill and revoke/rotate if you stop using it.

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

latestvk9709zjs8t5txxzdr5bxgj75dx847h9e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN

SKILL.md

Douyin (TikTok China)

This skill wraps 9 Douyin (TikTok China) operations exposed by JustOneAPI. It is strongest for user Profile, user Published Videos, video Details, and video Search. Expect common inputs such as page, secUid, keyword, maxCursor, awemeId.

When To Use It

  • The user needs user Profile or user Published Videos on Douyin (TikTok China).
  • The task lines up with video Details rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as page, secUid, keyword, maxCursor.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • getUserDetailV3: User Profile — Get Douyin (TikTok China) user Profile data, including follower counts, verification status, and bio details, for creator research and account analysis
  • getUserVideoListV1: User Published Videos — Get Douyin (TikTok China) user Published Videos data, including captions, covers, and publish times, for account monitoring
  • getVideoDetailV2: Video Details — Get Douyin (TikTok China) video Details data, including author details, publish time, and engagement counts, for video research, archiving, and performance analysis
  • searchVideoV4: Video Search — Get Douyin (TikTok China) video Search data, including metadata and engagement signals, for content discovery, trend research, and competitive monitoring

Request Pattern

  • 9 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are page, secUid, keyword, maxCursor, awemeId.
  • 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: getUserDetailV3, getUserVideoListV1, getVideoDetailV2, searchVideoV4.
  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

Output Rules

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

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…