← 返回 Skills 市场
hirofumiko

Resume Ats

作者 HiroFumiko · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
222
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install resume-ats
功能描述
CLI tool for analyzing, optimizing, and formatting resumes to improve ATS scoring via keyword matching and structured templates.
安全使用建议
This package appears to be scaffolding for a local CLI resume/ATS tool rather than a finished product. Before installing: (1) inspect the code yourself or in an isolated environment; the project will create a local SQLite DB and may save resume contents there (DB_PATH defaults to ./data/resume_ats.db). (2) .env.example referenced by init is missing, so init may fail; expect some commands to print 'not yet implemented'. (3) there is a small bug in storage/database.py (uses json without importing it) which will cause runtime errors until fixed. (4) Only provide an OPENAI_API_KEY if you trust running optional AI features; the key would be read from .env and could be used by future implementations. If you want to try it, run inside a fresh virtualenv or container, avoid putting sensitive production keys in .env, and review/patch the minor issues (import json, add .env.example) before relying on it.
功能分析
Type: OpenClaw Skill Name: resume-ats Version: 0.1.1 The skill bundle is a legitimate skeleton for a resume and ATS optimization tool. It provides a CLI structure using Typer, configuration handling via Pydantic, and SQLite database schemas, although most functional logic (like PDF parsing and scoring) is currently implemented as placeholders (TODOs). No malicious code, data exfiltration, or prompt injection attempts were detected. A minor implementation bug exists in resume_ats/storage/database.py where the 'json' module is used without being imported, and the project specifies an unreleased Python version (3.14), but these appear to be unintentional development artifacts rather than malicious intent.
能力评估
Purpose & Capability
The name/description (resume/ATS optimization) aligns with the provided CLI, config, and local SQLite storage code. The project scaffolding, CLI commands, and pyproject all match the stated purpose. Several core features (PDF parsing, scoring, generation, keyword extraction) are marked TODO and are not implemented — this is coherent with an early-development tool but means the skill is not yet functional.
Instruction Scope
SKILL.md instructs normal CLI usage (init, analyze, score, generate) and to edit a .env. The runtime instructions (cli.py) only read local files and configuration and do not call remote endpoints. The code will read an optional OPENAI_API_KEY if present in .env, which is consistent with the documentation. No instructions ask the agent to read unrelated system files or transmit data externally.
Install Mechanism
There is no platform install spec in the registry (instruction-only), but the repository includes a pyproject and a console script entrypoint and SKILL.md suggests pipx or pip install -e . — that is expected for a Python CLI. No external downloads or unusual install hosts are used. Because the registry lacks an automated install spec, installing would rely on executing pip locally from these sources.
Credentials
No required environment variables are declared by the registry. The code supports an optional OPENAI_API_KEY and local DB path (DB_PATH) via .env; these are reasonable for optional AI features and local persistence. There are no unrelated credentials requested. Be aware that if you provide OPENAI_API_KEY it could be used by future implemented features.
Persistence & Privilege
The skill is not always: true and does not request system-wide changes. It creates a local SQLite DB (default ./data/resume_ats.db) and a .env-based configuration in the working directory — this local persistence is consistent with the stated purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install resume-ats
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /resume-ats 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Added comprehensive Japanese documentation (SKILL.md) detailing features, usage, setup, commands, templates, and dependencies. - Clarified main functions: resume structuring, keyword optimization, format adjustment, and ATS scoring improvement. - Provided installation and usage instructions for both pip and pipx. - Listed planned features and technical stack for transparency. - Included testing instructions and minimum requirements.
元数据
Slug resume-ats
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Resume Ats 是什么?

CLI tool for analyzing, optimizing, and formatting resumes to improve ATS scoring via keyword matching and structured templates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 222 次。

如何安装 Resume Ats?

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

Resume Ats 是免费的吗?

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

Resume Ats 支持哪些平台?

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

谁开发了 Resume Ats?

由 HiroFumiko(@hirofumiko)开发并维护,当前版本 v0.1.1。

💬 留言讨论