here.now

Publish static websites and manage private cloud storage drives via curl, file, and jq.

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

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 setup.

Core Features & Use Cases

  • Static Site Publishing: Deploy HTML sites or raw files to a live URL with a single command.
  • Private Cloud Drives: Create and manage secure, private storage for agent-related files, research, and assets.
  • Use Case: Use this skill to instantly host a generated report as a public website for a user, or to store sensitive research notes in a private Drive that persists across agent sessions.

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 without setting up server infrastructure?

You can deploy a static website to a live URL instantly by publishing HTML sites or raw files via a single command. This approach removes the friction of complex infrastructure setup by handling cloud hosting directly.

What is the best way to store agent-generated files so they persist across multiple sessions?

The best way to persist agent-generated files across sessions is by using private cloud storage drives. This creates secure, persistent storage for research notes and assets without managing your own storage backend.

Do I need curl and jq installed to publish web assets to a static site host?

Yes, you need curl, jq, and the file command installed. These dependencies are required to execute API interactions for cloud hosting and handle the file system operations needed for static site deployment.

Can I host a generated report as a public website for users to view directly?

Yes, you can host a generated report as a public website. You can instantly publish web assets from your current directory to a live URL, allowing users to view the generated content immediately.

Does this static site deployment approach work for managing sensitive research notes?

Yes, this approach supports sensitive research notes by providing private cloud drives. It creates secure, private storage explicitly for agent-related files, keeping sensitive data separate from publicly hosted web assets.