Resume Html
v1.0.3HTML-based resume generator with PDF export. Creates pixel-perfect resumes with advanced layouts, photo support, custom styling. Generates beautiful HTML res...
⭐ 0· 61·0 current·0 all-time
by@tobewin
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (HTML resume + PDF export) matches the declared requirement for python3 and the SKILL.md instruction to use Playwright to render and export PDF. Asking for Playwright/Chromium is proportionate to rendering HTML to PDF. Minor inconsistency: SKILL.md header version is 1.0.2 while registry shows 1.0.3.
Instruction Scope
The SKILL.md contains step-by-step instructions to generate HTML, embed a photo, render in a browser, and export to PDF — all within the described scope. However, the instructions also include commands to install dependencies at runtime (pip install playwright && playwright install chromium). Rendering with a headless browser can fetch external resources referenced in the HTML (fonts, images, CSS), which the skill does not explicitly constrain.
Install Mechanism
There is no formal install spec; instead the SKILL.md instructs to run 'pip install playwright' and 'playwright install chromium' at runtime. This will download packages from PyPI and a Chromium binary from Playwright's release servers. These are common for this use case but are network-heavy and write substantial binaries to disk — a moderate-risk install mechanism that should be run with intent and possibly in an isolated environment.
Credentials
The skill requests no environment variables, system config paths, or credentials — appropriate for a local resume generator. There are no unexplained secret requests.
Persistence & Privilege
always:false and no modifications to other skills or global configs. The skill does not request permanent presence or elevated privileges. Autonomous invocation is allowed by default (platform behavior) but not combined with other worrying indicators.
Assessment
This skill appears to do what it claims: generate HTML resumes and use Playwright/Chromium to export PDFs. Before installing or running it, be aware that the runtime instructions will run 'pip install playwright' and 'playwright install chromium', which will download packages and a large Chromium binary to your machine and require network access. Rendering can also cause the headless browser to fetch remote images or fonts referenced in the HTML (potentially exposing your IP or making outbound requests). If you plan to use photos, prefer supplying local image data (base64 or uploaded file) rather than remote URLs. Run the install and first execution in an isolated environment (virtualenv, container, or VM) if you are concerned about disk writes or network activity, and review any commands the agent proposes to run before granting permission.Like a lobster shell, security has layers — review code before you run it.
latestvk978z33z2sey15wpqzce8hyyxd83r68e
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📄 Clawdis
Binspython3
