Douyin Creator Marketplace (Xingtu) KOL Content Keyword Analysis API

v1.0.0

Call GET /api/douyin-xingtu/get-author-content-hot-keywords/v1 for Douyin Creator Marketplace (Xingtu) KOL Content Keyword Analysis through JustOneAPI with k...

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-xingtu-get-author-content-hot-keywords.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin Creator Marketplace (Xingtu) KOL Content Keyword Analysis API" (justoneapi/justoneapi-douyin-xingtu-get-author-content-hot-keywords) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-xingtu-get-author-content-hot-keywords
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-author-content-hot-keywords

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-xingtu-get-author-content-hot-keywords
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match the required resources: it calls JustOneAPI's Douyin (Xingtu) endpoint and requires JUST_ONE_API_TOKEN and node. No unrelated credentials, binaries, or configurations are requested.
Instruction Scope
SKILL.md instructs the agent to run the included node script with --token and --params-json containing kolId, to ask for missing parameters, and to output a short summary then raw JSON. One noteworthy implementation detail: the token is injected as a query parameter to the API (not an environment-only header), which can increase risk of token exposure via logs or intermediaries. Otherwise the instructions do not request unrelated files, secrets, or system state.
Install Mechanism
There is no network install step: the skill ships a small JS script (bin/run.mjs) and is instruction-driven. It requires node to exist on PATH and makes standard network requests to api.justoneapi.com. No downloads from untrusted URLs or archive extraction are present.
Credentials
Only JUST_ONE_API_TOKEN is required and is the declared primary credential, which is appropriate for this API client. As noted above, the token is sent as a query parameter (per the operation parameter definition), which may be logged by servers or proxies; consider using a scoped token and verifying JustOneAPI's token handling if this is sensitive.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges: always is false, no config paths are required, and it doesn't modify other skills or system settings.
Assessment
This skill appears to do exactly what it says: run a small Node script that calls JustOneAPI's Douyin/Xingtu endpoint using JUST_ONE_API_TOKEN and a kolId. Before installing, consider: 1) Token exposure: the implementation places the token in the URL query string, which can be logged by servers, proxies, or local shells—use a limited-scope token and rotate it if possible. 2) Trust and cost: verify you trust https://api.justoneapi.com (and their pricing/quotas) because the skill will send requests to that host. 3) Runtime environment: ensure node is available and up-to-date (the script uses fetch). 4) Privacy: do not paste token values into chat; follow SKILL.md guidance. If any of these concerns are unacceptable, do not install or use the skill; otherwise it is coherent and proportional to its stated purpose.

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

Douyin Creator Marketplace (Xingtu) KOL Content Keyword Analysis

Use this focused JustOneAPI skill for kOL Content Keyword Analysis in Douyin Creator Marketplace (Xingtu). It targets GET /api/douyin-xingtu/get-author-content-hot-keywords/v1. Required non-token inputs are kolId. OpenAPI describes it as: Get Douyin Creator Marketplace (Xingtu) kOL Content Keyword Analysis data, including core metrics, trend signals, and performance indicators, for content theme analysis and creator positioning research.

Endpoint Scope

  • Platform key: douyin-xingtu
  • Endpoint key: get-author-content-hot-keywords
  • Platform family: Douyin Creator Marketplace (Xingtu)
  • Skill slug: justoneapi-douyin-xingtu-get-author-content-hot-keywords
OperationVersionMethodPathOpenAPI summary
getAuthorContentHotKeywordsV1v1GET/api/douyin-xingtu/get-author-content-hot-keywords/v1KOL Content Keyword Analysis

Inputs

ParameterInRequired byOptional byTypeNotes
acceptCachequeryn/aallbooleanEnable cache
keywordTypequeryn/aallstringType of keywords
kolIdqueryalln/astringKOL ID

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: getAuthorContentHotKeywordsV1.

node {baseDir}/bin/run.mjs --operation "getAuthorContentHotKeywordsV1" --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 getAuthorContentHotKeywordsV1 on /api/douyin-xingtu/get-author-content-hot-keywords/v1.
  • Echo the required lookup scope (kolId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin Creator Marketplace (Xingtu) kOL Content Keyword Analysis data, including core metrics, trend signals, and performance indicators, for content theme analysis and creator positioning 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...