← Back to Skills Marketplace
justoneapi

Douyin (TikTok China) Share Link Resolution API

by justoneapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
65
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install justoneapi-douyin-share-url-transfer
Description
Call GET /api/douyin/share-url-transfer/v1 for Douyin (TikTok China) Share Link Resolution through JustOneAPI with shareUrl.
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douyin-share-url-transfer
  3. After installation, invoke the skill by name or use /justoneapi-douyin-share-url-transfer
  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-share-url-transfer
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) Share Link Resolution API?

Call GET /api/douyin/share-url-transfer/v1 for Douyin (TikTok China) Share Link Resolution through JustOneAPI with shareUrl. It is an AI Agent Skill for Claude Code / OpenClaw, with 65 downloads so far.

How do I install Douyin (TikTok China) Share Link Resolution API?

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

Is Douyin (TikTok China) Share Link Resolution API free?

Yes, Douyin (TikTok China) Share Link Resolution API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Douyin (TikTok China) Share Link Resolution API support?

Douyin (TikTok China) Share Link Resolution API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douyin (TikTok China) Share Link Resolution API?

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

💬 Comments