← 返回 Skills 市场
justoneapi

Douyin (TikTok China) Share Link Resolution API

作者 justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
65
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install justoneapi-douyin-share-url-transfer
功能描述
Call GET /api/douyin/share-url-transfer/v1 for Douyin (TikTok China) Share Link Resolution through JustOneAPI with shareUrl.
使用说明 (SKILL.md)

Douyin (TikTok China) Share Link Resolution

Use this focused JustOneAPI skill for share Link Resolution in Douyin (TikTok China). It targets GET /api/douyin/share-url-transfer/v1. Required non-token inputs are shareUrl. OpenAPI describes it as: Get Douyin (TikTok China) share Link Resolution data, including helping extract canonical IDs, for downstream video and comment workflows.

Endpoint Scope

  • Platform key: douyin
  • Endpoint key: share-url-transfer
  • Platform family: Douyin (TikTok China)
  • Skill slug: justoneapi-douyin-share-url-transfer
Operation Version Method Path OpenAPI summary
shareDouyinUrlTransferV1 v1 GET /api/douyin/share-url-transfer/v1 Share Link Resolution

Inputs

Parameter In Required by Optional by Type Notes
shareUrl query all n/a string The Douyin short share URL

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

Version Choice

Use shareDouyinUrlTransferV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: shareDouyinUrlTransferV1.

node {baseDir}/bin/run.mjs --operation "shareDouyinUrlTransferV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"shareUrl":"\x3CshareUrl>"}'

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 shareDouyinUrlTransferV1 on /api/douyin/share-url-transfer/v1.
  • Echo the required lookup scope (shareUrl) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin (TikTok China) share Link Resolution data, including helping extract canonical IDs, for downstream video and comment workflows.
  • 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 exactly what it says: call JustOneAPI's Douyin share-url-transfer endpoint using a single API token. Before installing, consider: (1) The CLI sends your JUST_ONE_API_TOKEN as a URL query parameter, which can be recorded in server logs, proxies, or command-line histories—if that is unacceptable, ask the provider whether a header-based auth option exists. (2) Verify you trust JustOneAPI and the provided homepage; only use tokens issued by your account. (3) Run the included bin/run.mjs locally (it is small and readable) rather than giving the token to a third party. (4) Ensure your Node version supports fetch or run in an environment where the script works. If you need stronger guarantees about token secrecy or provenance of the API, request more information from the skill author or use an alternative integration.
功能分析
Type: OpenClaw Skill Name: justoneapi-douyin-share-url-transfer Version: 1.0.0 The skill is a standard API wrapper for the JustOneAPI service, designed to resolve Douyin (TikTok China) share links. The execution logic in `bin/run.mjs` is transparent, using the built-in fetch API to communicate exclusively with the documented endpoint (api.justoneapi.com), and `SKILL.md` includes explicit instructions to prevent the AI agent from leaking sensitive API tokens in logs or chat.
能力标签
requires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, required env var (JUST_ONE_API_TOKEN), required binary (node), and included code (bin/run.mjs) all align with a simple HTTP client for the JustOneAPI Douyin share-url-transfer endpoint. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided node CLI with --operation, --token and --params-json, and to ask for missing parameters. That is within scope. One operational note: the implementation injects the token as a query parameter (appended to the URL), which is normal for this API but can expose the token in logs, proxies, or referrers — a security/privacy consideration for the user.
Install Mechanism
There is no external install/download; the skill is instruction+small bundled CLI (bin/run.mjs). Nothing is fetched from external URLs or installed on disk at runtime beyond executing the included script.
Credentials
Only JUST_ONE_API_TOKEN is required and is declared as the primary credential — proportionate for a single third-party API. As above, the token is passed as a query parameter by the CLI which can increase risk of token exposure via logs or cache; consider whether JustOneAPI supports a header-based token if you want stronger secrecy.
Persistence & Privilege
The skill is not force-included (always:false) and does not request persistent platform privileges or access to other skills or system-wide settings. It is user-invocable and can be called autonomously (platform default) but does not combine that with broad credential or system access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-douyin-share-url-transfer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-douyin-share-url-transfer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug justoneapi-douyin-share-url-transfer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Douyin (TikTok China) Share Link Resolution API 是什么?

Call GET /api/douyin/share-url-transfer/v1 for Douyin (TikTok China) Share Link Resolution through JustOneAPI with shareUrl. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 65 次。

如何安装 Douyin (TikTok China) Share Link Resolution API?

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

Douyin (TikTok China) Share Link Resolution API 是免费的吗?

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

Douyin (TikTok China) Share Link Resolution API 支持哪些平台?

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

谁开发了 Douyin (TikTok China) Share Link Resolution API?

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

💬 留言讨论