Douyin Creator Marketplace (Xingtu) Audience Touchpoint Distribution API

v1.0.0

Call GET /api/douyin-xingtu/get-kol-touch-distribution/v1 for Douyin Creator Marketplace (Xingtu) Audience Touchpoint Distribution through JustOneAPI with ko...

0· 51·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-get-kol-touch-distribution.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin Creator Marketplace (Xingtu) Audience Touchpoint Distribution API" (justoneapi/justoneapi-douyin-xingtu-get-kol-touch-distribution) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-xingtu-get-kol-touch-distribution
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-get-kol-touch-distribution

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-xingtu-get-kol-touch-distribution
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description say it will call a JustOneAPI endpoint for Douyin (Xingtu) touchpoint distribution; the code, manifest, and SKILL.md implement exactly that endpoint and no unrelated services or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to prompt for missing parameters and to call the bundled CLI helper; the helper only reads CLI args and performs a single HTTP GET to api.justoneapi.com. The instructions do not request unrelated files, env vars, or system state.
Install Mechanism
This is an instruction-only skill with a small JS helper; there is no install spec and no third-party downloads. Required binary is 'node', which is reasonable for the bundled run.mjs.
Credentials
Only JUST_ONE_API_TOKEN is required and declared as the primary credential, which matches the API's required 'token' query parameter. Note: the helper sends the token as a query parameter (not an Authorization header), which can make it more likely to appear in logs, referer headers, or caches—consider this risk when providing the token.
Persistence & Privilege
always is false, the skill does not request persistent system-level privileges or modify other skills. It does not store credentials on disk or alter global settings.
Assessment
This skill appears to do only what it claims: call JustOneAPI's Douyin/Xingtu endpoint. Before installing, confirm you trust JustOneAPI and are comfortable providing JUST_ONE_API_TOKEN. Do not paste the token in chat; supply it via the agent's secure env mechanism. Be aware the helper sends the token as a URL query parameter, which can increase the chance the token shows up in logs or referer headers—if that is unacceptable, ask the maintainer to use an Authorization header instead. If you need higher assurance, review the full skill source and verify the endpoint (https://api.justoneapi.com) and token handling meet your policy.

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

Douyin Creator Marketplace (Xingtu) Audience Touchpoint Distribution

Use this focused JustOneAPI skill for audience Touchpoint Distribution in Douyin Creator Marketplace (Xingtu). It targets GET /api/douyin-xingtu/get-kol-touch-distribution/v1. Required non-token inputs are kolId. OpenAPI describes it as: Get Douyin Creator Marketplace (Xingtu) audience touchpoint distribution data, including segment breakdowns, audience composition, and distribution signals, for traffic analysis and existing integration compatibility.

Endpoint Scope

  • Platform key: douyin-xingtu
  • Endpoint key: get-kol-touch-distribution
  • Platform family: Douyin Creator Marketplace (Xingtu)
  • Skill slug: justoneapi-douyin-xingtu-get-kol-touch-distribution
OperationVersionMethodPathOpenAPI summary
getKolTouchDistributionV1v1GET/api/douyin-xingtu/get-kol-touch-distribution/v1Audience Touchpoint Distribution

Inputs

ParameterInRequired byOptional byTypeNotes
acceptCachequeryn/aallbooleanEnable cache
kolIdqueryalln/astringKOL ID

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getKolTouchDistributionV1.

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

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 getKolTouchDistributionV1 on /api/douyin-xingtu/get-kol-touch-distribution/v1.
  • Echo the required lookup scope (kolId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin Creator Marketplace (Xingtu) audience touchpoint distribution data, including segment breakdowns, audience composition, and distribution signals, for traffic analysis and existing integration compatibility.
  • 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...