← Back to Skills Marketplace
🔌

HTML to Image

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
28
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-html-to-image
Description
HTML to Image (html2img.com). Use this skill for ANY HTML to Image request — searching and reading data. Whenever a task involves HTML to Image, use this ski...
README (SKILL.md)

HTML to Image

Operate HTML to Image through your OOMOL-connected account. This skill calls the html_to_image connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Developer Tools, Design & Media. Exposes 2 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected HTML to Image. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "html_to_image" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "html_to_image" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • capture_website_screenshot — Capture a public webpage with HTML to Image and return the generated screenshot URL.
  • convert_html_to_image — Convert raw HTML and optional CSS to an image with HTML to Image and return the generated image URL.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change HTML to Image state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — HTML to Image is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=html_to_image
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Install if you are comfortable routing HTML-to-image jobs through OOMOL. If the oo CLI is not already installed, review the installer source and trust boundary before running the suggested curl-to-bash setup command.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The described capability, converting HTML to images through the OOMOL connector, matches the skill purpose and does not inherently require unusual local or account authority beyond using the connector service.
Instruction Scope
The trigger wording is broad, using phrases like any HTML-to-image request, but the scanner evidence points to overbroad activation language rather than purpose-mismatched behavior.
Install Mechanism
The skill suggests installing the required oo CLI with a curl-to-bash command if it is missing. That is disclosed and conditional, but users should verify the OOMOL installer source before running it.
Credentials
Use of an OOMOL connector and associated service access is proportionate for an HTML-to-image integration; no evidence indicates local credential scraping or unrelated sensitive-data access.
Persistence & Privilege
No artifact-backed evidence shows background persistence, privilege escalation, destructive actions, broad local indexing, or hidden long-running workers.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-html-to-image
  3. After installation, invoke the skill by name or use /oo-html-to-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Introduces the `oo-html-to-image` skill for operating the HTML to Image service through an OOMOL-connected account. - Adds support for converting raw HTML, with optional CSS, into generated image URLs. - Adds support for capturing screenshots of public webpages and returning generated screenshot URLs. - Uses the `oo` CLI with server-side credential injection, so raw HTML to Image tokens are not handled locally. - Includes action-specific guidance for inspecting live connector schemas before constructing payloads.
Metadata
Slug oo-html-to-image
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is HTML to Image?

HTML to Image (html2img.com). Use this skill for ANY HTML to Image request — searching and reading data. Whenever a task involves HTML to Image, use this ski... It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install HTML to Image?

Run "/install oo-html-to-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HTML to Image free?

Yes, HTML to Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does HTML to Image support?

HTML to Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HTML to Image?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments