🎯

here-now

🎯Skill

from heredotnow/skill

VibeIndex|
What it does
|

Skill for publishing files and folders to the web instantly, outputting a live URL at here.now with optional permanent publishing via API key.

Overview

Here Now is a Claude Code skill that publishes files and folders to the web instantly, returning a live URL at <slug>.here.now. It provides static hosting with support for both anonymous publishing (24-hour expiry) and authenticated permanent publishing, making it easy to share web content directly from a development workflow.

Key Features

  • Instant Publishing - Publishes any file or folder to the web with a single command and returns a live URL immediately
  • Anonymous and Authenticated Modes - Anonymous publishes expire in 24 hours with no account required; authenticated publishes with an API key are permanent
  • Update Support - Updates existing publishes using slug and claim tokens, with automatic state tracking in .herenow/state.json
  • Auto-Update Check - Checks for newer skill versions on first use each session and fetches the latest instructions if available
  • Generous Limits - Supports up to 250 MB files anonymously and up to 5 GB with authentication, with rate limiting of 5 per hour for anonymous users

Who is this for?

This skill is designed for developers who want to quickly publish static web content -- such as landing pages, demos, or documentation -- directly from Claude Code without configuring hosting infrastructure. It is ideal for sharing prototypes, deploying quick demos, or making project files accessible via a public URL.

here-now

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add heredotnow/skill --skill here-now
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add heredotnow/skill --skill here-now
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/here-now/SKILL.md

SKILL.md

1,992Installs
-
AddedFeb 20, 2026