Douyin (TikTok China) User Published Videos API

v1.0.0

Call GET /api/douyin/get-user-video-list/v3 for Douyin (TikTok China) User Published Videos through JustOneAPI with secUid.

0· 69·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-get-user-video-list.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin (TikTok China) User Published Videos API" (justoneapi/justoneapi-douyin-get-user-video-list) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-get-user-video-list
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-get-user-video-list

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-get-user-video-list
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
The skill name and description match the code and SKILL.md. The bundle includes a small Node CLI (bin/run.mjs) that constructs a GET to https://api.justoneapi.com/api/douyin/get-user-video-list/v3 using a token and secUid. Requiring Node and JUST_ONE_API_TOKEN is proportionate for this functionality.
Instruction Scope
SKILL.md instructs the agent to ask for the secUid if missing and to run the included CLI with --token "$JUST_ONE_API_TOKEN" and the secUid in params-json. The runtime code only uses command-line args, builds the request URL, performs a fetch to the documented baseUrl, parses JSON, and prints the response. It does not read other files, config paths, or unrelated environment variables, nor does it exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec; the skill ships a small executable script and expects Node on PATH. No external archives, third-party package installs, or downloads are performed by the skill itself.
Credentials
Only JUST_ONE_API_TOKEN is required and listed as the primary credential, which aligns with the declared use of the JustOneAPI service. The code passes the token as a query parameter (token=...) to the JustOneAPI endpoint; no other secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or system-wide configuration. It behaves like a normal user-invocable API wrapper.
Assessment
This skill appears coherent and limited in scope, but consider these practical points before installing: 1) The skill will make outbound HTTPS requests to api.justoneapi.com — only use it if you trust JustOneAPI. 2) You must provide JUST_ONE_API_TOKEN; the script sends that token as a query parameter, which can be logged by intermediaries or servers—treat the token like a secret and rotate it if exposed. 3) Do not paste the token into chat or public logs; follow the SKILL.md guidance to pass it via the environment. 4) Because it runs a local Node script, you may want to run it in a restricted environment or sandbox if you have concerns. If you need higher assurance, review JustOneAPI’s documentation and privacy policy and confirm the token’s scope/permissions before use.

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
latestvk977t9gjedkj7az5b6armksjcd85ebbs
69downloads
0stars
1versions
Updated 3d ago
v1.0.0
MIT-0

Douyin (TikTok China) User Published Videos

Use this focused JustOneAPI skill for user Published Videos in Douyin (TikTok China). It targets GET /api/douyin/get-user-video-list/v3. Required non-token inputs are secUid. OpenAPI describes it as: Get Douyin (TikTok China) user Published Videos data, including captions, covers, and publish times, for account monitoring.

Endpoint Scope

  • Platform key: douyin
  • Endpoint key: get-user-video-list
  • Platform family: Douyin (TikTok China)
  • Skill slug: justoneapi-douyin-get-user-video-list
OperationVersionMethodPathOpenAPI summary
getUserVideoListV3v3GET/api/douyin/get-user-video-list/v3User Published Videos

Inputs

ParameterInRequired byOptional byTypeNotes
maxCursorqueryn/aallintegerPagination cursor; use 0 for the first page, and the max_cursor from the previous response for subsequent pages
secUidqueryalln/astringThe unique user ID (sec_uid) on Douyin

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getUserVideoListV3 for the documented v3 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getUserVideoListV3.

node {baseDir}/bin/run.mjs --operation "getUserVideoListV3" --token "$JUST_ONE_API_TOKEN" --params-json '{"secUid":"<secUid>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getUserVideoListV3 on /api/douyin/get-user-video-list/v3.
  • Echo the required lookup scope (secUid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin (TikTok China) user Published Videos data, including captions, covers, and publish times, for account monitoring.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...