here.now

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Publish sites and private drives for agents to host web assets and enable seamless cross-agent handoffs, reducing setup time and coordination overhead.

Core Features & Use Cases

  • Publish static sites or files to a live slug-based URL (e.g. {slug}.here.now) with optional ephemeral or permanent hosting.
  • Manage private cloud Drives for agent-to-agent storage of context, memories, assets, and research.
  • End-to-end workflow: create/update publish, upload files, and finalize with metadata and viewer configuration; supports authenticated and anonymous modes with appropriate persistence.

Quick Start

Publish a site by running publish.sh <path-to-site> to create or update a here.now publication.

Frequently Asked Questions about here.now

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish static sites to a live URL for agent access?

You can publish static sites to a live slug-based URL by running publish.sh <path-to-site>, which creates or updates a here.now publication with optional ephemeral or permanent hosting.

What are private cloud Drives used for in cross-agent handoffs?

Private cloud Drives enable agent-to-agent storage of context, memories, assets, and research, reducing setup time and coordination overhead for seamless cross-workflow collaboration.

Do I need curl and jq to upload files and manage site metadata?

Yes, you need curl, file, and jq installed to interact with the here.now API for uploading, finalizing, and managing site metadata and drive content.

Can I use anonymous mode to deploy web assets without authentication?

Yes, the workflow supports both authenticated and anonymous modes with appropriate persistence for deploying web assets and managing cross-agent handoffs.

What is the best way to share research context between multiple agents?

The best way is managing private cloud Drives to store context, memories, assets, and research for agent-to-agent sharing, enabling seamless cross-agent handoffs across workflows.