here.now

Publish local site directories to here.now and manage private Drive storage.

78|16|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/sheawinkler/hermes-agent-ultra --skill here-now-sheawinkler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/sheawinkler/hermes-agent-ultra/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/sheawinkler/hermes-agent-ultra --skill here-now-sheawinkler

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

here.now streamlines publishing static sites and securely storing agent files for cross-agent handoffs, reducing friction between local development and deployment.

Core Features & Use Cases

  • Publish local site directories to here.now with optional SPA routing and viewer configuration.
  • Manage private cloud Drives for agent-to-agent handoff, including listing, uploading, sharing, and token-based access.
  • Persist site metadata and drive state to support rollbacks, versioning, and audits in long-running agent workflows.

Quick Start

Publish a local site directory to here.now and receive a shareable site 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 local static site directory to a shareable URL?

You can publish a local static site directory by running scripts/publish.sh, which uploads your files to the here.now platform and returns a shareable site URL. It supports optional SPA routing and viewer configuration during the publishing process.

What's the best way to share files between agents for cross-agent handoffs?

For cross-agent handoffs, you can manage private cloud Drives using scripts/drive.sh to list, upload, and share files via token-based access. This enables secure agent-to-agent file sharing across local directories and cloud Drives.

Do I need curl and jq installed to automate static site publishing?

Yes, you need curl, jq, file, and sha256sum or shasum installed. These dependencies are required to execute the scripts that orchestrate publishing, drive operations, and state persistence for agent workflows.

Can I persist site metadata and drive state for rollbacks in long-running agent workflows?

Yes, the scripts persist site metadata and drive state to support rollbacks, versioning, and audits in long-running agent workflows. This ensures deterministic site publishing and reliable state tracking across operations.

Does here.now support SPA routing configuration when publishing static sites?

Yes, here.now supports optional SPA routing configuration when publishing local site directories. You can configure viewer settings and SPA routing through scripts/publish.sh during the site publishing process.