← Back to Skills Marketplace
justoneapi

Douyin Creator Marketplace (Xingtu) API

by justoneapi · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ Security Clean
196
Downloads
0
Stars
1
Active Installs
10
Versions
Install in OpenClaw
/install justoneapi-douyin-xingtu
Description
Analyze Douyin Creator Marketplace (Xingtu) workflows with JustOneAPI, including creator Profile, creator Link Structure, and creator Visibility Status acros...
README (SKILL.md)

Douyin Creator Marketplace (Xingtu)

This skill wraps 46 Douyin Creator Marketplace (Xingtu) operations exposed by JustOneAPI. It is strongest for creator Profile, creator Link Structure, creator Visibility Status, and creator Channel Metrics. Expect common inputs such as oAuthorId, acceptCache, kolId, platform, range.

When To Use It

  • The user needs creator Profile or creator Link Structure on Douyin Creator Marketplace (Xingtu).
  • The task lines up with creator Visibility Status rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as oAuthorId, acceptCache, kolId, platform.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • gwApiAuthorGetAuthorBaseInfoV1: Creator Profile — Get Douyin Creator Marketplace (Xingtu) creator Profile data, including audience and pricing data, for influencer vetting, benchmark analysis, and campaign planning
  • gwApiDataSpAuthorLinkStructV1: Creator Link Structure — Get Douyin Creator Marketplace (Xingtu) creator Link Structure data, including engagement and conversion metrics, for creator performance analysis
  • gwApiDataSpCheckAuthorDisplayV1: Creator Visibility Status — Get Douyin Creator Marketplace (Xingtu) creator Visibility Status data, including availability status, discovery eligibility, and campaign display signals, for creator evaluation, campaign planning, and marketplace research
  • gwApiAuthorGetAuthorPlatformChannelInfoV2V1: Creator Channel Metrics — Get Douyin Creator Marketplace (Xingtu) creator Channel Metrics data, including platform distribution and channel performance data used, for creator evaluation

Request Pattern

  • 46 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are oAuthorId, acceptCache, kolId, platform, range.
  • All operations in this skill are parameter-driven requests; none require a request body.

How To Work

  1. Read generated/operations.md before choosing an endpoint.
  2. Start with one of these operations when it matches the user's request: gwApiAuthorGetAuthorBaseInfoV1, gwApiDataSpAuthorLinkStructV1, gwApiDataSpCheckAuthorDisplayV1, gwApiAuthorGetAuthorPlatformChannelInfoV2V1.
  3. Pick the smallest matching operation instead of guessing.
  4. Ask the user for any missing required parameter. Do not invent values.
  5. Call the helper with:
node {baseDir}/bin/run.mjs --operation "\x3Coperation-id>" --token "$JUST_ONE_API_TOKEN" --params-json '{"key":"value"}'

Environment

  • Required: JUST_ONE_API_TOKEN
  • This skill uses JUST_ONE_API_TOKEN only for authenticated Just One API requests.
  • Keep JUST_ONE_API_TOKEN private. Do not paste it into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Rules

  • Start with a plain-language answer tied to the Douyin Creator Marketplace (Xingtu) task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using gwApiAuthorGetAuthorBaseInfoV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as oAuthorId, acceptCache, kolId, echo those back so the scope is explicit.
  • If the backend errors, include the backend payload and the exact operation ID.
Usage Guidance
This skill appears to do what it claims: call JustOneAPI Douyin/Xingtu GET endpoints using a single API token. Before installing, confirm you trust JustOneAPI and the token scope. The bundled node script will run locally — review bin/run.mjs if you need deeper assurance. Avoid pasting your JUST_ONE_API_TOKEN into chat or logs; prefer supplying it via a secure environment variable. Note: the API accepts the token as a query parameter, which can be exposed in some logs or referrers, so treat the token as sensitive and rotate it if you believe it may have been exposed.
Capability Analysis
Type: OpenClaw Skill Name: justoneapi-douyin-xingtu Version: 1.0.9 This skill bundle is a standard API wrapper for the JustOneAPI service, providing access to Douyin Creator Marketplace (Xingtu) analytics. The execution logic in bin/run.mjs is a transparent Node.js script that uses the native fetch API to communicate with a consistent and documented backend (api.justoneapi.com). There is no evidence of data exfiltration, malicious execution, or harmful prompt injection instructions in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the included OpenAPI-derived operations and the declared baseUrl (https://api.justoneapi.com). Required items (node, JUST_ONE_API_TOKEN) are appropriate for an API wrapper.
Instruction Scope
SKILL.md instructs the agent to select an operation, ask for missing params, and run the provided node script with the token and params. It does not instruct reading unrelated files or other environment variables; outputs are tied to the selected API endpoints.
Install Mechanism
No install spec is provided (instruction-only install), but a runnable bin/run.mjs is bundled. That means code will execute locally when invoked via node; there is no external download during install. This is low risk but the bundled script should be reviewed if you need high assurance.
Credentials
Only JUST_ONE_API_TOKEN is required and is the primary credential for the JustOneAPI service. No other unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform-wide privileges. It is user-invocable and can be autonomously invoked (platform default) but it does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-douyin-xingtu
  3. After installation, invoke the skill by name or use /justoneapi-douyin-xingtu
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
- Expanded the number of supported operations from 43 to 46, enabling broader coverage of Douyin Creator Marketplace (Xingtu) workflows. - Updated documentation to reflect new operations, parameter conventions (notably `oAuthorId` is now listed first), and adjusted examples for clarity. - Improved representative operation descriptions and request pattern guidance. - Minor clarifications and rewording in usage instructions and environment details.
v1.0.8
- Updated the Just One API authentication documentation link in the Environment section. - No logic, feature, or interface changes; documentation improvement only.
v1.0.7
- Updated the Just One API Dashboard link to a referral-based URL in the Environment section. - No changes to API surface or usage instructions; documentation update only.
v1.0.6
- Clarified environment section to specify that JUST_ONE_API_TOKEN is only used for authenticated API requests. - No changes to endpoints, parameters, or workflow; documentation wording improved for clarity.
v1.0.5
- Clarified environment security guidance: now explicitly directs to keep the `JUST_ONE_API_TOKEN` private and not share it in messages, screenshots, or logs. - No functional or operational changes introduced; documentation only.
v1.0.4
- Added guidance on how to obtain the required API token from the Just One API Dashboard. - Included reference links for authentication and API usage documentation. - No changes to functionality or parameters; documentation update only.
v1.0.3
rename
v1.0.2
- Minor update: Changed the skill name in SKILL.md from justoneapi_douyin_xingtu to Douyin Creator Marketplace (Xingtu) API. - No changes to functionality, operations, or usage instructions. - Documentation is now more consistent with the skill's core focus and branding.
v1.0.1
- Expanded functionality to 43 Douyin Creator Marketplace (Xingtu) operations, with enhanced support for creator Profile, Link Structure, Visibility Status, and Channel Metrics. - Improved documentation: SKILL.md now highlights key operation examples and common parameters such as acceptCache, kolId, oAuthorId, platform, and range. - Output rules are more specific, including guidance to echo back filters and to explain field relevance for profile operations. - Representative and starting-point operations are clearly signaled for easier user guidance. - Emphasizes parameter-driven, token-authenticated GET requests for all operations.
v1.0.0
Initial release of the justoneapi-douyin-xingtu skill. - Enables access to JustOneAPI's Douyin Creator Marketplace (Xingtu) endpoints via HTTP APIs. - Supports fetching Douyin creator and campaign data with environment-based authentication (JUST_ONE_API_TOKEN required). - Provides guidelines for usage, API calling, and clear output formatting, including error reporting and raw JSON output on request.
Metadata
Slug justoneapi-douyin-xingtu
Version 1.0.9
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 10
Frequently Asked Questions

What is Douyin Creator Marketplace (Xingtu) API?

Analyze Douyin Creator Marketplace (Xingtu) workflows with JustOneAPI, including creator Profile, creator Link Structure, and creator Visibility Status acros... It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.

How do I install Douyin Creator Marketplace (Xingtu) API?

Run "/install justoneapi-douyin-xingtu" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Douyin Creator Marketplace (Xingtu) API free?

Yes, Douyin Creator Marketplace (Xingtu) API is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Douyin Creator Marketplace (Xingtu) API support?

Douyin Creator Marketplace (Xingtu) API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Douyin Creator Marketplace (Xingtu) API?

It is built and maintained by justoneapi (@justoneapi); the current version is v1.0.9.

💬 Comments