htmlcsstoimage

Official

HTMLCSStoImage API via curl.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill generates images from HTML/CSS or captures screenshots of web pages, enabling dynamic visuals.

Core Features & Use Cases

  • Images from HTML/CSS - dynamic social cards and certificates
  • Screenshots - full-page or element-specific captures
  • OG images - optimize for social sharing

Quick Start

bash -c 'curl -s "https://hcti.io/v1/image" -X POST -u "${HCTI_USER_ID}:${HCTI_API_KEY}" -d 'html=<div>Hello</div>'' | jq .

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: htmlcsstoimage
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#htmlcsstoimage

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository