xiaohongshu-recruiter
Original:🇨🇳 Chinese
Translated
2 scriptsChecked / no sensitive code detected
For publishing high-quality AI-related job recruitment posts on Xiaohongshu. Includes automatic generation of geek-style recruitment cover images and detail images, and provides automated publishing scripts. Used when users need to publish recruitment information, look for Agent designers or other AI field talents.
12installs
Sourceiofficeai/aionui
Added on
NPX Install
npx skill4agent add iofficeai/aionui xiaohongshu-recruiterTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Xiaohongshu Recruiter
This skill is designed to help users quickly and professionally publish AI job recruitment information on Xiaohongshu. It generates visual materials that meet geek aesthetics through the "Systemic Flux" design concept, and provides Playwright scripts to achieve semi-automated publishing.
Core Workflow
Simplified Mode (Default)
When the user only gives a one-sentence instruction (such as "Publish a front-end development engineer recruitment information to Xiaohongshu"):
- No longer ask the user for details; the model will automatically complete the recruitment information and copy.
- No need for the user to provide an email or application method; the model automatically adds a default application method of "Contact via private message/comment".
- Automatically generate cover images and detail images, and directly enter the publishing process.
- Automatically open the browser, wait for the user to scan the code to log in, then automatically fill in the image and text information and publish with one click.
1. Information Collection
Confirm with the user (only ask when the user clearly requests or when key information conflicts):
- Job Title (e.g.: Agent Designer)
- Core Responsibilities & Requirements
- Application Email
2. Visual Generation
By default, use the local script to generate images (the large model image generation process is temporarily hidden/disabled).
scripts/generate_images.js- Operation:
(Note: The text configuration in the script can be modified as needed)bash
node scripts/generate_images.js - Output: ,
cover.pngjd_details.png
3. Content Generation
Generate copy that fits Xiaohongshu's tone and save it as .
post_content.txt- Rules: Refer to .
assets/rules.md - Title: <20 characters.
- Body: Include hashtags.
4. Auto Publishing
Use to launch the browser for publishing.
scripts/publish_xiaohongshu.pyPrerequisites:
- Install Playwright:
pip install playwright - Install browser driver:
playwright install chromium
Execution Command:
bash
python3 scripts/publish_xiaohongshu.py "Your Title" "post_content.txt" "cover.png" "jd_details.png"Interaction Process (Simplified One-Click Publishing):
- Observe the browser window: The script has opened the Xiaohongshu Creator Center.
- If the login page appears, scan the code to log in.
- After logging in, the script automatically uploads images and fills in the title and body.
- The script automatically clicks "Publish" to complete the process; the browser remains open for user confirmation.
Resource Files
- assets/design_philosophy.md: Visual design philosophy.
- assets/rules.md: Detailed operation specifications and platform restrictions.
- scripts/generate_images.js: Image generation script.
- scripts/publish_xiaohongshu.py: Automated publishing script.