Douyin Creator Marketplace (Xingtu) Recommended Videos API

v1.0.0

Call GET /api/douyin-xingtu/get-kol-rec-videos/v1 for Douyin Creator Marketplace (Xingtu) Recommended Videos through JustOneAPI with kolId.

0· 58·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-rec-videos.

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

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-xingtu-get-kol-rec-videos
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, declared requirements (node, JUST_ONE_API_TOKEN), and the included CLI implementation all match the stated purpose of calling JustOneAPI's GET /api/douyin-xingtu/get-kol-rec-videos/v1 endpoint.
Instruction Scope
SKILL.md instructs the agent to request kolId, run the included node CLI, echo the operation ID/kolId and provide a short summary then raw JSON; the CLI (bin/run.mjs) performs only the HTTP GET and prints raw JSON. The scope is limited to calling the endpoint, but there is a small mismatch between the SKILL.md's formatting guidance and what the CLI actually prints.
Install Mechanism
There is no install spec and the skill is instruction-only plus a small bundled node script. No external downloads, third-party packages, or unusual install steps are present.
Credentials
The skill requires exactly one credential (JUST_ONE_API_TOKEN) which aligns with the API usage. Small security note: the implementation sends the token as a query parameter (operation defines token in query), which can be logged by intermediaries; this is a design detail of the API rather than an unrelated or excessive credential request.
Persistence & Privilege
always is false, the skill has no persistent/system-wide modifications, and it doesn't request extra privileges or other skills' credentials.
Assessment
This skill appears to do what it says: it calls JustOneAPI's Douyin/Xingtu recommended-videos endpoint and needs node plus JUST_ONE_API_TOKEN. Before installing, verify the token's scope and origin (get it from your JustOneAPI dashboard), and confirm you trust JustOneAPI and the skill publisher. Note the implementation sends the token as a query parameter (may be logged by proxies); avoid pasting your token into chat or logs. If you have concerns about token exposure, consider using a token with limited scope or rotating it after use. The bundled script is short and readable—review bin/run.mjs if you want to confirm behavior yourself.

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

Douyin Creator Marketplace (Xingtu) Recommended Videos

Use this focused JustOneAPI skill for recommended Videos in Douyin Creator Marketplace (Xingtu). It targets GET /api/douyin-xingtu/get-kol-rec-videos/v1. Required non-token inputs are kolId. OpenAPI describes it as: Get Douyin Creator Marketplace (Xingtu) recommended videos data, including video performance metrics, for creator evaluation, campaign planning, and marketplace research.

Endpoint Scope

  • Platform key: douyin-xingtu
  • Endpoint key: get-kol-rec-videos
  • Platform family: Douyin Creator Marketplace (Xingtu)
  • Skill slug: justoneapi-douyin-xingtu-get-kol-rec-videos
OperationVersionMethodPathOpenAPI summary
getKolRecVideosV1v1GET/api/douyin-xingtu/get-kol-rec-videos/v1Recommended Videos

Inputs

ParameterInRequired byOptional byTypeNotes
acceptCachequeryn/aallbooleanEnable cache
kolIdqueryalln/astringKOL ID

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getKolRecVideosV1.

node {baseDir}/bin/run.mjs --operation "getKolRecVideosV1" --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 getKolRecVideosV1 on /api/douyin-xingtu/get-kol-rec-videos/v1.
  • Echo the required lookup scope (kolId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin Creator Marketplace (Xingtu) recommended videos data, including video performance metrics, for creator evaluation, campaign planning, and marketplace research.
  • 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...