← Back to Skills Marketplace
31504254

Resume Generator Clean

by 31504254 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install resume-generator-clean
Description
Professional resume generator with PDF, Word, and HTML export. Supports multiple templates, auto-layout, Chinese/English bilingual, and Markdown/HTML input....
Usage Guidance
This package appears coherent with its stated purpose and contains the code needed to generate resumes locally. However: 1) The source is listed as unknown and the SKILL.md references a placeholder GitHub URL — prefer installing from a known/trusted source or inspect the code yourself before running. 2) The skill requires installing Python packages from PyPI (ReportLab, PyYAML, python-docx, etc.); review dependency lists before pip installing and consider using a virtual environment. 3) The code reads and writes local files and probes system font paths — avoid passing sensitive documents as inputs. 4) Some minor doc/CLI inconsistencies (versions, template names) are present but not malicious. If you need higher assurance, run the scripts in an isolated environment (container or VM), review the code files included here, and verify any external binary requirements (wkhtmltopdf) before use.
Capability Analysis
Type: OpenClaw Skill Name: resume-generator-clean Version: 1.0.0 The resume-generator skill is a legitimate utility designed to create professional resumes in PDF, Word, and HTML formats. The code uses standard libraries (ReportLab, python-docx, PyYAML) and follows secure practices such as using `yaml.safe_load()` to prevent deserialization attacks. There are no indicators of data exfiltration, malicious execution, or prompt injection in the documentation (SKILL.md) or scripts (generate_resume.py, resume_pdf.py).
Capability Assessment
Purpose & Capability
Name/description (PDF/Word/HTML resume generation, Chinese support) align with the included Python scripts and examples. The repo is instruction-only in the registry but actually includes implementation files (scripts/ and CLI). Minor inconsistencies: SKILL.md declares version 1.1.0 while registry metadata is 1.0.0; some templates (e.g., 'minimal') are referenced in docs but the CLI choices in generate_resume.py only list ['modern_blue','classic'] which is a small mismatch but not security-critical.
Instruction Scope
Runtime instructions and SKILL.md direct the agent/user to clone the repo, pip-install obvious dependencies, and run local scripts. The code operates on local files (YAML, HTML, Markdown) and system fonts; it does not call out to remote endpoints, read unrelated system files, or attempt to harvest environment variables or credentials.
Install Mechanism
No automatic install spec is embedded in the registry (instruction-only). SKILL.md suggests installing standard Python packages from PyPI (reportlab, PyYAML, python-docx, beautifulsoup4, optional weasyprint/pdfkit). No downloads from unknown URLs or archive extraction steps are present in the provided files.
Credentials
The skill declares no required environment variables or credentials and the code does not access secrets. It does access the filesystem (reads input files, writes outputs, and probes system font paths) which is necessary for its purpose; this file access is proportional to resume generation.
Persistence & Privilege
Flags are default (always:false, user-invocable:true, disable-model-invocation:false). The skill does not request permanent presence, nor does it modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install resume-generator-clean
  3. After installation, invoke the skill by name or use /resume-generator-clean
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Major update: Adds new export methods and improved flexibility.** - Added HTML to PDF conversion with multiple backend options (WeasyPrint, pdfkit, ReportLab, FPDF). - Added export to Word (.docx) from HTML or Markdown. - Introduced multiple resume templates: modern_blue, classic, and minimal. - Improved Chinese/English bilingual support. - Enhanced input flexibility with YAML, Markdown, and HTML formats. - Smart auto-layout with pagination and section management.
Metadata
Slug resume-generator-clean
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Resume Generator Clean?

Professional resume generator with PDF, Word, and HTML export. Supports multiple templates, auto-layout, Chinese/English bilingual, and Markdown/HTML input.... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.

How do I install Resume Generator Clean?

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

Is Resume Generator Clean free?

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

Which platforms does Resume Generator Clean support?

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

Who created Resume Generator Clean?

It is built and maintained by 31504254 (@31504254); the current version is v1.0.0.

💬 Comments