← 返回 Skills 市场
227
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install xiaohongshu-creator-finder
功能描述
自动搜索并识别小红书平台符合关键词和粉丝评论标准的AI原创动画创作者,支持数据导出Excel或JSON。
安全使用建议
This skill is functionally coherent for scraping 小红书, but take precautions before installing: 1) Inspect and remove config/cookies.json shipped with the skill — do not reuse unknown cookies; treat them as sensitive credentials. 2) Search the full code for any references to external endpoints (feishu, webhook URLs, requests.post/etc.) before running; if present, review what data would be sent. 3) Run first in an isolated/sandboxed environment or VM and with a throwaway 小红书 account to verify behavior. 4) If you must use your real account, delete the bundled cookies file and perform a fresh QR login so only local, user-controlled cookies are stored. 5) Consider throttling and obeying platform TOS — scraping may violate terms. 6) If you want lower risk, ask the maintainer for a version without pre-filled cookies and with explicit code comments for any external integrations. If you want, I can scan the remaining truncated portions of src/xhs_creator_finder.py for outbound network calls or feishu integration if you provide the full file.
功能分析
Type: OpenClaw Skill
Name: xiaohongshu-creator-finder
Version: 1.0.1
The skill bundle is a legitimate web scraping tool designed to identify AI creators on the Xiaohongshu platform. It uses Playwright for browser automation and includes a well-documented 'checkpoint' mechanism in `src/xhs_creator_finder.py` and `docs/使用说明书.md` to handle execution timeouts by saving progress to `output/checkpoint.json`. The code focuses on data extraction and local storage (Excel/JSON), with no evidence of data exfiltration, malicious command execution, or prompt injection attempts.
能力评估
Purpose & Capability
Name/description match the code: it uses Playwright to open Chrome, log in (QR scan or cookies), search 小红书 and export results. The included dependencies and setup commands are appropriate for a browser scraper. One oddity: the release bundles a config/cookies.json containing session tokens — while cookies are functionally related (used to authenticate), shipping pre-filled cookies in a skill package from an unknown source is unexpected.
Instruction Scope
SKILL.md explicitly instructs opening Chrome, scanning QR to log in, and saving cookies; the code implements cookie loading/saving, checkpointing, and file exports. The instructions write data to local output/ and persist checkpoint and cookies; they do not (in the provided code) call external endpoints other than xiaohongshu.com. The skill therefore stays within its scraping purpose, but it has broad discretion to read/write local files (cookies, checkpoint, outputs).
Install Mechanism
No remote arbitrary download/install is present; dependencies are standard Python packages (playwright, pandas, openpyxl) and skill.json includes pip/playwright install steps — reasonable for this tool. No hidden download URLs or extract actions were found in provided manifests.
Credentials
The skill requests no environment variables, which is appropriate. However, the package includes config/cookies.json containing many session cookies and tokens (e.g., id_token, web_session). Embedding live session cookies in a distributed skill is disproportionate and risky: anyone running the skill could inherit that account context, and those tokens are sensitive. Docs also mention an optional 'feishu' output target — check whether code actually implements outbound Feishu API calls before trusting the package.
Persistence & Privilege
The skill persistently writes cookies, checkpoint.json, and output files into the skill workspace (config/ and output/). always is false and autonomous invocation is allowed (platform default). Persistent storage is reasonable for a scraper with checkpointing, but combined with bundled cookies it increases the risk surface (stolen/embedded cookies, long-lived checkpoint data).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-creator-finder - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-creator-finder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No user-visible changes in this version.
- Version bump with no modifications to files or documentation.
v1.0.0
- Initial release of 小红书AI创作者识别 Skill.
- Enables automated search and identification of AI animation creators on Xiaohongshu based on customizable rules.
- Supports multi-keyword search, smart filtering by followers and comments, and exports results to Excel/JSON.
- Offers both command and natural language trigger options.
- Includes clear project structure, configuration guidance, and output/file details.
- Provides step-by-step first use instructions and troubleshooting notes.
元数据
常见问题
creator-finder 是什么?
自动搜索并识别小红书平台符合关键词和粉丝评论标准的AI原创动画创作者,支持数据导出Excel或JSON。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 creator-finder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-creator-finder」即可一键安装,无需额外配置。
creator-finder 是免费的吗?
是的,creator-finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
creator-finder 支持哪些平台?
creator-finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 creator-finder?
由 jiubanszd(@jiubanszd)开发并维护,当前版本 v1.0.1。
推荐 Skills