hTangle/voice-interview-coach0

dsh-plugin-voice-interview-coach

语音面试教练 — 一个 DSH 插件,根据候选人的项目、语言、简历和目标岗位进行自然语言评分的语音模拟面试,并生成差距分析报告

AI 分析

核心用途是进行语音模拟面试与复盘。适合需要针对特定岗位、项目和简历进行模拟问答,并获取 Markdown 格式差距分析报告的求职者。

包名
dsh-plugin-voice-interview-coach
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Usage

  1. Open the DSH session where the plugin is loaded. Run the cordis_define / cordis_run card (or the plugin's own entry point).
  2. Fill in:
    • Target role / difficulty — natural language
    • Focus / style — what the interviewer should probe (optional)
    • Question types — chip multi-select
    • Project, programming language, resume (paste or upload)
    • Question count (3–15)
  3. Click 开始语音面试. The interviewer speaks the first question.
  4. Click 🎙 语音回答 (or type in the textarea and press Enter) after each question.
  5. When the count is reached — or you click 结束并复盘 — the review appears.
  6. Use ⬇ 导出 Markdown to download it, 💾 写入记忆 to re-save it, and switch to the 历史对比 tab to compare multiple interviews.

Configuration

FieldWhereDefaultDescription
Memory directoryHost/.interview-memory/Where review Markdown files are stored
Resume size limitClient5 MB upload, 20 000 chars after parsingLarger resumes are truncated before being sent to the model
LLM providerHostfirst registered providerSelected via ctx.llm.listProviders()[0]; change in code or configure your deployment's default
Speech languageClientzh-CNChange rec.lang / SpeechSynthesisUtterance.lang in src/client.js