xiaohongshu-recruiter

Generate recruitment images and publish AI job postings to Xiaohongshu.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill xiaohongshu-recruiter-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohongshu-recruiter
Source: https://github.com/gerald-ica/opencode-config-snapshot/tree/main/opencode/skills/xiaohongshu-recruiter
Command: npx skills add https://github.com/gerald-ica/opencode-config-snapshot --skill xiaohongshu-recruiter-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires canvas, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill helps organizations publish AI-related job postings on Xiaohongshu with automatically generated geek-style cover and detail images, plus an automation publishing script to streamline recruitment on the platform.

Core Features & Use Cases

  • Visual generation: uses local scripts to create cover.png and jd_details.png following the Systemic Flux design.
  • Copy & content: generates platform-ready recruitment copy and supports hashtags and a concise title.
  • Auto publishing: provides Playwright/Python-based automation to fill fields and publish after login.
  • Resource kit: includes assets and references to guide usage.

Quick Start

Run node scripts/generate_images.js to create cover.png and jd_details.png, then edit or supply the recruitment text and run python3 scripts/publish_xiaohongshu.py '<title>' '<content>' 'cover.png' 'jd_details.png' to publish.

Frequently Asked Questions about xiaohongshu-recruiter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recruitment posting on Xiaohongshu?

Xiaohongshu recruitment posting is automated using a Python and Playwright script that logs in, fills content fields, applies hashtags, and publishes job postings automatically.

Can I automatically generate cover images for Xiaohongshu job postings?

Cover images for Xiaohongshu job postings are generated automatically using a local Node.js script that creates cover.png and jd_details.png files following the Systemic Flux design.

Do I need Node.js and Python to publish Xiaohongshu recruitment content?

Node.js and Python are required for Xiaohongshu recruitment automation. Node.js generates the visual assets, while Python with Playwright handles the automated browser publishing pipeline.

What is the best way to add seeded hashtags to automated Xiaohongshu posts?

Seeded hashtags for Xiaohongshu posts are integrated through the automated publishing script, which injects platform-ready recruitment copy and hashtags to improve content reach.

How does the Playwright automation handle login for Xiaohongshu publishing?

Playwright automation handles Xiaohongshu login by launching a browser session to manage authentication state before proceeding to fill fields and publish the recruitment content.

Are there limitations to using Playwright for Xiaohongshu content automation?

Playwright limitations for Xiaohongshu automation include potential login state management issues and reliance on local execution environments to run the Node.js and Python scripts.