here.now

Publish static sites and store private agent files via the here.now API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Publish static sites and store private agent files to enable seamless agent handoff.

Core Features & Use Cases

  • Publish websites via the here.now API with a slug or publish directory to a live URL
  • Store private agent files in cloud Drives for memory, context, and collaboration
  • Supports anonymous (24h) and authenticated (permanent) publishing flows, with optional Drive-based publishing

Quick Start

Run the publish.sh script with your target folder to create or update a site.

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 a live URL for agent handoff?

You can publish a static site by running the publish.sh script with your target directory, which uses the here.now API to generate a live URL for agent handoff.

How do I store private agent files in a Drive for context persistence?

Use the drive.sh script to store private agent files in cloud Drives, enabling context storage and memory persistence across multiple agent sessions and teammates.

Do I need curl and jq to automate static site publishing?

Yes, automating static site publishing requires curl and jq, along with file, sha256sum, and shasum, to orchestrate API requests, file uploads, and Drive operations.

What is the difference between anonymous and authenticated publishing flows?

Anonymous publishing provides temporary 24-hour site availability, while authenticated publishing creates permanent URLs, with both supporting optional Drive-based file operations.

Can I use a custom slug when publishing a directory to a live URL?

Yes, you can specify a custom slug or publish directory when running the publish.sh script, allowing the here.now API to map your static site content to a defined live URL.