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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/amruthpillai/resume-builderWhat This Skill Does
The resume-builder skill transforms OpenClaw into a professional career assistant specifically tailored for the Reactive Resume platform. It manages the complex process of creating, editing, and formatting resumes by walking users through a structured information-gathering workflow. The skill ensures that all generated output is compliant with the Reactive Resume JSON schema, meaning the files you produce can be imported directly into the application without manual editing. It handles section management, including professional experience, education, skills, and custom sections like volunteer work or certifications, while enforcing best practices for resume writing such as quantification of achievements and the use of strong action verbs.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/amruthpillai/resume-builder
Ensure that you have the latest version of OpenClaw installed to maintain compatibility with the underlying schema requirements.
Use Cases
This skill is perfect for job seekers looking to build their first professional CV, professionals updating their current resume to target specific job descriptions, or students organizing their academic projects and volunteer history. It is particularly useful when you need to standardize your resume content across different layouts or when you want to convert raw notes into a polished, machine-readable resume format.
Example Prompts
- "I need to update my resume for a Senior Software Engineer role. Can you help me organize my experience section starting from my most recent job at TechCorp?"
- "I am a recent graduate and need to build a resume. Can you help me structure my education and projects sections to highlight my technical skills?"
- "Please help me format my skills section into categories and suggest how to list my proficiency levels for Python, React, and AWS."
Tips & Limitations
To get the best results, always be as specific as possible with your career dates, responsibilities, and project metrics. The skill is designed to prevent hallucinations, so if you provide vague input, it will pause to ask for clarification rather than inventing details. Note that while this skill excels at content structure and schema generation, it does not browse the live web to research company details; all content must originate from the user. Always verify the exported JSON in the Reactive Resume builder preview to ensure the layout matches your personal aesthetic preferences.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-amruthpillai-resume-builder": {
"enabled": true,
"auto_update": true
}
}
}