用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/iOfficeAI/AionCore --skill xiaohongshu-recruiter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | xiaohongshu-recruiter |
| description | 用于在小红书上发布高质量的 AI 相关岗位招聘帖子。包含自动生成极客风格的招聘封面图和详情图,并提供自动化发布脚本。当用户需要发布招聘信息、寻找 Agent 设计师或其他 AI 领域人才时使用。 |
⚠️ Platform note — read before running any command. The command examples here are written for macOS / Linux. On Windows: run
python(orpy) instead ofpython3, use$env:USERPROFILE\…and backslashes instead of~/…, and translate any shell pipes/redirects (|,>,&&) to their PowerShell equivalents before running. The scripts themselves are cross-platform; only the way you invoke them differs.
本技能旨在帮助用户快速、专业地在小红书发布 AI 岗位的招聘信息。通过 "Systemic Flux" 设计理念生成符合极客审美的视觉素材,并提供 Playwright 脚本实现半自动化发布。
当用户仅给出一句话指令(如“发布一个前端开发工程师的招聘信息到小红书”)时:
向用户确认(仅在用户明确要求或关键信息冲突时才询问):
默认使用本地脚本 scripts/generate_images.js 生成图片(暂时隐藏/禁用大模型生图流程)。
node scripts/generate_images.js
(注:可视情况修改脚本中的文本配置)cover.png, jd_details.png生成符合小红书调性的文案,保存为 post_content.txt。
assets/rules.md。使用 scripts/publish_xiaohongshu.py 启动浏览器进行发布。
前置要求:
pip install playwrightplaywright install chromium执行命令:
python3 scripts/publish_xiaohongshu.py "你的标题" "post_content.txt" "cover.png" "jd_details.png"
交互流程(简化一键发布):