← Back to Skills Marketplace
justoneapi

Douyin (TikTok China) User Profile API

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

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
Operation Version Method Path OpenAPI summary
getUserDetailV3 v3 GET /api/douyin/get-user-detail/v3 User Profile

Inputs

Parameter In Required by Optional by Type Notes
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 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":"\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 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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-douyin-get-user-detail Version: 1.0.0 The skill is a standard API wrapper for fetching Douyin (TikTok China) user profiles via the JustOneAPI service. The core logic in `bin/run.mjs` safely constructs and executes HTTPS requests to `api.justoneapi.com` using provided parameters and an environment-stored token. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douyin-get-user-detail
  3. After installation, invoke the skill by name or use /justoneapi-douyin-get-user-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-user-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) User Profile API?

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

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

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

Is Douyin (TikTok China) User Profile API free?

Yes, Douyin (TikTok China) User Profile 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 Profile API support?

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

Who created Douyin (TikTok China) User Profile API?

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

💬 Comments