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
Added on

NPX Install

npx skill4agent add iofficeai/aionui xiaohongshu-recruiter

SKILL.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"):
  1. No longer ask the user for details; the model will automatically complete the recruitment information and copy.
  2. 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".
  3. Automatically generate cover images and detail images, and directly enter the publishing process.
  4. 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
scripts/generate_images.js
to generate images (the large model image generation process is temporarily hidden/disabled).
  • Operation:
    bash
    node scripts/generate_images.js
    (Note: The text configuration in the script can be modified as needed)
  • Output:
    cover.png
    ,
    jd_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
scripts/publish_xiaohongshu.py
to launch the browser for publishing.
Prerequisites:
  • 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):
  1. Observe the browser window: The script has opened the Xiaohongshu Creator Center.
  2. If the login page appears, scan the code to log in.
  3. After logging in, the script automatically uploads images and fills in the title and body.
  4. 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.