x-recruiter
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseX Recruiter (X 招聘助手)
X Recruiter (X Recruitment Assistant)
本技能用于快速在 X 发布招聘信息,包含文案规则、封面/详情图提示与自动化发布脚本。
This skill is used to quickly publish recruitment information on X, including copywriting rules, cover/detail image prompts and automated publishing scripts.
核心工作流
Core Workflow
1. 信息收集
1. Information Collection
向用户确认:
- 岗位名称
- 核心职责 & 要求
- 投递邮箱/链接
Confirm with the user:
- Job Title
- Core Responsibilities & Requirements
- Application Email/Link
2. 生成视觉素材
2. Generate Visual Materials
使用 生成图片。
scripts/generate_images.js- 操作:
bash
node scripts/generate_images.js - 产出:,
cover.pngjd_details.png
Use to generate images.
scripts/generate_images.js- Operation:
bash
node scripts/generate_images.js - Output: ,
cover.pngjd_details.png
3. 生成文案
3. Generate Copy
生成符合 X 调性的文案,控制在 280 字符内。
- 规则:参考 。
assets/rules.md - 要求:简洁、清晰、带核心职责与投递方式。
Generate copy that conforms to X's style, with length controlled within 280 characters.
- Rules: Refer to .
assets/rules.md - Requirements: Concise, clear, with core responsibilities and application methods included.
4. 自动化发布
4. Automated Publishing
使用 启动浏览器进行发布。
scripts/publish_x.py前置要求:
- 安装 Playwright:
pip install playwright - 安装浏览器驱动:
playwright install chromium
执行命令:
bash
python3 scripts/publish_x.py "post_content.txt" "cover.png" "jd_details.png"交互流程(更清晰的步骤说明):
- 观察浏览器窗口:脚本已打开 X 首页或发帖页。
- 若出现登录页,请完成登录。
- 登录完成后,脚本会自动填充文案与图片。
- 请在浏览器中检查内容,确认无误后点击“Post”。
Use to launch the browser for publishing.
scripts/publish_x.pyPrerequisites:
- Install Playwright:
pip install playwright - Install browser driver:
playwright install chromium
Execution Command:
bash
python3 scripts/publish_x.py "post_content.txt" "cover.png" "jd_details.png"Interactive Process (Clearer Step Instructions):
- Observe the browser window: The script has opened the X homepage or posting page.
- If the login page appears, complete the login process.
- After login is completed, the script will automatically fill in the copy and images.
- Please check the content in the browser, and click "Post" after confirming there are no errors.
资源文件
Resource Files
- assets/rules.md: 文案规则与限制。
- assets/design_philosophy.md: 视觉风格指南。
- scripts/generate_images.js: 图片生成脚本。
- scripts/publish_x.py: 发布自动化脚本。
- assets/rules.md: Copywriting rules and restrictions.
- assets/design_philosophy.md: Visual style guide.
- scripts/generate_images.js: Image generation script.
- scripts/publish_x.py: Publishing automation script.