Douyin (TikTok China) User Profile API

v1.0.0

Call GET /api/douyin/get-user-detail/v3 for Douyin (TikTok China) User Profile through JustOneAPI with secUid.

0· 68·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-detail.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-get-user-detail
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
Name, description, required binary (node), and required env var (JUST_ONE_API_TOKEN) all align with a lightweight helper that calls JustOneAPI's Douyin user-detail endpoint.
Instruction Scope
SKILL.md instructs the agent to echo the operation and provide an endpoint-specific summary before returning raw JSON. The included bin/run.mjs prints only the raw JSON response to stdout (and sends errors to stderr). This is a minor mismatch in presentation responsibilities (agent vs helper) but not a security issue. Instructions do not ask the agent to read unrelated files or extra env vars.
Install Mechanism
No install spec or external downloads; the skill is instruction-only plus a small local Node script. No network installs or archive extraction are performed by the skill itself.
Credentials
Only JUST_ONE_API_TOKEN is required (declared as primary). This is proportionate, but the helper passes the token as a query parameter ('token'), which can cause the token to appear in logs, referer headers, or other URL-recording systems — a privacy/operational concern to consider.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or system-wide settings, and does not persist new credentials or configuration beyond its local files.
Assessment
This skill appears to do what it says: it calls JustOneAPI's Douyin user-detail endpoint using your JUST_ONE_API_TOKEN and a required secUid. Before installing, consider: (1) Trustworthiness of JustOneAPI — the token will be sent to https://api.justoneapi.com, so only use a token you trust this service with. (2) Token exposure risk — the helper places the API token in the request URL as a query parameter, which can be logged by proxies or servers; if possible prefer header-based auth or rotate tokens regularly. (3) Runtime requirements — it requires node (Node 18+ for fetch support); test in an environment that meets that. (4) Presentation mismatch — the helper prints raw JSON; the agent (or you) should produce the human-readable summary described in SKILL.md. If any of these concerns are unacceptable, do not install or use the token; otherwise this skill is coherent and limited in scope.

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

Douyin (TikTok China) User Profile

Use this focused JustOneAPI skill for user Profile in Douyin (TikTok China). It targets GET /api/douyin/get-user-detail/v3. Required non-token inputs are secUid. OpenAPI describes it as: Get Douyin (TikTok China) user Profile data, including follower counts, verification status, and bio details, for creator research and account analysis.

Endpoint Scope

  • Platform key: douyin
  • Endpoint key: get-user-detail
  • Platform family: Douyin (TikTok China)
  • Skill slug: justoneapi-douyin-get-user-detail
OperationVersionMethodPathOpenAPI summary
getUserDetailV3v3GET/api/douyin/get-user-detail/v3User Profile

Inputs

ParameterInRequired byOptional byTypeNotes
secUidqueryalln/astringThe unique user ID (sec_uid) on Douyin

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getUserDetailV3.

node {baseDir}/bin/run.mjs --operation "getUserDetailV3" --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 getUserDetailV3 on /api/douyin/get-user-detail/v3.
  • Echo the required lookup scope (secUid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin (TikTok China) user Profile data, including follower counts, verification status, and bio details, for creator research and account analysis.
  • 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...