← 返回 Skills 市场
justoneapi

Douyin Creator Marketplace (Xingtu) API

作者 justoneapi · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ 安全检测通过
196
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install justoneapi-douyin-xingtu
功能描述
Analyze Douyin Creator Marketplace (Xingtu) workflows with JustOneAPI, including creator Profile, creator Link Structure, and creator Visibility Status acros...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-douyin-xingtu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-douyin-xingtu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug justoneapi-douyin-xingtu
版本 1.0.9
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 10
常见问题

Douyin Creator Marketplace (Xingtu) API 是什么?

Analyze Douyin Creator Marketplace (Xingtu) workflows with JustOneAPI, including creator Profile, creator Link Structure, and creator Visibility Status acros... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 196 次。

如何安装 Douyin Creator Marketplace (Xingtu) API?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install justoneapi-douyin-xingtu」即可一键安装,无需额外配置。

Douyin Creator Marketplace (Xingtu) API 是免费的吗?

是的,Douyin Creator Marketplace (Xingtu) API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Douyin Creator Marketplace (Xingtu) API 支持哪些平台?

Douyin Creator Marketplace (Xingtu) API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Douyin Creator Marketplace (Xingtu) API?

由 justoneapi(@justoneapi)开发并维护,当前版本 v1.0.9。

💬 留言讨论