← Back to Skills Marketplace
justoneapi

Douyin (TikTok China) User Published Videos API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-douyin-get-user-video-list
Description
Call GET /api/douyin/get-user-video-list/v3 for Douyin (TikTok China) User Published Videos through JustOneAPI with secUid.
README (SKILL.md)

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
Operation Version Method Path OpenAPI summary
getUserVideoListV3 v3 GET /api/douyin/get-user-video-list/v3 User Published Videos

Inputs

Parameter In Required by Optional by Type Notes
maxCursor query n/a all integer Pagination cursor; use 0 for the first page, and the max_cursor from the previous response for subsequent pages
secUid query all n/a string The 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":"\x3CsecUid>"}'

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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-douyin-get-user-video-list Version: 1.0.0 The skill is a standard API wrapper for fetching Douyin (TikTok China) user video lists via the JustOneAPI service. The execution script `bin/run.mjs` safely constructs requests using the provided token and parameters, and the documentation in `SKILL.md` contains no malicious instructions or prompt injection attempts.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douyin-get-user-video-list
  3. After installation, invoke the skill by name or use /justoneapi-douyin-get-user-video-list
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug justoneapi-douyin-get-user-video-list
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Douyin (TikTok China) User Published Videos API?

Call GET /api/douyin/get-user-video-list/v3 for Douyin (TikTok China) User Published Videos through JustOneAPI with secUid. It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install Douyin (TikTok China) User Published Videos API?

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

Is Douyin (TikTok China) User Published Videos API free?

Yes, Douyin (TikTok China) User Published Videos API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Douyin (TikTok China) User Published Videos API support?

Douyin (TikTok China) User Published Videos API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douyin (TikTok China) User Published Videos API?

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

💬 Comments