← Back to Skills Marketplace
hirofumiko

Resume Ats

by HiroFumiko · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
222
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install resume-ats
Description
CLI tool for analyzing, optimizing, and formatting resumes to improve ATS scoring via keyword matching and structured templates.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install resume-ats
  3. After installation, invoke the skill by name or use /resume-ats
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug resume-ats
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Resume Ats?

CLI tool for analyzing, optimizing, and formatting resumes to improve ATS scoring via keyword matching and structured templates. It is an AI Agent Skill for Claude Code / OpenClaw, with 222 downloads so far.

How do I install Resume Ats?

Run "/install resume-ats" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Resume Ats free?

Yes, Resume Ats is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Resume Ats support?

Resume Ats is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Resume Ats?

It is built and maintained by HiroFumiko (@hirofumiko); the current version is v0.1.1.

💬 Comments