Resume Builder
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is coherent for resume building, but users should notice that it persistently stores personal resume data locally and may create a local data directory on first use.
This appears appropriate for a local resume-building skill. Before installing, be aware that your resume profile, cover letters, and tailored versions may be saved under ~/.openclaw/resume-builder/; review or delete that directory if you want to remove the stored data.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your personal resume details may remain saved on the device after the conversation and could be reused in later resume tasks.
The skill stores personal resume/contact information in persistent local files for reuse across resume-building tasks.
"email", "phone", "location", "linkedin" ... All data stored under `~/.openclaw/resume-builder/`: `profile.json` — master resume data
Only provide information you are comfortable storing locally, and delete or review ~/.openclaw/resume-builder/ if you no longer want the data retained.
The skill may create a new folder in your home directory to store resume data.
The skill documents a local shell command for first-run setup. It is limited to creating the skill's data directory and is aligned with the local-storage purpose.
On first message, create data directory: `mkdir -p ~/.openclaw/resume-builder` ... `exec`: To create data directory
Allow the setup only if you are comfortable with a local ~/.openclaw/resume-builder/ directory; no broader shell activity is evidenced.
