← 返回 Skills 市场
wanghong5233

Interview Prep

作者 wanghong5233 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
296
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wanghong5233-offerpilot-interview-prep
功能描述
Generate interview question bank and answer strategy from JD and company intel.
安全使用建议
This skill appears to do what it says (prepare interview questions), but it offloads the work to a local HTTP service at 127.0.0.1:8010 whose ownership and behavior are not described. Before installing or using it: - Confirm you trust the local service running on port 8010 (who runs it, what it does with submitted JD/company data). The skill will POST user-provided JD/company text to that endpoint. - If you don't have or want a local service, avoid using this skill or request a version that runs entirely in-process (no network calls). - Avoid sending sensitive or proprietary JD/resume/company information to the skill until you verify the endpoint's privacy practices and storage/forwarding behavior. - If you must use it, run the agent in an isolated environment (container/VPC) and monitor outbound requests; check the local service logs to confirm handling of data. If you can obtain the API specification for http://127.0.0.1:8010 (what /api/interview/prep and /api/jobs/recent do, who hosts it), or a version of the skill that does processing locally, that information would raise confidence to benign.
功能分析
Type: OpenClaw Skill Name: wanghong5233-offerpilot-interview-prep Version: 1.0.0 The skill is designed to generate interview preparation materials by interacting with a local API service. It uses standard curl commands in SKILL.md to send job-related data (JD, company name) to http://127.0.0.1:8010/api/interview/prep. There are no signs of data exfiltration, malicious execution, or prompt injection; the behavior is entirely consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description (generate interview questions and answers) match the SKILL.md workflow. The skill does not request credentials or installs, which is proportional. However, the implementation relies entirely on calling a local HTTP API (127.0.0.1:8010) rather than doing the work locally or calling a documented external service, which is unusual but could be legitimate if the user runs a companion backend.
Instruction Scope
Runtime instructions instruct the agent to POST user-provided JD/company data (or a job_id) to http://127.0.0.1:8010/api/interview/prep and imply obtaining job_id from /api/jobs/recent. This means the agent will transmit potentially sensitive resume/JD/company info to a network endpoint on the agent host. The endpoint and /api/jobs/recent are not documented, so the agent may access or exfiltrate data to an unknown local service or inadvertently reach other internal endpoints if the host routes them. The instructions give the agent direct network activity (curl) but do not constrain what that local service does with the data.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal disk/write risk. The agent will use existing networking/binaries (curl) if present; nothing is downloaded or extracted by the skill itself.
Credentials
The skill declares no environment variables, secrets, or config paths. That is proportionate to the stated purpose. The main concern is that data will be sent to a local endpoint whose behavior is unknown.
Persistence & Privilege
The skill does not request always:true, does not modify other skill configs, and does not request elevated or persistent privileges. Autonomous invocation is enabled by default but is not combined with other high-risk requests.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wanghong5233-offerpilot-interview-prep
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wanghong5233-offerpilot-interview-prep 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OfferPilot phase-6 update
元数据
Slug wanghong5233-offerpilot-interview-prep
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Interview Prep 是什么?

Generate interview question bank and answer strategy from JD and company intel. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。

如何安装 Interview Prep?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wanghong5233-offerpilot-interview-prep」即可一键安装,无需额外配置。

Interview Prep 是免费的吗?

是的,Interview Prep 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Interview Prep 支持哪些平台?

Interview Prep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Interview Prep?

由 wanghong5233(@wanghong5233)开发并维护,当前版本 v1.0.0。

💬 留言讨论