用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/iOfficeAI/AionCore --skill x-recruiter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | x-recruiter |
| description | 用于在 X (x.com) 发布招聘帖子。包含文案规范、图片生成提示和自动化发布脚本。发布 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.
本技能用于快速在 X 发布招聘信息,包含文案规则、封面/详情图提示与自动化发布脚本。
向用户确认:
使用 scripts/generate_images.js 生成图片。
node scripts/generate_images.js
cover.png, jd_details.png生成符合 X 调性的文案,控制在 280 字符内。
assets/rules.md。使用 scripts/publish_x.py 启动浏览器进行发布。
前置要求:
pip install playwrightplaywright install chromium执行命令:
python3 scripts/publish_x.py "post_content.txt" "cover.png" "jd_details.png"
交互流程(更清晰的步骤说明):