openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > JD + 简历 → 面试题预测助手

上传岗位描述(JD)和个人简历,AI 自动预测面试题(必问/针对性/追问三类), 给出 STAR 答题框架,分析简历与 JD 匹配度,导出备考手册。

综合技能

作者:antonia huang @antonia-sz

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 169 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:antonia-sz/jd-interview-prep

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's code mostly matches the stated purpose (generate interview questions from JD + resume) but it calls an external LLM API and requires an API key that the skill metadata/SKILL.md does not declare, and there are minor instruction/path inconsistencies—these mismatches should be clarified before installation.

目的

The name/description align with the included Python scripts: parse uploadable files and call an LLM to generate interview questions and a markdown report. Requiring PDF/DOCX parsers and an LLM call is reasonable for the stated functionality.

说明范围

SKILL.md shows exec commands and mentions pdfplumber/python-docx, but it does NOT mention the requirement to supply an LLM API key. The code sends JD and resume text to an external LLM endpoint (API_BASE + '/chat/completions') which will transmit potentially sensitive resume data off-host. Also SKILL.md refers to 'SKILL_DIR/scripts/parse_file.py' while the repository places parse_file.py at skill root—this path mismatch may cause runtime error…

安装机制

There is no install spec or remote download; the skill is instruction + local Python scripts. No high-risk installers or external archives are fetched by the skill itself.

证书

generate_questions.py expects an API key via OPENAI_API_KEY or DEEPSEEK_API_KEY and a configurable API_BASE/LLM_MODEL. The skill registry metadata listed no required env vars/credentials. Requesting an LLM API key is proportionate to the functionality, but the omission from manifest/instructions is a material mismatch. The default API_BASE is set to https://api.deepseek.com—users should verify this provider and where their data will be sent.

持久

The skill does not request permanent/system-wide privileges, does not set always:true, and does not modify other skills' configurations. It runs as invoked and uses subprocesses to call local scripts.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「JD + 简历 → 面试题预测助手」。简介:上传岗位描述(JD)和个人简历,AI 自动预测面试题(必问/针对性/追问三类), 给出 STAR 答题框架,分析简历与 JD 匹配度,导出备考手册。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/antonia-sz/jd-interview-prep/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。