Interview Coach
v1.1.0When user asks for interview prep, mock interview, practice questions, behavioral questions, technical interview, HR round, salary negotiation, STAR method,...
⭐ 4· 1.3k·3 current·3 all-time
byManish Pareek@mkpareek0315
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description (interview prep, mock interviews, feedback, STAR method, salary negotiation) align with the runtime instructions. The only requested capabilities are local read/write and a simple exec to create a directory, which are reasonable for storing user profiles, history, and saved answers.
Instruction Scope
SKILL.md clearly confines file I/O to ~/.openclaw/interview-coach and specifies the files it will create/read/write (profile.json, history.json, weak_areas.json, saved_answers.json). It explicitly states it makes no network requests or external API calls. There is no instruction to read system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill. That minimizes code/install risk because nothing is written beyond the specified local data files.
Credentials
The skill requires no environment variables, credentials, or external config paths. The declared need for exec (+ read/write) is proportionate to the directory creation and local file persistence it describes.
Persistence & Privilege
The skill stores persistent data under the user's home (~/.openclaw/interview-coach) which is consistent with its purpose. It does not request always:true or elevated system-wide privileges. The main persistent effect is local files containing user profile and practice history.
Assessment
This skill appears coherent: it only stores interview-related data locally and does not request network access or credentials. Before installing, confirm your platform enforces the promised sandboxing (so the agent cannot make external network calls), and be aware the skill will write persistent files in your home directory (~/.openclaw/interview-coach). If you prefer not to persist answers or personal profile data, ask the skill to run without saving or periodically delete those files. If you have strict privacy requirements, review the created files' contents after first run and limit any sensitive details you enter (e.g., exact salary numbers or confidential employer information).Like a lobster shell, security has layers — review code before you run it.
latestvk97b61reza0f9n5635b5njvxsx81nrqv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎤 Clawdis
