Interview Coach
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: interview-coach-ai Version: 1.1.0 The skill explicitly states that 'All data stays local — NO external API calls, NO network requests, NO data sent to any server,' and its instructions consistently adhere to this claim. The only `exec` command is `mkdir -p` for setting up its dedicated local data directory (`~/.openclaw/interview-coach/`), and all file operations are confined to this directory. There are no instructions for network communication, reading sensitive system files, or any form of prompt injection aimed at subverting the agent for malicious purposes. The requested `read` and `write` permissions, while broad, are used strictly for the stated purpose of managing local user profile and practice data.
Findings (0)
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.
The skill may create a local folder in your home directory to store its interview-coaching data.
The skill instructs the agent to run a local shell command on first use. The command is simple, scoped to creating the skill's own data directory, and consistent with the stated purpose.
On first message, create data directory: ```bash mkdir -p ~/.openclaw/interview-coach ```
Only install if you are comfortable with the skill creating and using ~/.openclaw/interview-coach/; no elevated permissions are indicated.
Your interview targets, practice history, saved answers, and feedback may remain on the local device across sessions.
The skill keeps persistent local records about the user's interview goals, practice answers, scores, and improvement areas. This is purpose-aligned and clearly disclosed, but users should notice that personal career-preparation data will be saved.
All data stored under `~/.openclaw/interview-coach/`: - `profile.json` — user profile, target role, stats - `history.json` — past practice sessions and scores - `weak_areas.json` — areas needing improvement - `saved_answers.json` — user's best answers saved
Review or delete ~/.openclaw/interview-coach/ if you no longer want the skill to retain your interview-preparation history.
