here.now

Publish static websites and manage private cloud storage drives via the here.now API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the friction of deploying static websites and managing private file storage by providing a direct, command-line interface for agents to publish content and sync data to cloud drives.

Core Features & Use Cases

  • Static Site Hosting: Publish HTML, images, or raw files to a live URL with optional permanent hosting via API keys.
  • Private Cloud Storage: Create and manage private Drives for agent-specific files, research, and context, with support for secure sharing via scoped tokens.
  • Use Case: An agent can publish a research report as a public-facing website for a user, while simultaneously storing the raw source documents and intermediate notes in a private Drive for future reference.

Quick Start

Use the here.now skill to publish the contents of the current directory as a new website.

Frequently Asked Questions about here.now

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static website from the command line?

To deploy a static website, you publish HTML, images, or raw files directly to a live URL using API interactions. This static-site hosting process finalizes your web content for immediate public access without manual server configuration.

How does private cloud storage work for agent-generated files?

Private cloud storage for agent-generated files works by creating private Drives that persist data across agent sessions. You manage these drives using scoped tokens to securely store research, context, and source documents for future reference.

Do I need curl and jq to host static sites or manage cloud storage?

Yes, you need curl and jq to interact with the hosting API for site finalization and drive operations. You also need the file command to manage these static-site deployments and private cloud storage drives effectively.

Can I use this to publish a research report while storing raw source documents privately?

Yes, you can publish a research report as a public-facing website while simultaneously storing the raw source documents and intermediate notes in a private Drive. This allows seamless web content deployment alongside secure, token-based file persistence.

What's the best way to share private cloud storage drives with scoped tokens?

The best way to share private cloud storage drives is by generating scoped tokens that grant secure access. This mechanism facilitates seamless deployment of web content while maintaining strict, token-based file persistence across agent sessions.

Why does static site hosting require an API key?

Static site hosting requires an API key to enable optional permanent hosting of your published web content. Without it, you can still publish HTML, images, or raw files to a live URL, but permanent site finalization needs the key.