← 返回 Skills 市场
jiubanszd

outreach

作者 jiubanszd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
175
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-creator-outreach
功能描述
自动在小红书创作者最新作品下发布引导评论,促进关注或查看私信,支持网页版,操作风险低且可批量执行。
安全使用建议
What to check before installing/use: - Confirm the private-message behavior: SKILL.md says web private messages are not supported, but the package contains code to send private messages. Decide whether you intend to allow DM sending or only comment posting. - Session cookies are required: the skill loads a local .xiaohongshu_cookies.json and will reuse cookies from a 'creator-finder' skill folder. Treat that file as highly sensitive—only provide cookies from an account you control and are willing to automate. Do not reuse cookies from high-privilege accounts. - Inspect the cookie file and input Excel before running to ensure they contain only the data you expect. The bot will read creators_*.xlsx from a shared skill workspace path (~/.openclaw/.../xiaohongshu-creator-finder/output) if present. - Test in a safe environment first (non-critical account) and with low daily_limit to verify selectors and behavior; automated posting can lead to platform action if misconfigured. - Review platform Terms of Service and spam/promotion rules; automated outreach may violate rules and risk account suspension. If you want, I can point out exactly where the code reads cookies and input paths, and suggest small code edits to limit the input paths or require an explicit cookie path to make use safer.
功能分析
Type: OpenClaw Skill Name: xiaohongshu-creator-outreach Version: 1.0.0 The skill bundle is a legitimate automation tool designed for Xiaohongshu (XHS) creator outreach. It uses Playwright to automate browser interactions such as navigating to profiles, finding recent posts, and posting comments or direct messages. The code in `src/comment_bot.py` and `src/outreach_bot.py` implements human-like behaviors (random delays, mouse movements, and staggered typing) to avoid platform detection. While it accesses local session cookies and files within the user's home directory (`~/.openclaw`), it does so only to maintain the user's own session for the stated purpose, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The skill's name/README emphasize web comments, but skill.json description and src/outreach_bot.py also implement private-message (私信) sending. SKILL.md explicitly states private messages are not supported on web and prefers comments, yet code contains a full outreach_bot that tries to find and click '私信' buttons and construct message flows. This internal inconsistency could be benign (two related modes included) but is incoherent and worth confirming with the author.
Instruction Scope
Runtime instructions and code read local files: creators_*.xlsx under a xiaohongshu-creator-finder output directory and a cookie file (.xiaohongshu_cookies.json). The SKILL.md mentions cookie reuse but does not fully document cookie file location or format. The bot will navigate arbitrary creator URLs and drive the browser to post content. No network exfiltration to third-party endpoints is present, but the skill will reuse session cookies and read another skill's output—this crosses skill boundaries and should be confirmed.
Install Mechanism
No installer downloads are embedded; dependencies are standard Python packages (playwright, pandas, openpyxl, rich). The skill is instruction/code-only and does not pull arbitrary remote archives or run external installers beyond the standard 'pip install' and 'playwright install chromium' the README suggests.
Credentials
No environment variables or external credentials are requested, which limits exposure. However the skill expects and loads a local cookies file (session cookies) and will look for another skill's output directory (~/.openclaw/.../xiaohongshu-creator-finder/output). Session cookies are sensitive (they can grant account access) and reading another skill's output implies cross-skill data access—both are explainable by the task but are sensitive and should be approved by the user.
Persistence & Privilege
The skill does not request 'always: true' and does not attempt to modify other skills' configurations. It writes logs and progress files under its own workspace/output and config folders only. Autonomous invocation is allowed (platform default) but not by itself a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaohongshu-creator-outreach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaohongshu-creator-outreach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
xiaohongshu-creator-outreach 1.0.0 - Initial release - Automates commenting on the latest posts of XiaoHongShu creators to drive outreach or direct messages. - Fully supports web version; uses comments instead of private messages for lower risk. - Reads creator data from Excel files generated by xiaohongshu-creator-finder. - Configurable comment template, rate limit, and delay between actions. - Outputs comment logs and progress tracking files. - Provides clear setup, configuration, and usage instructions.
元数据
Slug xiaohongshu-creator-outreach
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

outreach 是什么?

自动在小红书创作者最新作品下发布引导评论,促进关注或查看私信,支持网页版,操作风险低且可批量执行。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。

如何安装 outreach?

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

outreach 是免费的吗?

是的,outreach 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

outreach 支持哪些平台?

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

谁开发了 outreach?

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

💬 留言讨论