LaunchKit · 2026
Back to Skills

Publish files and folders to the web instantly.

2
727 downloads
by @adamludwin

Setup & Installation

openclaw skills install @adamludwin/here-now

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install here-now

Version History

v1.8.3Mar 13, 2026 - Version note by skill developer:

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.

INPUT

User asks: publish my docs/ folder to the web

AGENT
  1. 1Check .herenow/state.json for any prior slugs from this directory
  2. 2Run ./scripts/publish.sh docs/ to create the artifact
  3. 3Read publish_result.* lines from stderr to determine auth mode
  4. 4Share the live siteUrl with the user
  5. 5If anonymous, warn that the site expires in 24 hours and share the claim URL
OUTPUT

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.

filehere.now API key (optional, for permanent artifacts)