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.

What this means

Your personal resume details may remain saved on the device after the conversation and could be reused in later resume tasks.

Why it was flagged

The skill stores personal resume/contact information in persistent local files for reuse across resume-building tasks.

Skill content
"email", "phone", "location", "linkedin" ... All data stored under `~/.openclaw/resume-builder/`: `profile.json` — master resume data
Recommendation

Only provide information you are comfortable storing locally, and delete or review ~/.openclaw/resume-builder/ if you no longer want the data retained.

What this means

The skill may create a new folder in your home directory to store resume data.

Why it was flagged

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.

Skill content
On first message, create data directory: `mkdir -p ~/.openclaw/resume-builder` ... `exec`: To create data directory
Recommendation

Allow the setup only if you are comfortable with a local ~/.openclaw/resume-builder/ directory; no broader shell activity is evidenced.