← 返回 Skills 市场
justoneapi

Douyin (TikTok China) User Published Videos API

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

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

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

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

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

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

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

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

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

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

💬 留言讨论