← 返回 Skills 市场
justoneapi

Douyin (TikTok China) User Profile API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-douyin-get-user-detail
功能描述
Call GET /api/douyin/get-user-detail/v3 for Douyin (TikTok China) User Profile through JustOneAPI with secUid.
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-douyin-get-user-detail
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-douyin-get-user-detail 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-douyin-get-user-detail
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Douyin (TikTok China) User Profile API 是什么?

Call GET /api/douyin/get-user-detail/v3 for Douyin (TikTok China) User Profile through JustOneAPI with secUid. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Douyin (TikTok China) User Profile API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-douyin-get-user-detail」即可一键安装,无需额外配置。

Douyin (TikTok China) User Profile API 是免费的吗?

是的,Douyin (TikTok China) User Profile API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Douyin (TikTok China) User Profile API 支持哪些平台?

Douyin (TikTok China) User Profile API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Douyin (TikTok China) User Profile API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.0。

💬 留言讨论