here.now

Publish static websites and manage private Drive files on here.now.

Updated May 4, 2026
One-click install
npx skills add https://github.com/JamesFincher/gengar --skill here-now-jamesfincher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/JamesFincher/gengar/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/JamesFincher/gengar --skill here-now-jamesfincher

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The here.now Skill helps agents publish websites and store private files for later agent-to-agent handoff, avoiding manual hosting and file sharing work.

Core Features & Use Cases

  • Static site publishing: Deploy a directory (typically with an index.html) to a stable {slug}.here.now URL.
  • Drive-backed private storage: Upload, browse, download, and share private “Drive” content for persistent agent memory and assets.
  • Authenticated or anonymous publishing flows: Create permanent sites with an API key, or create short-lived anonymous sites with a claim URL when unauthenticated.

Quick Start

Publish a folder containing an index.html by running: Run the publish script on your folder using publish.sh {file-or-dir} --client gengar.

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 website to a custom URL?▼

To publish a static website, run the publish.sh script with your directory containing an index.html to deploy it to a stable {slug}.here.now URL through a 3-step create, upload, and finalize process.

Can I host private files for agent handoff across sessions?▼

Yes, you can host private files for agent handoff using Drive-backed private storage, which allows you to upload, browse, download, and share content persistently across conversations via scoped Drive tokens.

Do I need an API key to deploy a static site?▼

You do not need an API key to deploy a static site; authenticated publishing creates permanent sites with credentials, while anonymous publishing creates short-lived sites accessible via a claim URL.

What dependencies are required for static site hosting with this tool?▼

Static site hosting requires curl, jq, and file dependencies to execute the publish.sh and drive.sh scripts for authenticated operations and directory processing.

How do I share private agent files with other workflows?▼

You share private agent files by generating scoped Drive tokens through the drive.sh script, enabling secure content sharing and handoff across different agent workflows and sessions.