← Back to Skills Marketplace
jiubanszd

outreach

by jiubanszd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
175
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-creator-outreach
Description
自动在小红书创作者最新作品下发布引导评论,促进关注或查看私信,支持网页版,操作风险低且可批量执行。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-creator-outreach
  3. After installation, invoke the skill by name or use /xiaohongshu-creator-outreach
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug xiaohongshu-creator-outreach
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is outreach?

自动在小红书创作者最新作品下发布引导评论,促进关注或查看私信,支持网页版,操作风险低且可批量执行。 It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.

How do I install outreach?

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

Is outreach free?

Yes, outreach is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does outreach support?

outreach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created outreach?

It is built and maintained by jiubanszd (@jiubanszd); the current version is v1.0.0.

💬 Comments