Douyin Creator Marketplace (Xingtu) Item Report Analysis API

v1.0.0

Call GET /api/douyin-xingtu/gw/api/data_sp/item_report_th_analysis/v1 for Douyin Creator Marketplace (Xingtu) Item Report Analysis through JustOneAPI with it...

0· 35·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-item-report-th-analysis.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin Creator Marketplace (Xingtu) Item Report Analysis API" (justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-item-report-th-analysis) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-item-report-th-analysis
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

Canonical install target

openclaw skills install justoneapi/justoneapi-douyin-xingtu-gw-api-data-sp-item-report-th-analysis

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-xingtu-gw-api-data-sp-item-report-th-analysis
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included code and files: the skill only targets GET /api/douyin-xingtu/.../item_report_th_analysis and requires node and JUST_ONE_API_TOKEN, which are appropriate for a small API wrapper.
Instruction Scope
SKILL.md and bin/run.mjs only request the operation id and itemId and instruct passing JUST_ONE_API_TOKEN; they do not read unrelated files, other env vars, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec or external downloads are used; the skill is instruction/code-only and relies on the local node binary, which is expected and low risk.
Credentials
Only JUST_ONE_API_TOKEN is required (declared as primaryEnv) which is proportional. Note: the helper sends the token as a query parameter (token=<value>); query parameters can be logged in server logs or proxies, so users should consider the sensitivity of the token and prefer API designs that use Authorization headers if available.
Persistence & Privilege
always is false and the skill does not attempt to persist itself, modify other skills, or request additional privileges.
Assessment
This skill is a simple CLI wrapper around a JustOneAPI endpoint and only needs node and your JUST_ONE_API_TOKEN. Before installing, ensure you trust JustOneAPI and are comfortable passing the token: the script places the token in the request query string (which can be logged by servers or proxies). Do not paste the token into chats or public logs; supply it via the declared environment variable. If you prefer improved secrecy, confirm whether the API supports Authorization headers and modify the helper accordingly.

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
latestvk97a0jzqa7y1yxvbgtjzzkr1wx85k8qy
35downloads
0stars
1versions
Updated 19h ago
v1.0.0
MIT-0

Douyin Creator Marketplace (Xingtu) Item Report Analysis

Use this focused JustOneAPI skill for item Report Analysis in Douyin Creator Marketplace (Xingtu). It targets GET /api/douyin-xingtu/gw/api/data_sp/item_report_th_analysis/v1. Required non-token inputs are itemId. OpenAPI describes it as: Get Douyin Creator Marketplace (Xingtu) item Report Analysis data, including performance interpretation, for creator evaluation, campaign planning, and marketplace research.

Endpoint Scope

  • Platform key: douyin-xingtu
  • Endpoint key: gw/api/data_sp/item_report_th_analysis
  • Platform family: Douyin Creator Marketplace (Xingtu)
  • Skill slug: justoneapi-douyin-xingtu-gw-api-data-sp-item-report-th-analysis
OperationVersionMethodPathOpenAPI summary
gwApiDataSpItemReportThAnalysisV1v1GET/api/douyin-xingtu/gw/api/data_sp/item_report_th_analysis/v1Item Report Analysis

Inputs

ParameterInRequired byOptional byTypeNotes
itemIdqueryalln/astringItem's unique ID

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: gwApiDataSpItemReportThAnalysisV1.

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

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 gwApiDataSpItemReportThAnalysisV1 on /api/douyin-xingtu/gw/api/data_sp/item_report_th_analysis/v1.
  • Echo the required lookup scope (itemId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin Creator Marketplace (Xingtu) item Report Analysis data, including performance interpretation, 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...