here-now

Publish static sites from file trees to instant hosting subdomains.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ToXMon/tolu --skill here-now
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here-now
Source: https://github.com/ToXMon/tolu/tree/main/skills/here-now
Command: npx skills add https://github.com/ToXMon/tolu --skill here-now

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The here.now skill lets agents publish and manage static sites instantly from files or folders, removing manual hosting steps and providing predictable deploy workflows and live URLs.

Core Features & Use Cases

  • Publish and finalize static sites via presigned uploads and receive a live <slug>.here.now URL.
  • Incremental deploys using SHA-256 hashes to skip unchanged files, plus anonymous (24h) and authenticated (permanent) modes.
  • Manage custom domains, password protection, payment gating, proxy routes with service variables, forkable sites, and SPA routing.
  • Use case: an agent packages a built SPA or static site, requests presigned uploads, uploads assets, finalizes the version, and returns the live site and claim information.

Quick Start

Publish the current project directory as a static site and return the live URL, claim token if anonymous, and finalize instructions.

Frequently Asked Questions about here-now

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static site and get a live URL instantly?

To deploy a static site, the skill uses presigned upload URLs to transfer your file tree and finalizes the version to generate a live subdomain URL instantly.

Can I host a single-page app with SPA routing and custom proxy routes?

Yes, you can host a single-page app with SPA routing and custom proxy routes. The skill supports configuring proxy routes alongside service variables to manage dynamic backend routing.

Do I need an API key for permanent static site hosting or can I deploy anonymously?

You can deploy anonymously for 24-hour temporary access with a claim token, or use API key authentication to enable permanent static site hosting and domain management.

How does incremental deployment work for static assets?

Incremental deployment for static assets works by computing SHA-256 hashes to identify changed files, skipping unchanged assets during presigned uploads to optimize update speed.

Can I add password protection and payment gating to my hosted static site?

Yes, you can add password protection and payment gating to your hosted static site. The skill provides endpoints to configure domain management, access control, and monetization gating.