here.now

Publish static sites to here.now URLs and store private files in cloud Drives.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill here-now-chensihakniroth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/Chensihakniroth/ANAKOT-AGENT/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill here-now-chensihakniroth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Agents often need to share generated websites, reports, or files as live URLs and persist private working files across sessions without setting up hosting infrastructure or storage backends. ## Core Features & Use Cases - Static Site Publishing: Publish HTML sites or raw files to {slug}.here.now URLs via a three-step create-upload-finalize flow, with anonymous 24-hour sites or permanent authenticated sites. - Private Cloud Drives: Store agent files (notes, context, media, code) in private Drives with upload, download, import, export, and delete operations. - Scoped Sharing Tokens: Create read or write Drive tokens with path prefixes and TTLs for agent-to-agent handoff. - Use Case: Generate a project report as HTML, publish it to a live URL for the user, then save the source data to a Drive and share a scoped token with another agent for follow-up work. ## Quick Start Publish the folder containing my index.html as a live website and give me the URL.

Frequently Asked Questions about here.now

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

FAQPage Schema
How do I publish a static website to a live URL from the command line?▼

Run publish.sh with a file or directory containing index.html at its root. The script creates the publish, uploads files, and finalizes the site, then outputs the live URL such as https://bright-canvas-a7k2.here.now/.

How to share files between AI agents using cloud storage?▼

Use drive.sh to upload files to a Drive, then create a scoped share token with a narrow path prefix and short TTL. The receiving agent uses the token as a Bearer credential against the Drive API.

Do anonymous here.now sites expire?▼

Yes, sites published without an API key expire after 24 hours. To keep a site permanently, save the claim URL returned at publish time or authenticate with an API key stored in ~/.herenow/credentials.

What dependencies does the here.now publish script require?▼

The scripts require curl, file, and jq on macOS or Linux. A bundled jq binary is used if present, otherwise the system jq is required. No other packages are needed.

Can I update an existing published site?▼

Yes, pass --slug with the existing site slug to publish.sh. For anonymous sites, the claim token is auto-loaded from .herenow/state.json; authenticated updates require a saved API key.

What is the file size limit for Drive uploads?▼

Individual Drive files are limited to 500 MB. The import command skips oversized files and reports them in the skipped count rather than failing the entire batch.