here.now

Publishes static web content and manages private cloud storage drives via CLI.

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

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 web content and managing private file storage by providing a direct, command-line interface for publishing sites and syncing files to cloud drives.

Core Features & Use Cases

  • Static Site Publishing: Deploy HTML, images, or raw files to a live URL with a single command, supporting both anonymous 24-hour hosting and permanent authenticated sites.
  • Private Cloud Drives: Create and manage private storage folders for agent-to-agent file handoff, research assets, and persistent memory.
  • Use Case: An agent can publish a research report as a live website for a user to view, while simultaneously storing the raw data and source documents in a private Drive for future reference or sharing with another agent.

Quick Start

Use the here.now skill to publish the contents of the current directory as a new static 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 site to a live URL from the command line?

Static site deployment publishes HTML, images, and raw files to a live URL via a single command. It supports anonymous 24-hour hosting and permanent authenticated sites, using curl, file, and jq for API interactions and file type detection.

Can I use private cloud storage for agent-to-agent file synchronization?

Private cloud storage enables agent-to-agent file synchronization by creating private drives for secure document and research asset handoffs. These drives persist context files across sessions, managed via command-line API interactions using curl and jq.

Do I need curl and jq to publish static web content?

Curl and jq are required dependencies to publish static web content. Curl handles API interactions for deployment, jq processes JSON responses, and the file command detects file types, ensuring assets are correctly uploaded to the hosting environment.

What is the best way to host a research report as a website while storing raw data privately?

The best way is publishing the research report as a static website for live viewing, while simultaneously saving source documents in a private cloud drive. This enables secure persistent storage and future agent-to-agent file sharing across sessions.

Does anonymous static site hosting expire?

Anonymous static site hosting expires after 24 hours. For permanent web asset deployment, you must use authenticated sites, ensuring published HTML, images, and raw files remain accessible on the live URL without time constraints.