← Back to Skills Marketplace
justoneapi

Douyin (TikTok China) Video Details API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-douyin-get-video-detail
Description
Call GET /api/douyin/get-video-detail/v2 for Douyin (TikTok China) Video Details through JustOneAPI with videoId.
README (SKILL.md)

Douyin (TikTok China) Video Details

Use this focused JustOneAPI skill for video Details in Douyin (TikTok China). It targets GET /api/douyin/get-video-detail/v2. Required non-token inputs are videoId. OpenAPI describes it as: Get Douyin (TikTok China) video Details data, including author details, publish time, and engagement counts, for video research, archiving, and performance analysis.

Endpoint Scope

  • Platform key: douyin
  • Endpoint key: get-video-detail
  • Platform family: Douyin (TikTok China)
  • Skill slug: justoneapi-douyin-get-video-detail
Operation Version Method Path OpenAPI summary
getDouyinVideoDetailV2 v2 GET /api/douyin/get-video-detail/v2 Video Details

Inputs

Parameter In Required by Optional by Type Notes
videoId query all n/a string The unique video identifier (aweme_id or model_id)

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

Version Choice

Use getDouyinVideoDetailV2 for the documented v2 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getDouyinVideoDetailV2.

node {baseDir}/bin/run.mjs --operation "getDouyinVideoDetailV2" --token "$JUST_ONE_API_TOKEN" --params-json '{"videoId":"\x3CvideoId>"}'

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 getDouyinVideoDetailV2 on /api/douyin/get-video-detail/v2.
  • Echo the required lookup scope (videoId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin (TikTok China) video Details data, including author details, publish time, and engagement counts, for video research, archiving, and performance analysis.
  • 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 to do exactly what it says: use your JUST_ONE_API_TOKEN to call JustOneAPI's Douyin video-detail endpoint. Before installing/running: (1) Confirm the token you provide is for JustOneAPI and that you trust that service; the token will be sent to https://api.justoneapi.com. (2) Review the included bin/run.mjs (it is small and readable) and run it in an environment where executing Node is permitted. (3) Do not paste your token into chat or logs; keep it secret. (4) If you have strict network or least-privilege requirements, consider running the script in an isolated environment or with a token scoped minimally for this API. Overall this skill is internally consistent and low-risk for its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-douyin-get-video-detail Version: 1.0.0 The skill bundle is a standard API wrapper for the JustOneAPI service to retrieve Douyin video details. The execution script (bin/run.mjs) safely constructs requests to the legitimate domain (api.justoneapi.com) using provided parameters and tokens without any evidence of data exfiltration, command injection, or malicious intent.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (fetch Douyin video details) match the actual behavior: a small CLI wrapper that issues GET to https://api.justoneapi.com/api/douyin/get-video-detail/v2 with token and videoId query parameters. Requiring JUST_ONE_API_TOKEN and node is appropriate for this purpose.
Instruction Scope
SKILL.md instructs running the included bin/run.mjs with explicit parameters and to only use JUST_ONE_API_TOKEN. The instructions do not ask the agent to read unrelated files, other env vars, or send data to unexpected endpoints; they also explicitly warn not to paste the token into chat.
Install Mechanism
There is no install spec or remote download; the skill is instruction-only plus a small local Node script (bin/run.mjs). No external URLs or archive extraction are used, so install risk is low. Running requires a Node runtime (with fetch available).
Credentials
The only required environment variable is JUST_ONE_API_TOKEN (declared as primary), which is appropriate and necessary to authenticate to JustOneAPI. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It is user-invocable and can be used autonomously per platform defaults; this is expected for an API-integration skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douyin-get-video-detail
  3. After installation, invoke the skill by name or use /justoneapi-douyin-get-video-detail
  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-video-detail
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) Video Details API?

Call GET /api/douyin/get-video-detail/v2 for Douyin (TikTok China) Video Details through JustOneAPI with videoId. It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.

How do I install Douyin (TikTok China) Video Details API?

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

Is Douyin (TikTok China) Video Details API free?

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

Which platforms does Douyin (TikTok China) Video Details API support?

Douyin (TikTok China) Video Details API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douyin (TikTok China) Video Details API?

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

💬 Comments