here.now

Publish static websites and store private files on {slug}.here.now.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of publishing static websites and storing private files in cloud drives, making it efficient for agent-to-agent handoff.

Core Features & Use Cases

  • Static Site Publishing: Publish websites and files at {slug}.here.now with ease.
  • Cloud Drive Storage: Store private agent files in cloud folders securely.
  • Use Case: Imagine you need to share a website or a private document with another agent. Use this Skill to quickly publish the site or store the document in a cloud drive and share the link.

Quick Start

To publish a website or store a file, simply run the command: publish.sh {file-or-dir}

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 to cloud storage for agent-to-agent handoff?

Publish a static site to cloud storage by running the publish script with your file or directory. This deploys your website at a designated slug domain and stores private files in cloud drives for agent-to-agent sharing.

What's the best way to store private agent files in a cloud drive?

Store private agent files in a cloud drive by running the publish command with your target file. The Skill securely places documents in cloud folders and returns a shareable link for agent-to-agent handoff.

Do I need curl and jq installed to publish static websites?

Yes, you need curl, file, and jq installed in your environment to publish static websites. These command-line dependencies handle file transfers, file type detection, and JSON processing for cloud storage operations.

Can I use this approach to share private documents with another agent?

Yes, you can share private documents with another agent by storing files in the cloud drive. The Skill generates shareable links at your designated subdomain, enabling efficient agent-to-agent file handoff.

How does website publishing work with local static site files?

Website publishing works by passing local static site files or directories to the publish script. The script processes the input using curl and jq, then deploys the content to a slug-based subdomain for immediate access.

Are there limitations when deploying static sites for agent-to-agent handoff?

This Skill is limited to static site deployment and private file storage at a fixed subdomain. It requires curl, file, and jq commands, and does not support dynamic server-side rendering or database-driven website publishing.