← 返回 Skills 市场
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install resume-generator-clean
功能描述
Professional resume generator with PDF, Word, and HTML export. Supports multiple templates, auto-layout, Chinese/English bilingual, and Markdown/HTML input....
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install resume-generator-clean - 安装完成后,直接呼叫该 Skill 的名称或使用
/resume-generator-clean触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Resume Generator Clean 是什么?
Professional resume generator with PDF, Word, and HTML export. Supports multiple templates, auto-layout, Chinese/English bilingual, and Markdown/HTML input.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Resume Generator Clean?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install resume-generator-clean」即可一键安装,无需额外配置。
Resume Generator Clean 是免费的吗?
是的,Resume Generator Clean 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Resume Generator Clean 支持哪些平台?
Resume Generator Clean 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Resume Generator Clean?
由 31504254(@31504254)开发并维护,当前版本 v1.0.0。
推荐 Skills