here.now

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

1|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/icyzh/hermes-web --skill here-now-icyzh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/icyzh/hermes-web/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/icyzh/hermes-web --skill here-now-icyzh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill removes the friction of deploying static websites and managing private file storage, allowing agents to share content or persist data without complex infrastructure.

Core Features & Use Cases

  • Site Publishing: Deploy HTML sites or raw files to a live URL with a single command.
  • Private Drives: Securely store and organize agent-specific files, research, or code in private cloud folders.
  • Use Case: An agent can publish a research report as a live website for a user to view, while simultaneously saving the raw data and supporting documents into 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 to a live URL?

You can publish static HTML sites or raw files to a live URL with a single command. The skill uses curl and jq to interact with the here.now API for site finalization, instantly deploying the contents of your current directory.

Can I use cloud storage to persist files across agent sessions?

Yes, you can securely store and organize agent-specific files in private cloud drives. This facilitates file synchronization and secure data persistence across agent sessions without requiring complex infrastructure.

Do I need curl and jq to manage private cloud storage drives?

Yes, you need curl, file, and jq installed to use this skill. These dependencies are required to interact with the here.now API for site finalization and private drive management operations.

What is the best way to share agent-generated content as a live website?

Publishing static HTML sites or raw files to a live URL is the best way to share agent-generated content. This removes deployment friction, allowing agents to share research reports for users to view instantly.

Does this site publishing approach work with raw files?

Yes, this deployment approach supports both HTML sites and raw files. You can publish raw files to a live URL with a single command, making it easy to share various types of agent-generated content.

Why do I need the file command for static site deployment?

The file command is required to determine file types during the deployment process. Along with curl and jq, it enables the skill to interact with the here.now API for proper site finalization and drive management.