← 返回 Skills 市场
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install residency-interview-prep
功能描述
Mock interview preparation tool for residency Match interviews. Generates.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install residency-interview-prep - 安装完成后,直接呼叫该 Skill 的名称或使用
/residency-interview-prep触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Residency Interview Prep 是什么?
Mock interview preparation tool for residency Match interviews. Generates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Residency Interview Prep?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install residency-interview-prep」即可一键安装,无需额外配置。
Residency Interview Prep 是免费的吗?
是的,Residency Interview Prep 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Residency Interview Prep 支持哪些平台?
Residency Interview Prep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Residency Interview Prep?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills