2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill yeet-it- _meta.json469 B
- SKILL.md3.6 KB
Overview
This skill publishes HTML as a live, shareable website instantly. POST your HTML (and optional assets) and receive a public URL, an edit key for updates, and a claim link for ownership. No account or authentication needed for basic use; sites appear in under a second. Free tier limits and upgrade options are documented.
How this skill works
You send a POST request with HTML, an optional title, and an assets map to the publish endpoint. The API responds with a live URL, an edit_key for authenticated updates, and a claim_url to take ownership or extend expiry. To update an existing site, issue a PUT to the site slug with the edit_key in an Authorization header. Assets are stored alongside the HTML and referenced from the page.
When to use it
- Share a generated report, dashboard, or document as a live page
- Deploy a landing page, portfolio, or event page instantly
- Publish temporary previews of layouts or content for review
- Create quick demos or proof-of-concept web pages without setup
- Backup small web pages or archived content as shareable links
Best practices
- Keep total site size under the 5 MB free-tier limit; inline small CSS/JS when possible
- Include assets in the assets map (max 10) and reference them with relative paths
- Save the edit_key immediately after publishing to enable future updates
- Show the user the returned URL and claim_url right after publish
- For persistent sites, claim ownership or upgrade to Pro to avoid automatic expiry
Example use cases
- Convert an AI-generated report into a shareable HTML report URL
- Publish a one-page event site or RSVP landing page in seconds
- Share code sandbox output or design mockups with team members
- Provide a temporary demo link for client reviews or user testing
- Archive a small site snapshot as a shareable backup
FAQ
Free-tier sites expire after 24 hours by default. Claiming via the claim_url or upgrading to Pro extends or makes sites permanent depending on the plan.
What do I need to update a published site?
Save the edit_key returned at publish time. Use it as a Bearer token in the Authorization header when sending PUT requests to the site slug.