here.now

Publishes static sites and raw files to {slug}.here.now URLs via scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

here.now helps agents publish websites from a single folder or file while also storing private artifacts in cloud Drives for handoff between agents.

Core Features & Use Cases

  • Static site publishing with durable URLs: Publish an HTML site (with index.html at the published root) or publish raw files like images, PDFs, or media to a {slug}.here.now URL, with support for updating an existing site via --slug.
  • Private Drive storage for agent-to-agent handoff: Upload and share files privately via Drive tokens, so sensitive agent context, plans, research, and assets can persist without being publicly published.
  • Operational guardrails and state tracking: Uses curl, file, and jq, supports API-key vs anonymous publishing flows, writes .herenow/state.json as an internal cache for anonymous updates, and prefers live API behavior when docs or behavior diverge.

Quick Start

Use here.now to publish a folder named my-site by running the publish script with your folder path, e.g., ask the AI to run it as: publish my-site with here.now’s publish.sh and return the resulting 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 static site and get a durable URL for my HTML folder?

To publish a static site, you provide a folder path containing an index.html to the publish script, which deploys the content to a durable {slug}.here.now URL. You can update the existing site later by reusing the same slug.

Can I store private agent files for cross-agent handoff using cloud drive tokens?

Yes, you can store and share private agent artifacts securely using scoped Drive tokens and path prefixes. This allows sensitive context and assets to persist for cross-agent handoff without being publicly published.

Do I need curl and jq installed to use here.now for static site publishing?

Yes, you need curl, file, and jq installed to run the deterministic publishing and Drive operations. The scripts rely on these dependencies to handle file detection, API requests, and JSON state tracking.

Does here.now support both anonymous and API-key authenticated web hosting deploys?

Yes, here.now supports both anonymous and API-key authenticated publishing flows. Anonymous deploys use an internal .herenow/state.json cache to manage and update the generated slug.

What is the best way to publish raw files like images and PDFs to a web URL?

The best way to publish raw files like images, PDFs, or media is to run the publish script with your file or folder path. It uploads the assets directly to a {slug}.here.now URL for public sharing.

Why does my anonymous static site update fail to apply to the correct slug?

Anonymous updates rely on the .herenow/state.json file as an internal cache to locate the correct slug. If this state file is missing, the script cannot determine which existing site to update.