agentgen
Installation
SKILL.md
AgentGen — HTML → PDF & Image
Convert any HTML to a PDF or screenshot image via the AgentGen API.
Free tier — no sign-up required
The /v1/generate/image and /v1/generate/pdf endpoints work without an API key. Just omit the X-API-Key header.
Limits:
- 1 request per 60 seconds per IP (returns
429if exceeded) - Single-page PDFs only
- A small agent-gen.com watermark is added to all output
# Free tier — generate an image (no API key)
agentgen image --html "<h1>Hello</h1>" --output hello.png