here.now

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

150|25|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill here-now-devsoul2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/Devsoul2026/Hermes-One-Click/tree/main/hermes-agent/optional-skills/productivity/here-now
Command: npx skills add https://github.com/Devsoul2026/Hermes-One-Click --skill here-now-devsoul2026

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Publishing websites and securely handing off artifacts between Hermes agents can be laborious without a centralized workflow. This Skill automates site publishing to the here.now platform and enables private file storage in cloud Drives for agent-to-agent handoffs.

Core Features & Use Cases

  • Publish local folders or Drive snapshots as slug-based sites on here.now, with optional viewer metadata and SPA routing.
  • Manage private Drive storage for agent memory, context, and assets via drive.sh, including listing, uploading, sharing, and tokens.
  • Persist publishes state locally to assist audits, resumes, and cross-agent handoffs with claim tokens and URLs.

Quick Start

Run publish.sh on a target folder or publish a Drive snapshot to create a site and save its URL for subsequent handoffs.

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

Publish a static site for agent handoff by running publish.sh on a local folder or Drive snapshot to deploy it to a slug-based URL on the here.now platform with optional viewer metadata.

How do I manage private file storage for agent context and assets?

Manage private file storage for agent context by using drive.sh to list, upload, share, and generate tokens for cloud Drives, enabling secure agent-to-agent handoff of private files.

Do I need curl and jq installed to publish sites on macOS and Linux?

Yes, you need curl, file, and jq installed as prerequisites to run the publish and drive scripts for managing site deployments and Drive storage on macOS and Linux.

Can I publish a site anonymously without viewer metadata?

Yes, you can publish sites anonymously using publish.sh, which supports both authenticated and anonymous publishing with optional viewer metadata and slug-based updates.

How does SPA routing work when publishing local folders?

SPA routing is supported during site publishing by configuring the deployment through publish.sh, ensuring single-page application routes resolve correctly on the resulting slug-based here.now URL.

How do I persist publish state to resume agent handoffs?

Persist publish state locally by saving claim tokens and URLs generated by publish.sh, allowing subsequent agents to audit, resume, and complete cross-agent handoffs securely.