用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/iOfficeAI/AionCore --skill x-recruiter命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Configure AionUi itself with the bundled aioncore CLI. Use when asked to set up or change assistants, assistant rules, skills, MCP servers, model providers, agents, scheduled tasks, or settings.
Create, analyze, proofread, and modify Office documents (.docx, .xlsx, .pptx) with the officecli CLI. Use when the user wants to build, inspect, check formatting, or chart a Word/Excel/PPT file.
Guide for creating effective skills. Use when the user wants to create a new skill or update an existing one to extend Claude with specialized knowledge, workflows, or tool integrations.
基于 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"
交互流程(更清晰的步骤说明):