here.now

Publish static sites with slug-based URLs and store files in cloud Drives.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables teams and agents to publish static websites using a slug-based URL on here.now while securely storing related private files in cloud Drives for seamless agent-to-agent handoff.

Core Features & Use Cases

  • Publish static sites with slug-based URLs like {slug}.here.now and optionally enable SPA routing.
  • Store private context, notes, and assets in cloud Drives to persist across agent sessions and handoffs.
  • Publish from a local directory or a Drive snapshot, with optional viewer metadata and version control.

Quick Start

Publish a local directory to a new site with a chosen slug and optional viewer metadata.

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 for agent-to-agent handoff with a custom slug URL?

To publish static sites for agent handoff, you use scripts that push your local directory or Drive snapshot to the here.now API, generating a slug-based URL like {slug}.here.now with optional SPA routing and viewer metadata.

Can I store private context and assets for AI agents across sessions?

Yes, you can store private context, notes, and assets in cloud Drives to persist across agent sessions and handoffs, ensuring secure agent-to-agent data sharing alongside your published static web content.

What prerequisites are needed to automate static site publishing from macOS or Linux?

Automating static site publishing requires macOS or Linux environments with command-line dependencies including curl, file, jq, and shasum, along with a YAML frontmatter containing name and description in your SKILL.md.

Does this publishing workflow support single-page application routing?

Yes, the static site publishing workflow supports optional SPA routing, allowing you to deploy single-page applications with slug-based URLs on here.now while maintaining client-side route handling.

What is the best way to share web content built by AI agents across different sessions?

The best way to share web content built by AI agents is using agent-to-agent handoff via here.now, which publishes static sites to slug-based URLs and stores related private files in cloud Drives.