Douyin (TikTok China) Share Link Resolution API

v1.0.0

Call GET /api/douyin/share-url-transfer/v1 for Douyin (TikTok China) Share Link Resolution through JustOneAPI with shareUrl.

0· 57·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-douyin-share-url-transfer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin (TikTok China) Share Link Resolution API" (justoneapi/justoneapi-douyin-share-url-transfer) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-share-url-transfer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-douyin-share-url-transfer

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-share-url-transfer
Security Scan
Capability signals
Requires OAuth tokenRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk97emp8n3re5q3sd20bv5hdkh585e4kd
57downloads
0stars
1versions
Updated 3d ago
v1.0.0
MIT-0

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
OperationVersionMethodPathOpenAPI summary
shareDouyinUrlTransferV1v1GET/api/douyin/share-url-transfer/v1Share Link Resolution

Inputs

ParameterInRequired byOptional byTypeNotes
shareUrlqueryalln/astringThe 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":"<shareUrl>"}'

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.

Comments

Loading comments...