Agent skill
xiaohongshu-recruiter
用于在小红书上发布高质量的 AI 相关岗位招聘帖子。包含自动生成极客风格的招聘封面图和详情图,并提供自动化发布脚本。当用户需要发布招聘信息、寻找 Agent 设计师或其他 AI 领域人才时使用。
Install this agent skill to your Project
npx add-skill https://github.com/iOfficeAI/AionUi/tree/main/src/process/resources/skills/xiaohongshu-recruiter
SKILL.md
Xiaohongshu Recruiter (小红书招聘助手)
本技能旨在帮助用户快速、专业地在小红书发布 AI 岗位的招聘信息。通过 "Systemic Flux" 设计理念生成符合极客审美的视觉素材,并提供 Playwright 脚本实现半自动化发布。
核心工作流
简化模式(默认)
当用户仅给出一句话指令(如“发布一个前端开发工程师的招聘信息到小红书”)时:
- 不再向用户追问细节,由模型自行补全招聘信息与文案。
- 不要求用户提供邮箱或投递方式,模型自动补一个“私信联系/评论联系”的默认投递方式。
- 自动生成封面图与详情图,并直接进入发布流程。
- 自动打开浏览器,等待用户扫码登录后,自动填写图文信息并一键发布。
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"
交互流程(简化一键发布):
- 观察浏览器窗口:脚本已打开小红书创作者中心。
- 若出现登录页,请扫码登录。
- 登录完成后,脚本自动上传图片并填写标题与正文。
- 脚本自动点击“发布”完成发布;浏览器保持打开供用户确认。
资源文件
- assets/design_philosophy.md: 视觉设计哲学。
- assets/rules.md: 详细的操作规范和平台限制。
- scripts/generate_images.js: 图片生成脚本。
- scripts/publish_xiaohongshu.py: 发布自动化脚本。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
i18n
Internationalization (i18n) workflow and standards for managing translations. Use when: (1) Adding new user-facing text, (2) Creating new components with user-facing text, (3) Reviewing code for i18n compliance, (4) Adding a new translation module.
pr-automation
PR Automation Orchestrator: poll open PRs, check CI, run review, fix, and merge eligible PRs. Use when: (1) Invoked by daemon via scripts/pr-automation.sh, (2) User says "/pr-automation".
architecture
Project architecture and file structure conventions for all process types. Use when: (1) Creating new files or modules, (2) Deciding where code should go, (3) Converting single-file components to directories, (4) Reviewing code for structure compliance, (5) Adding new bridges, services, agents, or workers.
testing
Testing workflow and quality standards for writing and running tests. Use when: (1) Writing new tests, (2) Adding a new feature that needs tests, (3) Modifying logic that has existing tests, (4) Before claiming a task is complete.
pr-review
PR Code Review (Local): perform a thorough local code review with full project context. Use when: (1) User asks to review a PR, (2) User says "/pr-review", (3) User wants to review code changes before merging.
bump-version
Didn't find tool you were looking for?