Voice & style·Sales & CRM

Xiaohongshu AI Recruiter

Automates the creation and publishing of geek-styled AI job recruitment posts on Xiaohongshu using browser automation.

You say
Install this skill Read the source first Free Written by iOfficeAI · unverified publisher
Context cost
8.6k tokensestimated from the bundle, loaded when it triggers
Bundle
6 files · 34.2 kB2 scripts among them — read before you run
Licence
Apache-2.0free to use
Last change
no release on file
Servers it uses
Noneruns standalone

What it does

用于在小红书上发布高质量的 AI 相关岗位招聘帖子。包含自动生成极客风格的招聘封面图和详情图,并提供自动化发布脚本。当用户需要发布招聘信息、寻找 Agent 设计师或其他 AI 领域人才时使用。

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Voice & style

Changes how the agent writes and reviews.

social media
Filed under

Sales & CRM

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md2.8 kB · 76 lines
--- name: xiaohongshu-recruiter description: 用于在小红书上发布高质量的 AI 相关岗位招聘帖子。包含自动生成极客风格的招聘封面图和详情图,并提供自动化发布脚本。当用户需要发布招聘信息、寻找 Agent 设计师或其他 AI 领域人才时使用。 ---
6# Xiaohongshu Recruiter (小红书招聘助手)
7
8本技能旨在帮助用户快速、专业地在小红书发布 AI 岗位的招聘信息。通过 "Systemic Flux" 设计理念生成符合极客审美的视觉素材,并提供 Playwright 脚本实现半自动化发布。
9
10## 核心工作流
11
12### 简化模式(默认)
13
14当用户仅给出一句话指令(如“发布一个前端开发工程师的招聘信息到小红书”)时:
15
161. 不再向用户追问细节,由模型自行补全招聘信息与文案。
172. 不要求用户提供邮箱或投递方式,模型自动补一个“私信联系/评论联系”的默认投递方式。
183. 自动生成封面图与详情图,并直接进入发布流程。
194. 自动打开浏览器,等待用户扫码登录后,自动填写图文信息并一键发布。
20
21### 1. 信息收集
22
23向用户确认(仅在用户明确要求或关键信息冲突时才询问):
24
25- **岗位名称** (如:Agent Designer)
26- **核心职责 & 要求**
27- **投递邮箱**
28
29### 2. 生成视觉素材 (Visual Generation)
30
31默认使用本地脚本 scripts/generate_images.js 生成图片(暂时隐藏/禁用大模型生图流程)。
32
33- **操作**:
34 ```bash
35 node scripts/generate_images.js
36 ```
37 _(注:可视情况修改脚本中的文本配置)_
38- **产出**:cover.png, jd_details.png
39
40### 3. 生成文案 (Content Generation)
41
42生成符合小红书调性的文案,保存为 post_content.txt
43
44- **规则**:参考 assets/rules.md
45- **标题**:<20 字。
46- **正文**:包含话题标签。
47
48### 4. 自动化发布 (Auto Publishing)
49
50使用 scripts/publish_xiaohongshu.py 启动浏览器进行发布。
51
52**前置要求**:
53
54- 安装 Playwright: pip install playwright
55- 安装浏览器驱动: playwright install chromium
56
57**执行命令**:
58
59```bash
60python3 scripts/publish_xiaohongshu.py "你的标题" "post_content.txt" "cover.png" "jd_details.png"
61```
62
63**交互流程(简化一键发布)**:
64
651. 观察浏览器窗口:脚本已打开小红书创作者中心。
662. 若出现登录页,请扫码登录。
673. 登录完成后,脚本自动上传图片并填写标题与正文。
684. 脚本自动点击“发布”完成发布;浏览器保持打开供用户确认。
69
70## 资源文件
71
72- **assets/design_philosophy.md**: 视觉设计哲学。
73- **assets/rules.md**: 详细的操作规范和平台限制。
74- **scripts/generate_images.js**: 图片生成脚本。
75- **scripts/publish_xiaohongshu.py**: 发布自动化脚本。
76
In the file
SKILL.md136 words
Files6
LicenceApache-2.0
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈40
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
8,510
on trigger
The instruction body and 5 supporting files, read only when the skill fires.
4.3%
of a 200k window
Ten skills this size would take about 43% of the window before you open a file.
050k100k150k200k context window

8.6k tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Heavy. Teams tend to install this one per project rather than globally, and load it only when the job comes up.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It writes no files and reaches no network. All it changes is how the model reasons and writes.

What it asks for
Writes filesno
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

6 files, 34.2 kB on disk. Mostly text — the instructions the model reads — with 2 scripts in it that your client would run only if the instructions tell it to.

  • SKILL.md2.8 kB
  • assets/design_philosophy.md2.4 kB
  • assets/rules.md3.8 kB
  • references/api_reference.md1.0 kB
  • scripts/generate_images.js8.8 kB
  • scripts/publish_xiaohongshu.py15.4 kB
What is not in it

A skill installs nothing and depends on nothing: it is a folder your client reads. This one carries 2 scripts beside the text, so the bundle is 6 files you can review in full before installing. The Apache-2.0 licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

# Xiaohongshu AI Recruiter · 8.6k tokens when loaded npx mcprush@latest skill add iofficeai/xiaohongshu-ai-recruiter

Writes to .claude/skills/xiaohongshu-ai-recruiter/ in the current project. Add --global to put it in your home directory instead, for every project.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Versionnot versioned
Publishedno release date on file
PriceFree
Referenceiofficeai/xiaohongshu-ai-recruiter

Versions

Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v
  • No earlier releases have been published to the marketplace.
Pinning

Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Who wrote it

IO
iOfficeAI

Publishes on mcprush.

0 servers listed3 skills listednot claimed
Profile
Publisher
Servers0
Claim this skill