here.now

Publish static websites and upload private files to here.now Drives.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill here-now-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill here-now-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It solves the problem of how to quickly publish agent-generated websites and persist private agent files without manual uploads or public exposure.

Core Features & Use Cases

  • Publish static sites to {slug}.here.now: Create or update a hosted website from a local file or directory, including support for SPA routing and custom viewer metadata.
  • Use private Drives for agent-to-agent handoff: Upload, download, list, and share private artifacts in scoped Drive tokens so other agents can access only what they need.
  • Works with authenticated and anonymous publishing: Anonymous sites expire in 24 hours, while authenticated publishes are permanent when an API key is available.

Quick Start

Use this skill by asking to publish your site folder so it becomes available at https://{slug}.here.now and then to share any private handoff files via a scoped Drive token.

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 public URL for agent handoff?

You can publish a static website to a public URL by deploying a local directory to a hosted slug address. This creates a durable URL for web content and supports SPA routing along with custom viewer metadata.

What is the best way to store private agent files for secure agent-to-agent handoff?

The best way to store private agent files is by uploading them to private Drives using scoped access tokens. This allows you to upload, download, list, and share private artifacts so other agents can securely access only what they need.

Do I need curl and jq to deploy my local directory to static site hosting?

Yes, you need curl, file, and jq installed to run the publish and drive operations. These dependencies handle the HTTP requests, file type detection, and JSON output processing required for static site hosting and private drive storage.

Does anonymous static site publishing expire?

Anonymous static site publishing expires in 24 hours. If you need permanent authenticated publishes, you must configure your environment with an API key for persistent URL sharing and durable web content hosting.

How does scoped access work for private drive storage tokens?

Scoped access for private drive storage works by generating scoped Drive tokens that restrict permissions. This ensures downstream agents can only list, download, or share the specific private artifacts and handoff bundles explicitly granted to them.

Can I use environment variables for authentication when uploading private agent files?

Yes, you can use environment variables like HERENOW_API_KEY and HERENOW_DRIVE_TOKEN for authentication when uploading private agent files. Alternatively, the scripts support authenticating via credentials or state files for drive operations.