{
  "markdown": "# propzapi-skills\n\n**Agent skills for template-based image generation and webpage screenshots.** Drop-in skills that let any agent render an image from an HTML/CSS template, snapshot any live URL, and manage a template library — over the [propzapi REST API](https://propzapi.com).\n\nTemplates are HTML/CSS with `{{variables}}` and Jinja logic (`{% if %}`, `{% for %}`, filters). Fill the variables with one JSON call and get back a rendered PNG/JPEG/WEBP/PDF at a stable URL — no headless browser to run, no fonts to install. Perfect for Open Graph images, social cards, certificates, invoices, receipts, and data charts.\n\nFree to start — [grab a key](https://propzapi.com/app) (50-image trial, no card required) and you're rendering from Claude, Cursor, Cline, or your own agent loop in under two minutes.\n\nPure Python standard library. No dependencies. MIT-0 licensed.\n\n## Guides\n\nDeep-dive walkthroughs on the propzapi blog:\n\n- [HTML to Image API: turn HTML and CSS into a PNG in one call](https://propzapi.com/blog/html-to-image-api/)\n- [Open Graph Image API: generate dynamic og:image URLs in one call](https://propzapi.com/blog/open-graph-image-api/)\n- [HTML to PDF API: convert HTML to PDF in one call](https://propzapi.com/blog/html-to-pdf-api/)\n- [Bannerbear alternative: a pay-as-you-go image generation API](https://propzapi.com/blog/bannerbear-alternative/)\n\n## Install\n\n```bash\n# Claude Code, Cursor, Cline, etc. — `skills` CLI, installs straight from this repo\nnpx skills add paperandbeyond23-gif/propzapi-skills --all\n# or pick one: npx skills add paperandbeyond23-gif/propzapi-skills --skill propzapi-full\n\n# OpenClaw / ClawHub — published to the ClawHub registry\nnpx clawhub@latest install propzapi-full\n```\n\n## Skills in this repo\n\n| Skill | Purpose |\n|---|---|\n| [`propzapi-full`](skills/propzapi-full) | Complete toolkit — generate images from templates, capture screenshots, and manage templates |\n\n## Tools\n\n| Tool | Returns |\n|---|---|\n| `generate_image(template, modifications, format, scale, quality)` | Rendered image `{url, width, height, format, bytes}` |\n| `screenshot(url, full_page, width, height, format)` | Screenshot of a live page `{url, ...}` |\n| `list_templates()` | Available built-in and custom templates |\n| `create_template(name, html, width, height, variables)` | Created template with its `tpl_...` id |\n| `embed_url(template, modifications, format)` | Signed GET render URL for `<meta og:image>` |\n\n## Authentication\n\nSet the `PROPZAPI_KEY` environment variable to your propzapi key. It's sent as the `X-API-Key` header — the base URL is hardcoded, so the key never reaches any other host.\n\n```bash\nexport PROPZAPI_KEY=\"your_key\"\n```\n\n**[Get a free key](https://propzapi.com/app)** — 50-image trial, no card required. You can also mint one with `POST /v1/register` → `{api_key, plan, credits}`. The same key works for these skills and direct REST calls.\n\n## Pricing\n\nEach rendered image or screenshot costs 1 credit — the response returns the exact charge in the `X-Credits-Cost` header, and your balance in `X-Credits-Remaining`. Listing and creating templates is free.\n\n| Plan | Price | Images / mo |\n|---|---|---|\n| Free trial | $0 | 50 |\n| Starter | $29/mo | 1,000 |\n| Growth | $79/mo | 3,500 |\n| Pro | $199/mo | 12,000 |\n\nPrefer pay-as-you-go? Credit packs: **$5 / 150 images** and **$15 / 500 images**. Manage plans at <https://propzapi.com/pricing>.\n\n## Source\n\n- Docs: <https://propzapi.com/docs> · OpenAPI: <https://api.propzapi.com/openapi.json>\n- MCP server: <https://api.propzapi.com/mcp> (same key, `X-API-Key` header) — tools `generate_image`, `screenshot_url`, `list_templates`\n- Quickstart: get a key at <https://propzapi.com/app>, then call any tool\n\n## Issues and contributions\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md). Security reports: [SECURITY.md](SECURITY.md).\n\n## License\n\n[MIT No Attribution](LICENSE). Fork, ship, sublicense — no attribution required.\n\n## Independence\n\npropzapi is an independent developer tool for rendering images from templates and capturing webpage screenshots. Images render from HTML/CSS you supply or select; you are responsible for the content you render and for the rights to any assets, fonts, and pages you screenshot. Comply with the laws of your jurisdiction and the terms of any site you capture.\n",
  "bytes": 4296,
  "sha": "52cfe27606c077a4d02c9f6cb812d954c0f788cf5e71dafa92257aabb471e9cd",
  "repo_slug": "paperandbeyond23-gif/propzapi-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_paperandbeyond23_gif_propzapi_98926b88/readme"
}