here.now

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, file, jq, and includes scripts (resource) components.

What problem does it solve? Agents often need to share generated websites, reports, or files with users and other agents, but lack a built-in hosting and storage mechanism. This Skill publishes static sites to live URLs and stores private files in cloud Drives for agent-to-agent handoff. ## Core Features & Use Cases - Static Site Publishing: Publish HTML sites, single files, or directories to {slug}.here.now URLs, with support for SPA routing, forkable sites, and auto-generated viewers for media and PDFs. - Private Cloud Drives: Upload, list, download, import, export, and delete files in private Drives, with scoped share tokens for secure agent-to-agent handoff. - Anonymous or Authenticated Publishing: Publish anonymously with 24-hour expiry and claim URLs, or use an API key for permanent sites saved to an account. - Use Case: An agent generates an HTML report, publishes it to a live URL for the user, then stores the source data in a Drive and shares a scoped token with another agent for follow-up work. ## Quick Start Publish the folder my-site containing index.html to a live here.now URL using the publish script. ## Quick Start Ask the agent to publish your site folder with the here.now skill and share the resulting live 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 site to a live URL from the command line?

Run the publish.sh script 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 do I store private files in a cloud Drive for agent handoff?

Use the drive.sh script with commands like put, ls, cat, and share to manage files in a Drive. Generate a scoped share token with a narrow pathPrefix and short TTL to hand off access to another agent securely.

Do anonymous here.now sites expire?

Yes, sites published without an API key expire after 24 hours. The script returns a claim URL that lets you keep the site permanently, but claim tokens are shown only once and cannot be recovered.

How do I get a here.now API key for permanent sites?

Request a one-time sign-in code via the /api/auth/agent/request-code endpoint with your email, then verify the code at the verify-code endpoint to receive an API key. Save it to ~/.herenow/credentials with chmod 600 permissions.

What are the limitations of Drive file storage?

Individual Drive files are limited to 500 MB per upload. Drive tokens must reference drives by drv_ id and cannot list all drives or resolve drive names, which require account API key credentials.