← 返回 Skills 市场
455
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install interview-assistant
功能描述
结构化面试助手 - 基于 JD 和简历生成 STAR 面试题库
使用说明 (SKILL.md)
结构化面试助手技能
技能概述
结构化面试助手是一个专业的 HR 工具,融合行为面试法和 STAR 原则,支持 JD+简历对比分析,生成针对性的面试问题。
触发条件
当用户需要:
- 根据岗位描述生成面试题库
- 结合候选人简历生成针对性问题
- 准备结构化面试流程
- 获取面试评分维度和标准
功能特性
- ✅ JD 解析 - 提取岗位核心能力要求
- ✅ 简历解析 - 提取候选人经历亮点
- ✅ 差距分析 - JD 要求 vs 简历匹配度
- ✅ STAR 问题生成 - 基于行为面试法
- ✅ 评分卡 - 5 分制 STAR 评分标准
- ✅ 简洁输出 - 核心信息一目了然
使用方法
方式 1:只有 JD(生成通用面试题库)
interview-assistant --jd "招聘高级产品经理,负责 B 端 SaaS 产品,5 年以上经验" --questions 5
方式 2:JD + 简历(生成针对性问题)
interview-assistant --jd "招聘高级前端工程师,5 年以上经验,精通 React/Vue" --resume "张三,8 年前端经验,本科,曾在腾讯负责 React 项目" --questions 3
参数说明
--jd/-j: 必需参数,岗位描述--resume/-r: 可选参数,候选人简历内容--questions/-q: 生成问题数量(默认 5 个)--output/-o: 输出格式(markdown/json/text)
输出内容
- 岗位信息 + 候选人信息 + 匹配度
- 能力匹配分析表(✅/⚠️/❌ 标记优先级)
- STAR 原则面试问题(S/T/A/R 引导 + 评分标准)
- 分析总结
STAR 原则
- Situation(情境):当时的背景是什么?
- Task(任务):你面临的任务/目标是什么?
- Action(行动):你具体做了什么?
- Result(结果):最终结果如何?有什么收获?
技术实现
- 基于 Node.js 的 CLI 应用
- JD 解析模块提取业务领域和专业技能
- 简历解析模块提取候选人经历
- 差距分析模块计算匹配度
- STAR 问题生成模块生成场景化问题
安全使用建议
This skill appears coherent and low-risk, but it requires you to have or install a separate Node.js CLI named 'interview-assistant'. Before installing or globally linking any package: 1) verify the source of that CLI (npm package name or repository) and inspect its package.json and code if possible; 2) prefer installing from an official or trusted repository rather than running unknown npm link commands; 3) note run.sh references a local path (/Users/claw/...), which is just an installation hint and can be ignored or adapted to your environment. If you plan to install a third-party 'interview-assistant' package, review that package for network calls or unexpected file access prior to global linking.
能力评估
Purpose & Capability
Name/description (JD+resume → STAR interview questions) match the declared requirement for an 'interview-assistant' CLI and the SKILL.md examples. Requiring a CLI binary is proportionate for a CLI-based skill.
Instruction Scope
SKILL.md and run.sh only describe running the interview-assistant CLI with JD/resume inputs and formatting options. There are no instructions to read unrelated files, export credentials, contact unknown endpoints, or gather system state beyond checking the CLI is installed.
Install Mechanism
No install spec is provided (instruction-only). run.sh expects a globally available CLI and suggests 'npm link' for local installation; no downloads or extract steps are present.
Credentials
No environment variables, credentials, or config paths are required. The skill's functionality does not appear to need secrets or broad system access.
Persistence & Privilege
Skill is not always-on, does not request elevated persistence, and does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install interview-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/interview-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
interview-assistant 1.0.0 初始发布
- 支持输入 JD(岗位描述)自动生成结构化 STAR 面试问题
- 支持同时输入 JD 和简历,生成针对性行为面试题与匹配分析
- 自动提取岗位与候选人的核心能力要求和优势点
- 提供 5 分制 STAR 评分卡与能力匹配分析表
- 输出支持多种格式(markdown/json/text)
元数据
常见问题
Interview Assistant 是什么?
结构化面试助手 - 基于 JD 和简历生成 STAR 面试题库. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 455 次。
如何安装 Interview Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install interview-assistant」即可一键安装,无需额外配置。
Interview Assistant 是免费的吗?
是的,Interview Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Interview Assistant 支持哪些平台?
Interview Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Interview Assistant?
由 wanwan2qq(@wanwan2qq)开发并维护,当前版本 v1.0.0。
推荐 Skills