← Back to Skills Marketplace
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install residency-interview-prep
Description
Mock interview preparation tool for residency Match interviews. Generates.
Usage Guidance
This skill appears coherent and low-risk, but before installing: (1) review the small script yourself (it’s short and readable) and run it in a sandbox/isolated workspace to confirm behavior; (2) avoid feeding real patient-identifiable or sensitive data into the skill (it prints outputs to workspace); (3) note the SKILL.md mentions file I/O and a CONFIG block that the script does not actually use—if you expect file-based operation, update the code or the docs accordingly; (4) ensure you have Python 3.10+ available; and (5) if you plan to extend the skill (add network calls or saving user data), require explicit review of added code and any credentials those features need.
Capability Analysis
Type: OpenClaw Skill
Name: residency-interview-prep
Version: 1.0.0
The skill bundle is a straightforward residency interview preparation tool. The Python script (scripts/main.py) contains a hardcoded question bank and logic to randomly select questions based on categories like behavioral or clinical scenarios, with no network or sensitive file system access. The instructions in SKILL.md are well-aligned with the stated purpose and include appropriate safety guidelines and error handling without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and scripts/main.py all align: the package generates interview questions, structures, key points, and pitfalls. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs running scripts/main.py and validating inputs, which is appropriate. The doc mentions reading/writing input/output files, an in-file CONFIG block, and sandboxing guidance, but the packaged script as provided only prints JSON to stdout and does not read or write files or use a CONFIG. This is a minor mismatch (documentation is more permissive than implementation) but not malicious.
Install Mechanism
No install spec; instruction-only with a small Python script. Requires Python 3.10+ only and no third-party packages — proportionate and low-risk.
Credentials
No required environment variables, credentials, or config paths declared or used. The script does not access environment secrets.
Persistence & Privilege
always is false, the skill is user-invocable, and the skill does not request persistent privileges or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install residency-interview-prep - After installation, invoke the skill by name or use
/residency-interview-prep - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of residency-interview-prep skill:
- Provides a mock interview preparation tool for residency Match interviews (NRMP).
- Generates behavioral, clinical, program-specific, and ethical questions with structured feedback.
- Outputs a standardized JSON format including suggested response structure, key points, and common pitfalls.
- Includes input validation, error handling routines, and fallback paths for missing information.
- No external dependencies required; runs via `scripts/main.py`.
- Reference materials and security checklists included for audit-readiness and reproducibility.
Metadata
Frequently Asked Questions
What is Residency Interview Prep?
Mock interview preparation tool for residency Match interviews. Generates. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install Residency Interview Prep?
Run "/install residency-interview-prep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Residency Interview Prep free?
Yes, Residency Interview Prep is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Residency Interview Prep support?
Residency Interview Prep is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Residency Interview Prep?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills