Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install resume-builder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install resume-builder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/resume-builder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: resume-builder description: Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me. ---
Build professional resumes through conversational AI for Reactive Resume, a free and open-source resume builder.
Ask for essential details first, unless the user has already provided them:
For each section the user wants to include, gather specific details. Never invent dates, company names, or achievements.
Experience: company, position, location, period (e.g., "Jan 2020 - Present"), description of responsibilities/achievements
Education: school, degree, area of study, grade (optional), location, period
Skills: name, proficiency level (Beginner/Intermediate/Advanced/Expert), keywords
Projects: name, period, website (optional), description
Other sections: languages, certifications, awards, publications, volunteer work, interests, references
Ask about preferences:
Output must conform to the Reactive Resume schema. See references/schema.md for the complete schema structure.
Key requirements:
id fields must be valid UUIDsurl and label propertiesrgba(r, g, b, a) formatShare these tips when helping users craft their resume content:
For most professionals:
For students/recent graduates:
When generating the resume, output a complete JSON object that conforms to the Reactive Resume schema. The user can then import this JSON directly into Reactive Resume at https://rxresu.me.
Example minimal structure:
{
"picture": { "hidden": true, "url": "", "size": 80, "rotation": 0, "aspectRatio": 1, "borderRadius": 0, "borderColor": "rgba(0, 0, 0, 0.5)", "borderWidth": 0, "shadowColor": "rgba(0, 0, 0, 0.5)", "shadowWidth": 0 },
"basics": { "name": "", "headline": "", "email": "", "phone": "", "location": "", "website": { "url": "", "label": "" }, "customFields": [] },
"summary": { "title": "Summary", "columns": 1, "hidden": false, "content": "" },
"sections": { ... },
"customSections": [],
"metadata": { "template": "onyx", "layout": { ... }, ... }
}
For the complete schema, see references/schema.md.
When information is missing, ask specific questions:
Avoid compound questions. Ask one thing at a time for clarity.
安装 Resume Builder 后,可以对 AI 说这些话来触发它
Help me get started with Resume Builder
Explains what Resume Builder does, walks through the setup, and runs a quick demo based on your current project
Use Resume Builder to generate professional resumes that conform to the Reactive Resume s...
Invokes Resume Builder with the right parameters and returns the result directly in the conversation
What can I do with Resume Builder in my developer & devops workflow?
Lists the top use cases for Resume Builder, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/resume-builder/ 目录(个人级,所有项目可用),或 .claude/skills/resume-builder/(项目级)。重启 AI 客户端后,用 /resume-builder 主动调用,或让 AI 根据上下文自动发现并使用。
Resume Builder 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Resume Builder 可免费安装使用。请查阅仓库了解许可证信息。
Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.
Resume Builder 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Resume Builder
Identifies repetitive steps in your workflow and sets up Resume Builder to handle them automatically