← Back to Skills Marketplace
290
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install xhs-note-health
Description
检测小红书笔记限流状态。通过创作者后台 API 获取所有笔记的 level 字段,判断限流等级、敏感词命中、标签风险。
Usage Guidance
This skill is coherent with its purpose but requires your Xiaohongshu creator cookies (sensitive). Before running: (1) review check.py to verify behavior (it only calls creator.xiaohongshu.com and writes local reports); (2) supply cookies from creator.xiaohongshu.com only and avoid uploading them to external services; (3) run in a local or isolated environment; (4) if you export cookies from your browser, prefer exporting only the creator domain and store the file with restricted permissions; (5) revoke or re-export cookies after use if you have concerns. If you need higher assurance, run the script manually rather than granting autonomous agent invocation.
Capability Analysis
Type: OpenClaw Skill
Name: xhs-note-health
Version: 1.1.0
The skill is a legitimate utility for monitoring Xiaohongshu (XHS) note status by interfacing with the official creator backend API. The script (check.py) reads user-provided session cookies from a local JSON file and performs authenticated GET requests to creator.xiaohongshu.com to retrieve note metadata, such as distribution levels and engagement metrics. It includes a local sensitive word check and generates Markdown or JSON reports. No evidence of data exfiltration, unauthorized remote execution, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
The skill claims to detect Xiaohongshu note throttling and the included check.py performs exactly that: it loads browser-exported creator cookies, calls the creator.xiaohongshu.com API, reads per-note level fields, detects sensitive words, and generates reports. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run check.py and provide a cookies JSON. The script only reads the specified cookies file, calls the Xiaohongshu creator API, and writes/prints reports. It does not read other system files, access environment variables, or transmit data to third-party endpoints beyond creator.xiaohongshu.com.
Install Mechanism
There is no install spec; this is an instruction-only skill with one Python script requiring the public requests library. That is proportionate to the described functionality.
Credentials
No environment variables or unrelated secrets are requested. The skill requires a browser-exported cookies JSON (sensitive, but necessary) — the default path is provided but can be overridden with --cookies.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It does not attempt to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xhs-note-health - After installation, invoke the skill by name or use
/xhs-note-health - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: 限流笔记编辑链接、互动数据(点赞/评论/收藏)、--sort 排序、限流原因优化
v1.0.0
v1.0.0: 小红书笔记限流检测 — 通过创作者后台 API 检测所有笔记 level 状态
Metadata
Frequently Asked Questions
What is xhs-note-health?
检测小红书笔记限流状态。通过创作者后台 API 获取所有笔记的 level 字段,判断限流等级、敏感词命中、标签风险。 It is an AI Agent Skill for Claude Code / OpenClaw, with 290 downloads so far.
How do I install xhs-note-health?
Run "/install xhs-note-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is xhs-note-health free?
Yes, xhs-note-health is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does xhs-note-health support?
xhs-note-health is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created xhs-note-health?
It is built and maintained by Sway Liu (@swaylq); the current version is v1.1.0.
More Skills