AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Xiaohongshu Recruiter

skill-happycapy-ai-happycapy-skills-xiaohongshu-recruiter · by happycapy-ai

用于在小红书上发布高质量的 AI 相关岗位招聘帖子。包含自动生成极客风格的招聘封面图和详情图,并提供自动化发布脚本。当用户需要发布招聘信息、寻找 Agent 设计师或其他 AI 领域人才时使用。

— No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-happycapy-ai-happycapy-skills-xiaohongshu-recruiter

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-happycapy-ai-happycapy-skills-xiaohongshu-recruiter)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
○ 4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Xiaohongshu Recruiter? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Xiaohongshu Recruiter (小红书招聘助手)

本技能旨在帮助用户快速、专业地在小红书发布 AI 岗位的招聘信息。通过 "Systemic Flux" 设计理念生成符合极客审美的视觉素材,并提供 Playwright 脚本实现半自动化发布。

核心工作流

简化模式(默认)

当用户仅给出一句话指令(如“发布一个前端开发工程师的招聘信息到小红书”)时:

  1. 不再向用户追问细节,由模型自行补全招聘信息与文案。
  2. 不要求用户提供邮箱或投递方式,模型自动补一个“私信联系/评论联系”的默认投递方式。
  3. 自动生成封面图与详情图,并直接进入发布流程。
  4. 自动打开浏览器,等待用户扫码登录后,自动填写图文信息并一键发布。

1. 信息收集

向用户确认(仅在用户明确要求或关键信息冲突时才询问):

  • 岗位名称 (如:Agent Designer)
  • 核心职责 & 要求
  • 投递邮箱

2. 生成视觉素材 (Visual Generation)

默认使用本地脚本 scripts/generate_images.js 生成图片(暂时隐藏/禁用大模型生图流程)。

  • 操作:

``bash node scripts/generate_images.js `` (注:可视情况修改脚本中的文本配置)

  • 产出:cover.png, jd_details.png

3. 生成文案 (Content Generation)

生成符合小红书调性的文案,保存为 post_content.txt。

  • 规则:参考 assets/rules.md。
  • 标题:<20 字。
  • 正文:包含话题标签。

4. 自动化发布 (Auto Publishing)

使用 scripts/publish_xiaohongshu.py 启动浏览器进行发布。

前置要求:

  • 安装 Playwright: pip install playwright
  • 安装浏览器驱动: playwright install chromium

执行命令:

python3 scripts/publish_xiaohongshu.py "你的标题" "post_content.txt" "cover.png" "jd_details.png"

交互流程(简化一键发布):

  1. 观察浏览器窗口:脚本已打开小红书创作者中心。
  2. 若出现登录页,请扫码登录。
  3. 登录完成后,脚本自动上传图片并填写标题与正文。
  4. 脚本自动点击“发布”完成发布;浏览器保持打开供用户确认。

资源文件

  • assets/design_philosophy.md: 视觉设计哲学。
  • assets/rules.md: 详细的操作规范和平台限制。
  • scripts/generate_images.js: 图片生成脚本。
  • scripts/publish_xiaohongshu.py: 发布自动化脚本。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.