← 返回 Skills 市场
nollio

HireMe Pro

作者 Nollio · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
123
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-hireme-pro
功能描述
Job hunting is stressful enough without paying $24/month just to format a resume. HireMe Pro builds beautiful, ATS-friendly PDF resumes from your experience,...
安全使用建议
What to know before installing: - Core behavior: HireMe Pro appears to run locally: it parses pasted text or uploaded resumes into a local JSON (data/resume-data.json) and uses Playwright to render HTML templates to PDF. The included shell script enforces that input/output paths stay inside the skill directory and blocks outbound network requests when rendering. - Playwright is required: you'll need Python + Playwright (pip3 install playwright && playwright install chromium) for PDF generation. Installing Playwright downloads Chromium; consider that network activity happens during Playwright install, not during resume rendering. - Dashboard is optional: the repository contains a dashboard-kit and deployment docs for a web app (Vercel + Supabase) which requires cloud env vars/keys. You do not need to provide these keys for the local agent skill to work — only enable them if you plan to deploy the companion web service. - PII storage: resume data is stored locally under the skill's data/ directory. The package recommends chmod 600/700 for files and directories, but if your device syncs backups (iCloud, Dropbox, Google Drive) the data directory may be uploaded — exclude it from sync if you want purely local storage. - Setup prompts and copy commands: the SETUP-PROMPT instructs copying files into skills/hireme-pro/ and changing permissions. Running those commands will modify files on the host. Review the copy and chmod commands and ensure you run them in a trusted workspace (they do not request network access or credentials). - Prompt-injection: the skill explicitly defends against prompt-injection and the scanner flagged example strings; those are benign here because they are part of the defense guidance. - If cautious: inspect scripts/generate-resume-pdf.sh and the templates yourself (they are small and readable), run the tool in a restricted/sandboxed environment first, and do not provide cloud secrets unless you intentionally deploy the dashboard. Overall: the package is coherent with its stated purpose and does not request unexplained credentials or global privileges. The main operational risk is typical handling of PII on your machine and whether you choose to deploy the optional cloud dashboard (which would require cloud keys).
功能分析
Type: OpenClaw Skill Name: normieclaw-hireme-pro Version: 1.0.3 The HireMe Pro skill bundle provides career coaching features that require high-risk capabilities, including shell execution for PDF generation (scripts/generate-resume-pdf.sh), network access for job fetching and salary research, and the management of sensitive PII. Although the bundle incorporates robust security controls—such as path validation, a Playwright request interceptor to prevent data exfiltration, and explicit prompt-injection defenses in SKILL.md—the presence of these powerful tools for file, shell, and network access warrants a suspicious classification according to the provided criteria for risky capabilities without clear malicious intent.
能力评估
Purpose & Capability
The skill's name/description (resume builder, cover letters, interview prep, PDF export) matches the included files and the single script. The presence of a dashboard-kit and deployment spec (Vercel/Supabase, env var names listed) is optional companion material — it does not appear required for the core skill, but it introduces an alternate, networked deployment path that users should be aware of.
Instruction Scope
SKILL.md instructions limit actions to parsing user-provided resume/job text, writing structured JSON under the skill's data directory, and generating local PDFs. It explicitly treats pasted content as untrusted and documents prompt-injection defenses. The included SETUP-PROMPT asks the agent to copy files into a skills/ path and create data directories — this is expected for installation and confined to the skill workspace.
Install Mechanism
No install spec in the registry; the only runtime dependency is Playwright (documented). The only executable artifact is scripts/generate-resume-pdf.sh. No remote download or archive extraction occurs in the package. Playwright is a standard dependency and the script blocks network access during rendering.
Credentials
The skill does not require environment variables or credentials for its local operation. The dashboard-kit and README mention Supabase and environment variables (NEXT_PUBLIC_SUPABASE_URL, ANON_KEY, SUPABASE_SERVICE_ROLE_KEY) for an optional web dashboard — these are not required for the agent's local resume workflow but are documented for deploying the web companion. Users should not supply cloud keys unless they intend to deploy the dashboard.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It creates and uses a local data/ directory under the skill workspace; the setup prompt instructs file creation and permission tightening (chmod 700/600), which is normal for local data storage.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install normieclaw-hireme-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /normieclaw-hireme-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai — Free OpenClaw skills for everyone.
元数据
Slug normieclaw-hireme-pro
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

HireMe Pro 是什么?

Job hunting is stressful enough without paying $24/month just to format a resume. HireMe Pro builds beautiful, ATS-friendly PDF resumes from your experience,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。

如何安装 HireMe Pro?

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

HireMe Pro 是免费的吗?

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

HireMe Pro 支持哪些平台?

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

谁开发了 HireMe Pro?

由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。

💬 留言讨论