SKILLEMALL.ai

AC html-to-pdf

Convert an HTML file to a PDF using headless Chrome (Puppeteer) — the same approach atypica uses for its AI-generated research reports. Use this skill whenever the user wants to export an HTML file, report, or webpage snapshot to PDF. Trigger on phrases like "convert to PDF", "export as PDF", "save report as PDF", "html to pdf", "generate PDF from HTML", or when a user hands you an .html file and asks for a downloadable document. Even if the user just says "make a PDF of this", use this skill if the source is HTML.

ClawHub Agent Skills author: owenrao v1.0.0 MIT-0 5 files body ≈ 952 tokens Open the sourceclawhub.ai analyzed 2 d ago

As a process C 53/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency

GeneratorPlaywrightData and analyticstype and topics are labelled automatically from the skill text
JSON
Technical rating
A
93/100
safety, quality, tests
Safety 60%
94
Quality 40%
92
Run on models
none yet
Process rating
C
53/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 6

    ✓ No critical or high findings

    Medium and low: 6
    • low Dangerous commands cmd-privilege scripts/html-to-pdf.js:161
      Privilege escalation / world-writable permissions (string literal in code, not executed)
      "--disable-setuid-sandbox",
      code literal
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:80
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…bKX+KS9G…yMA/NhKJ…RGz/Q==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:141
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…Wwy+ghLE…vfU/YnxW…fdg==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:169
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…DYr+NSUK…Itc/irNR…37y+AMujNyNtG+1Rggw==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:242
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…2BV+FY5ZFezP/ypmwayk68+NzzA…NFD/uUmBJuGoXw==",
      detector
    • low Secrets in code secret-high-entropy-token scripts/package-lock.json:260
      High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
      "integrity": "sha5…vZS+VIDU…jX4+qx9M…saQ==",
      detector

    Files scanned: 5. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 53/100

    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Progress reporting. Says nothing while it works
    • 40Consistency. Frontmatter name (html-to-pdf) differs from the folder (html2pdf)
    • 55Failures and branches. 1 branches
    • 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
    • 70When it triggers. States when to use, but not when not to
    • 100Steps. 11 steps
    • 100Execution cost. Instruction body is 952 tokens
    • 100Running it twice. No mutating operations

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +4Description does not say when NOT to use the skill (false activations)
    • +3Output format is not stated: the model decides each time
    • +1No license
    • +2Single-language instructions
    • +5Description quotes 6 example trigger phrases
    • +3Description length 520: enough signal without eating the budget
    • +4Structure: 7 headings
    • +3Step-by-step instructions: 11 items
    • +4Has examples (3 code blocks)
    • +3All 1 scripts are documented

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 92.

    External checks

    ClawHub: suspicious
    This appears to be a useful HTML-to-PDF skill, but it should be reviewed because it may render untrusted HTML in Chromium with sandboxing disabled and can make outbound font/resource requests during conversion.
    LLM: suspicious (medium) · VirusTotal: · 29 May 2026