here.now

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, file, jq, 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

  • Site publishing: publish HTML sites to the slug.here.now URL and manage content.
  • Drive storage: store private agent files in cloud Drives for handoffs and persistence.
  • Auth & tokens: support anonymous and authenticated publishing flows with slug updates.

Quick Start

Publish a local site directory to a live here.now 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 for agent handoffs?

To publish a static site, you use the tool to push local HTML directories to a slug.here.now URL, generating a live web address for agent-to-agent handoffs and content management.

What is private Drive storage used for in agent-to-agent workflows?

Private Drive storage is used to securely store private agent files in the cloud, enabling data persistence and secure handoffs between Hermes agents during multi-step workflows.

Do I need curl and jq installed to use this site publishing tool?

Yes, you need curl, file, and jq installed in your environment, as these dependencies are required to execute the shell scripts for site publishing and Drive operations.

Can I update an already published static site using a custom slug?

Yes, the tool supports slug-based publishing with both anonymous and authenticated flows, allowing you to manage content and update previously published static sites at your designated slug URL.

What is the best way to transfer private files between Hermes agents?

The best way to transfer private files is using token-based handoffs via the drive.sh script, storing data in cloud Drives where downstream agents can securely access the persisted files.

Are there limitations when using anonymous authentication for site publishing?

Anonymous publishing allows quick public site deployments to a slug URL, but authenticated flows provide necessary access controls for managing and updating private Drive content and secure handoffs.