Douyin Creator Marketplace (Xingtu) API

v1.0.3

Analyze Douyin Creator Marketplace (Xingtu) workflows with JustOneAPI, including creator Profile, creator Link Structure, and creator Visibility Status acros...

0· 35·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe a Douyin/Xingtu wrapper for JustOneAPI and the skill only requires node and JUST_ONE_API_TOKEN. Those requirements are coherent with calling an external HTTP API for creator data.
Instruction Scope
SKILL.md directs the agent to pick an operation from the provided generated/operations.md and run the bundled Node helper (bin/run.mjs) with the JUST_ONE_API_TOKEN and operation-specific query parameters. The instructions do not ask the agent to read unrelated files, access other credentials, or transmit data to unexpected endpoints; all documented endpoints point to api.justoneapi.com.
Install Mechanism
There is no external install/download step. The skill includes a local Node script (bin/run.mjs) and OpenAPI artifacts; nothing is fetched from arbitrary URLs. Running the skill will execute the included script locally using the node binary already required.
Credentials
Only one environment variable is required: JUST_ONE_API_TOKEN, which is the primary credential used as the API token for requests. No unrelated secrets, config paths, or additional credentials are requested.
Persistence & Privilege
The skill is not force-included (always:false) and uses the normal autonomous-invocation default. It does not request system-wide configuration changes or persistent privileges in the manifest.
Assessment
This skill appears to be a straightforward wrapper around JustOneAPI and will execute the included Node script which will send the provided JUST_ONE_API_TOKEN to api.justoneapi.com endpoints. Before installing: 1) Ensure you trust JustOneAPI and that the token you provide has appropriate, limited scope. 2) Review bin/run.mjs personally (or run it in an isolated environment) if you want to confirm it only contacts the documented endpoints and logs/transmits only intended data. 3) Avoid providing high-privilege or reuse tokens (don’t use AWS/GitHub/other service credentials). 4) If you need stronger assurance, test the skill with a dedicated, scoped API key and inspect network traffic from a sandboxed run.

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

latestvk97ajdx34p1qwd1z1d996md4f9847xq1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN

SKILL.md

Douyin Creator Marketplace (Xingtu)

This skill wraps 43 Douyin Creator Marketplace (Xingtu) operations exposed by JustOneAPI. It is strongest for creator Profile, creator Link Structure, creator Visibility Status, and creator Channel Metrics. Expect common inputs such as acceptCache, kolId, oAuthorId, platform, range.

When To Use It

  • The user needs creator Profile or creator Link Structure on Douyin Creator Marketplace (Xingtu).
  • The task lines up with creator Visibility Status rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as acceptCache, kolId, oAuthorId, platform.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • gwApiAuthorGetAuthorBaseInfoV1: Creator Profile — Get Douyin Creator Marketplace (Xingtu) creator Profile data, including audience and pricing data, for influencer vetting, benchmark analysis, and campaign planning
  • gwApiDataSpAuthorLinkStructV1: Creator Link Structure — Get Douyin Creator Marketplace (Xingtu) creator Link Structure data, including engagement and conversion metrics, for creator performance analysis
  • gwApiDataSpCheckAuthorDisplayV1: Creator Visibility Status — Get Douyin Creator Marketplace (Xingtu) creator Visibility Status data, including availability status, discovery eligibility, and campaign display signals, for creator evaluation, campaign planning, and marketplace research
  • gwApiAuthorGetAuthorPlatformChannelInfoV2V1: Creator Channel Metrics — Get Douyin Creator Marketplace (Xingtu) creator Channel Metrics data, including platform distribution and channel performance data used, for creator evaluation

Request Pattern

  • 43 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are acceptCache, kolId, oAuthorId, platform, range.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: gwApiAuthorGetAuthorBaseInfoV1, gwApiDataSpAuthorLinkStructV1, gwApiDataSpCheckAuthorDisplayV1, gwApiAuthorGetAuthorPlatformChannelInfoV2V1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "<operation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN

Output Rules

  • Start with a plain-language answer tied to the Douyin Creator Marketplace (Xingtu) task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using gwApiAuthorGetAuthorBaseInfoV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as acceptCache, kolId, oAuthorId, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…