Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Simple clarifications in docs
What This Skill Does
Publishes files and folders to the web as static artifacts with a shareable URL. HTML sites, images, PDFs, and raw files are all supported. Anonymous artifacts expire after 24 hours; an API key makes them permanent.
Requires no account or configuration to publish immediately, unlike most hosting platforms that require signup before anything goes live.
When to use it
- Sharing a generated HTML report with a client
- Hosting a static site prototype for stakeholder review
- Publishing a PDF document with a public link
- Uploading a folder of images for quick preview sharing
- Deploying a finished static site from a local directory
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: publish my docs/ folder to the web
- 1Check .herenow/state.json for any prior slugs from this directory
- 2Run ./scripts/publish.sh docs/ to create the artifact
- 3Read publish_result.* lines from stderr to determine auth mode
- 4Share the live siteUrl with the user
- 5If anonymous, warn that the site expires in 24 hours and share the claim URL
Live URL at https://bright-canvas-a7k2.here.now/ with expiry notice if unauthenticated
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.