← 返回 Skills 市场
justoneapi

Xiaohongshu Creator Marketplace (Pugongying) API

作者 justoneapi · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install justoneapi-xiaohongshu-pgy
功能描述
Analyze Xiaohongshu Creator Marketplace (Pugongying) workflows with JustOneAPI, including creator Profile, data Summary, and follower Growth History across 2...
使用说明 (SKILL.md)

Xiaohongshu Creator Marketplace (Pugongying)

This skill wraps 24 Xiaohongshu Creator Marketplace (Pugongying) operations exposed by JustOneAPI. It is strongest for creator Profile, data Summary, follower Growth History, and follower Summary. Expect common inputs such as userId, acceptCache, kolId, business, dateType.

When To Use It

  • The user needs creator Profile or data Summary on Xiaohongshu Creator Marketplace (Pugongying).
  • The task lines up with follower Growth History rather than a generic cross-platform workflow.
  • The user can provide identifiers or filters such as userId, acceptCache, kolId, business.
  • The user wants an exact API-backed answer instead of a freeform summary.

Representative Operations

  • apiSolarCooperatorUserBloggerUserIdV1: Creator Profile — Get Xiaohongshu Creator Marketplace (Pugongying) creator Profile data, including audience and pricing data, for influencer vetting, benchmark analysis, and campaign planning
  • apiSolarKolDataV3DataSummaryV1: Data Summary — Get Xiaohongshu Creator Marketplace (Pugongying) Summary data, including activity, engagement, and audience growth, for creator evaluation, campaign planning, and creator benchmarking
  • apiSolarKolDataUserIdFansOverallNewHistoryV1: Follower Growth History — Get Xiaohongshu Creator Marketplace (Pugongying) follower Growth History data, including historical points, trend signals, and growth metrics, for trend tracking, audience analysis, and creator performance monitoring
  • apiSolarKolDataV3FansSummaryV1: Follower Summary — Get Xiaohongshu Creator Marketplace (Pugongying) follower Summary data, including growth and engagement metrics, for audience analysis and creator benchmarking

Request Pattern

  • 24 operations are available in this skill.
  • HTTP methods used here: GET.
  • The most common non-token parameters are userId, acceptCache, kolId, business, dateType.
  • 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: apiSolarCooperatorUserBloggerUserIdV1, apiSolarKolDataV3DataSummaryV1, apiSolarKolDataUserIdFansOverallNewHistoryV1, apiSolarKolDataV3FansSummaryV1.
  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 Xiaohongshu Creator Marketplace (Pugongying) task the user asked for.
  • Include the most decision-relevant fields from the selected endpoint before dumping raw JSON.
  • When using apiSolarCooperatorUserBloggerUserIdV1, explain why the returned fields answer the user's question.
  • If the user gave filters such as userId, 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 says: call JustOneAPI Xiaohongshu endpoints using node and your JUST_ONE_API_TOKEN. Before installing: (1) Only provide a JustOneAPI token that you intend to use for these calls and keep it secret. (2) Note that running the CLI with --token on the command line can expose the token in process listings or shell history; prefer setting JUST_ONE_API_TOKEN as an environment variable when possible. (3) Review bin/run.mjs if you need higher assurance (the shipped files are the only code). (4) Confirm you trust the third-party service (api.justoneapi.com) and that the token's scope/permissions and billing are acceptable. (5) If you do not want the agent to call this service autonomously, disable the skill or restrict agent invocation in your agent settings.
功能分析
Type: OpenClaw Skill Name: justoneapi-xiaohongshu-pgy Version: 1.0.4 The skill bundle is a standard API wrapper for the Xiaohongshu Creator Marketplace (Pugongying) provided by JustOneAPI. The execution script `bin/run.mjs` safely handles API requests by constructing URLs to the hardcoded domain `api.justoneapi.com` and passing parameters via query strings. There is no evidence of data exfiltration, malicious code execution, or prompt injection; the instructions in `SKILL.md` are well-aligned with the stated purpose of creator analytics.
能力评估
Purpose & Capability
Name/description, declared requirements (node + JUST_ONE_API_TOKEN), SKILL.md usage, and the included manifest/operations all target JustOneAPI Xiaohongshu endpoints. The requested token and node binary are appropriate for this API wrapper.
Instruction Scope
SKILL.md instructs the agent to choose a specific GET operation, ask for missing parameters, and invoke bin/run.mjs with the token and params. The instructions do not request unrelated files, credentials, or system data beyond the declared token. They also explicitly warn to keep the token private.
Install Mechanism
There is no install spec (instruction-only with a shipped CLI file). No external downloads or obscure install URLs are used. The only runtime requirement is node, which matches the provided bin/run.mjs.
Credentials
Only one environment/credential (JUST_ONE_API_TOKEN) is required and it maps directly to the API being called. No unrelated secrets, config paths, or extra credentials are requested.
Persistence & Privilege
The skill is not marked always:true and is user-invocable; it does not request elevated persistence or modify other skills. Autonomous invocation is enabled by default but is not combined with other concerning flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install justoneapi-xiaohongshu-pgy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /justoneapi-xiaohongshu-pgy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Reduced the number of available operations from 25 to 24. - Updated documentation in SKILL.md to reflect the new operation count and changes. - Adjusted internal references and generated files to match the revised set of endpoints.
v1.0.3
- Updated the authentication details section to use a more specific, campaign-attributed link for the Just One API Usage Guide. - No changes to functionality or API behavior; documentation enhancement only.
v1.0.2
- Updated the Just One API Dashboard link to include tracking parameters for better attribution. - No other changes to usage, API operations, or instructions.
v1.0.1
Version 1.0.1 - Updated environment documentation to clarify that JUST_ONE_API_TOKEN is only used for authenticated API requests. - Added guidance to keep JUST_ONE_API_TOKEN private and not to share it in chat, screenshots, or logs. - No functional or code changes; documentation updates only.
v1.0.0
init
元数据
Slug justoneapi-xiaohongshu-pgy
版本 1.0.4
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

Xiaohongshu Creator Marketplace (Pugongying) API 是什么?

Analyze Xiaohongshu Creator Marketplace (Pugongying) workflows with JustOneAPI, including creator Profile, data Summary, and follower Growth History across 2... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Xiaohongshu Creator Marketplace (Pugongying) API?

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

Xiaohongshu Creator Marketplace (Pugongying) API 是免费的吗?

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

Xiaohongshu Creator Marketplace (Pugongying) API 支持哪些平台?

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

谁开发了 Xiaohongshu Creator Marketplace (Pugongying) API?

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

💬 留言讨论