here.now

Publish static sites and private drives to the here.now platform.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Plaidmustache/hermes-nulab --skill here-now-plaidmustache
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/Plaidmustache/hermes-nulab/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/Plaidmustache/hermes-nulab --skill here-now-plaidmustache

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff.

Core Features & Use Cases

  • Publish sites at a slug URL on here.now for instant sharing and collaboration.
  • Store and sync private agent files in cloud Drives for persistent memory and tooling handoffs.
  • Supports both anonymous and authenticated publishing, Drive-based publishing, SPA routing, and viewer metadata customization.

Quick Start

Publish a directory or Drive snapshot by running the publish script with your target path.

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 URL for agent-to-agent handoffs?

To publish a static site for agent-to-agent handoffs, you can publish local directories or Drive snapshots to a slug URL on the here.now platform using the provided automation scripts.

What's the best way to store private agent files in a cloud Drive for persistent memory?

Storing private agent files in cloud Drives for persistent memory is handled by syncing files through the here.now API, supporting both anonymous and authenticated publishing workflows for secure tooling handoffs.

Do I need curl and jq to deploy a static site or sync a Drive?

Yes, you need curl, jq, and the file command installed, as these dependencies are required to interact with the here.now API and manage the publishing and Drive sync workflows.

Can I configure SPA routing and viewer metadata when publishing a directory?

Yes, you can configure SPA routing and customize viewer metadata when publishing static sites from both Drive and non-Drive sources to the here.now platform.

How do I update an existing static site publish or manage its expiry?

Updating existing publishes and managing viewer metadata, expiry configurations, and SPA settings across Drive and non-Drive sources is supported through the here.now API integration scripts.

What is the here.now platform used for in static site deployment?

The here.now platform is used to publish static sites at a slug URL for instant sharing and to store private files in cloud Drives, enabling seamless agent-to-agent collaboration and handoffs.