Douyin Creator Marketplace (Xingtu) Creator Link Structure API

v1.0.0

Call GET /api/douyin-xingtu/gw/api/data_sp/author_link_struct/v1 for Douyin Creator Marketplace (Xingtu) Creator Link Structure through JustOneAPI with oAuth...

0· 40·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-xingtu-gw-api-data-sp-author-link-struct.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin Creator Marketplace (Xingtu) Creator Link Structure API" (justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-author-link-struct) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-author-link-struct
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-xingtu-gw-api-data-sp-author-link-struct

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-xingtu-gw-api-data-sp-author-link-struct
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), and required binary (node) align with a small API wrapper for JustOneAPI. The primary credential matches the stated service and no unrelated credentials or system paths are requested.
Instruction Scope
SKILL.md directs the agent to collect the single required parameter (oAuthorId) and call the exact endpoint. The runtime instructions and the included bin/run.mjs implement only that request; they do not read arbitrary files, access other environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec; the skill includes a small executable script (bin/run.mjs) that runs under node. Nothing is downloaded from external or untrusted URLs and no archives are extracted, so install risk is low.
Credentials
Only JUST_ONE_API_TOKEN is required and declared (proportionate). Note: the script places the token into the URL query parameter when calling the API (the OpenAPI for this endpoint models token as a query parameter). That can expose the token in logs, referrers, or intermediary proxies—users should ensure the token has limited scope and treat it as sensitive.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and has no persistent installation actions defined. It runs on invocation only.
Assessment
This skill appears to be a straightforward API wrapper for JustOneAPI's Douyin/Xingtu endpoint and only needs your JUST_ONE_API_TOKEN and node to run. Before installing: (1) verify you trust JustOneAPI and that the base URL (https://api.justoneapi.com) is the official vendor; (2) be aware the token is sent as a query parameter (could appear in logs or proxies)—only use a token with minimal privileges and rotate it if exposed; (3) confirm you are comfortable allowing the agent to execute the included bin/run.mjs with node on your system. If any of these are concerns, do not install or create a dedicated, limited-scope token for this skill.

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
latestvk979r9ank9qygdfb2y2qcbpyns85k136
40downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

Douyin Creator Marketplace (Xingtu) Creator Link Structure

Use this focused JustOneAPI skill for creator Link Structure in Douyin Creator Marketplace (Xingtu). It targets GET /api/douyin-xingtu/gw/api/data_sp/author_link_struct/v1. Required non-token inputs are oAuthorId. OpenAPI describes it as: Get Douyin Creator Marketplace (Xingtu) creator Link Structure data, including engagement and conversion metrics, for creator performance analysis.

Endpoint Scope

  • Platform key: douyin-xingtu
  • Endpoint key: gw/api/data_sp/author_link_struct
  • Platform family: Douyin Creator Marketplace (Xingtu)
  • Skill slug: justoneapi-douyin-xingtu-gw-api-data-sp-author-link-struct
OperationVersionMethodPathOpenAPI summary
gwApiDataSpAuthorLinkStructV1v1GET/api/douyin-xingtu/gw/api/data_sp/author_link_struct/v1Creator Link Structure

Inputs

ParameterInRequired byOptional byTypeNotes
oAuthorIdqueryalln/astringAuthor's unique ID
platformqueryn/aallstringPlatform type. Available Values: - SHORT_VIDEO: Short video - LIVE_STREAMING: Live streaming - PICTURE_TEXT: Picture and text - SHORT_DRAMA: Short drama
platform enumvaluesn/an/an/aLIVE_STREAMING, PICTURE_TEXT, SHORT_DRAMA, SHORT_VIDEO

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: gwApiDataSpAuthorLinkStructV1.

node {baseDir}/bin/run.mjs --operation "gwApiDataSpAuthorLinkStructV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"oAuthorId":"<oAuthorId>"}'

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 gwApiDataSpAuthorLinkStructV1 on /api/douyin-xingtu/gw/api/data_sp/author_link_struct/v1.
  • Echo the required lookup scope (oAuthorId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin Creator Marketplace (Xingtu) creator Link Structure data, including engagement and conversion metrics, for creator performance analysis.
  • 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...