Agent skill
x-recruiter
用于在 X (x.com) 发布招聘帖子。包含文案规范、图片生成提示和自动化发布脚本。发布 AI 相关岗位或设计类岗位时优先使用。
Install this agent skill to your Project
npx add-skill https://github.com/iOfficeAI/AionUi/tree/main/src/process/resources/skills/x-recruiter
SKILL.md
X Recruiter (X 招聘助手)
本技能用于快速在 X 发布招聘信息,包含文案规则、封面/详情图提示与自动化发布脚本。
核心工作流
1. 信息收集
向用户确认:
- 岗位名称
- 核心职责 & 要求
- 投递邮箱/链接
2. 生成视觉素材
使用 scripts/generate_images.js 生成图片。
- 操作:
bash
node scripts/generate_images.js - 产出:
cover.png,jd_details.png
3. 生成文案
生成符合 X 调性的文案,控制在 280 字符内。
- 规则:参考
assets/rules.md。 - 要求:简洁、清晰、带核心职责与投递方式。
4. 自动化发布
使用 scripts/publish_x.py 启动浏览器进行发布。
前置要求:
- 安装 Playwright:
pip install playwright - 安装浏览器驱动:
playwright install chromium
执行命令:
python3 scripts/publish_x.py "post_content.txt" "cover.png" "jd_details.png"
交互流程(更清晰的步骤说明):
- 观察浏览器窗口:脚本已打开 X 首页或发帖页。
- 若出现登录页,请完成登录。
- 登录完成后,脚本会自动填充文案与图片。
- 请在浏览器中检查内容,确认无误后点击“Post”。
资源文件
- assets/rules.md: 文案规则与限制。
- assets/design_philosophy.md: 视觉风格指南。
- scripts/generate_images.js: 图片生成脚本。
- scripts/publish_x.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?