Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

interview-question-gen面试问题生成

Agent Skill

interview-question-gen 用于处理音频、语音、转写和声音素材相关任务,适合在 OpenClaw 中需要整理音频流程、转写内容或生成配音素材时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,020

周安装

284

GitHub Stars

公开资料未说明

下载量

2,204
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:interview-question-gen(面试问题生成)
来源仓库:https://github.com/funkeyyou/interview-question-gen
安装命令:
openclaw skills install interview-question-gen
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install interview-question-gen

简介

interview-question-gen 从简历自动生成结构化面试问题与评估框架。

  • 专为 WePlay 活动运营岗位设计,支持飞书文档集成与详细评分。
  • 适用于 HR 筛选与技术面环节的问题库构建任务。
  • 安装命令为 openclaw skills install interview-question-gen,需确认权限与维护状态。
  • 使用前请核实是否会触发文件读写或第三方应用集成操作。

SKILL.md

name
interview-question-gen
description
Generate a structured Feishu interview question document from a candidate's resume, then append a comprehensive evaluation after receiving the interview transcript. Use when: (1) given a resume/CV and asked to prepare interview questions, (2) given an interview transcript/recording and asked to write an evaluation or assessment, (3) asked to do both steps end-to-end. Triggers on phrases like "出面试题", "面试题集", "面试评价", "interview questions", "interview evaluation", "根据简历出题", "写面试评价".

Interview Question Generator & Evaluator

Two-phase workflow for WePlay activity operations (活动运营) interviews using Feishu docs.

Phase 1: Resume → Interview Question Document

Step 1: Read the Resume

If the resume is a PDF attachment, render each page as an image (/tmp/resume_p{n}.png) using PyMuPDF and read them visually:

import fitz
doc = fitz.open("/path/to/resume.pdf")
for i, page in enumerate(doc):
    page.get_pixmap(matrix=fitz.Matrix(1.5, 1.5)).save(f"/tmp/resume_p{i+1}.png")

Extract key info: work experience, skills, education, highlights.

Step 2: Read WePlay Product Context

Before generating questions, fetch the WePlay product framework doc to understand product positioning:

  • WePlay产品框架:https://wepie.feishu.cn/wiki/Q62TwQ3Fsi5Q8kkc0iDcINsSnno

Step 3: Generate Interview Questions

Structure the document into these sections. See references/question-template.md for the full question template and scoring rubrics.

Document sections:

  1. 破冰与自我介绍 (2 questions)
  2. 结合简历的深挖问题 (4–6 questions, grouped by employer)
  3. 活动运营能力考察 (4 questions: scenario planning, data, cross-team collaboration)
  4. 日语与本地化能力 (3 questions, tailored to Japanese market)
  5. WePlay 产品体验问题 (5 questions — require candidate to pre-download WePlay)
  6. 价值观与潜力考察 (4 questions including open Q&A)
  7. 日本語口頭試問 (6 questions, all in Japanese — no Chinese)

Tailor questions to the specific candidate's background. Reference their actual projects, metrics, and employers by name.

Step 4: Create Feishu Document

Use feishu_bot_doc.mjs to create the document:

cat /tmp/interview_questions.md | node scripts/feishu_bot_doc.mjs create \
  --title "【AI生成】{候选人姓名} {岗位} 面试题集" \
  --stdin \
  --folder AZ3nfFtial4bHTdOFahcdcfxnub \
  --collaborator ou_8b357150cff930fca19a733461a32526

Reply with the document URL. Tell the user to send the interview transcript when ready.


Phase 2: Interview Transcript → Evaluation

Step 1: Read the Transcript

Accept the transcript as:

  • A Feishu doc link → use feishu_doc read action
  • A pasted text block → read directly

Step 2: Write Evaluation

Append the evaluation to the existing interview question document (not a new doc). Use feishu_doc append action on the same doc_token.

See references/evaluation-template.md for the full evaluation structure and scoring rubrics.

Evaluation structure:

  1. 总体印象 (1–2 sentences, overall rating: 优秀/良好/中等/中等偏下/不建议录用)
  2. 各维度评价 with ⭐ ratings (1–5 stars each):

- 过往经验匹配度 - 活动策划思维 - 数据分析能力 - 产品认知与洞察 - 日本市场理解 - 表达与沟通

  1. 亮点 (bullet list)
  2. 主要风险 (bullet list)
  3. 结论 (录用 / 待定 / 不建议录用, with reasoning)

Be specific: quote actual interview moments, not generic observations.


Notes

  • Japanese oral exam questions (Section 7) must be written entirely in Japanese — no Chinese text.
  • Always add 【AI生成】 prefix to document titles.
  • Default save folder: AZ3nfFtial4bHTdOFahcdcfxnub
  • Default collaborator: ou_8b357150cff930fca19a733461a32526 (吴柏庆)
  • If the interview transcript doc is auto-generated by Feishu (智能纪要), the bot has no write permission — append to the question doc instead.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.93%
按下载量换算1,696

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills