← Back to Skills Marketplace
justoneapi

Xiaohongshu Creator Marketplace (Pugongying) API

by justoneapi · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ Security Clean
160
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install justoneapi-xiaohongshu-pgy
Description
Analyze Xiaohongshu Creator Marketplace (Pugongying) workflows with JustOneAPI, including creator Profile, data Summary, and follower Growth History across 2...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install justoneapi-xiaohongshu-pgy
  3. After installation, invoke the skill by name or use /justoneapi-xiaohongshu-pgy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug justoneapi-xiaohongshu-pgy
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Xiaohongshu Creator Marketplace (Pugongying) API?

Analyze Xiaohongshu Creator Marketplace (Pugongying) workflows with JustOneAPI, including creator Profile, data Summary, and follower Growth History across 2... It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install Xiaohongshu Creator Marketplace (Pugongying) API?

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

Is Xiaohongshu Creator Marketplace (Pugongying) API free?

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

Which platforms does Xiaohongshu Creator Marketplace (Pugongying) API support?

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

Who created Xiaohongshu Creator Marketplace (Pugongying) API?

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

💬 Comments