Douyin Creator Marketplace (Xingtu) Creator Order Experience API

v1.0.0

Call GET /api/douyin-xingtu/gw/api/aggregator/get_author_order_experience/v1 for Douyin Creator Marketplace (Xingtu) Creator Order Experience through JustOne...

0· 44·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-aggregator-get-author-order-experience.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Douyin Creator Marketplace (Xingtu) Creator Order Experience API" (justoneapi/justoneapi-douyin-xingtu-gw-api-aggregator-get-author-order-experience) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-douyin-xingtu-gw-api-aggregator-get-author-order-experience
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-gw-api-aggregator-get-author-order-experience

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-douyin-xingtu-gw-api-aggregator-get-author-order-experience
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Douyin Creator Marketplace order experience) match the required artifacts: a single GET endpoint on api.justoneapi.com, a single required parameter (oAuthorId) and a token. Requiring node and JUST_ONE_API_TOKEN is proportional to the described purpose.
Instruction Scope
SKILL.md and the run.mjs script only collect the declared inputs (operation id, oAuthorId, optional period) and the token, build a request to the documented JustOneAPI baseUrl, and return the JSON response. There are no instructions to read arbitrary files, other env vars, or to send data to unexpected endpoints.
Install Mechanism
No install spec; this is instruction-only with an included Node helper script. No external downloads or installers are used. Requiring node is reasonable for a JavaScript helper.
Credentials
Only JUST_ONE_API_TOKEN is declared and used as the authentication token for the JustOne API. No unrelated secrets, system credentials, or config paths are requested.
Persistence & Privilege
Skill is not always-enabled, does not modify other skills or system configuration, and does not request persistent elevated privileges.
Assessment
This skill appears to be a straightforward wrapper for JustOneAPI's Douyin creator-order endpoint. Before installing: (1) Confirm you trust JustOneAPI and the provided homepage; (2) only provide JUST_ONE_API_TOKEN (do not paste it into chat); (3) run the included bin/run.mjs locally or inspect network traffic if you need to verify what is sent; (4) be mindful of rate limits and privacy of any author IDs you query.

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

Douyin Creator Marketplace (Xingtu) Creator Order Experience

Use this focused JustOneAPI skill for creator Order Experience in Douyin Creator Marketplace (Xingtu). It targets GET /api/douyin-xingtu/gw/api/aggregator/get_author_order_experience/v1. Required non-token inputs are oAuthorId. OpenAPI describes it as: Get Douyin Creator Marketplace (Xingtu) creator Order Experience data, including commercial history and transaction-related indicators, for creator evaluation, campaign planning, and marketplace research.

Endpoint Scope

  • Platform key: douyin-xingtu
  • Endpoint key: gw/api/aggregator/get_author_order_experience
  • Platform family: Douyin Creator Marketplace (Xingtu)
  • Skill slug: justoneapi-douyin-xingtu-gw-api-aggregator-get-author-order-experience
OperationVersionMethodPathOpenAPI summary
gwApiAggregatorGetAuthorOrderExperienceV1v1GET/api/douyin-xingtu/gw/api/aggregator/get_author_order_experience/v1Creator Order Experience

Inputs

ParameterInRequired byOptional byTypeNotes
oAuthorIdqueryalln/astringAuthor's unique ID
periodqueryn/aallstringTime period. Available Values: - DAY_30: Last 30 days - DAY_90: Last 90 days
period enumvaluesn/an/an/aDAY_30, DAY_90

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

Version Choice

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

Run This Endpoint

Supported operation IDs in this skill: gwApiAggregatorGetAuthorOrderExperienceV1.

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

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 gwApiAggregatorGetAuthorOrderExperienceV1 on /api/douyin-xingtu/gw/api/aggregator/get_author_order_experience/v1.
  • Echo the required lookup scope (oAuthorId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Douyin Creator Marketplace (Xingtu) creator Order Experience data, including commercial history and transaction-related indicators, 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...