here.now

Publish static websites to {slug}.here.now and store private files in a cloud Drive.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/devMoez/titan --skill here-now-devmoez
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/devMoez/titan/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/devMoez/titan --skill here-now-devmoez

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

here.now solves the problem of quickly publishing a shareable static website and separately storing private files for agent handoff, without needing complex hosting or storage setup.

Core Features & Use Cases

  • Publish static sites: Create or update a hosted site at {slug}.here.now, including single-file rich previews (images, PDF, video, audio) and multi-file listings/gallery experiences.
  • Maintain private cloud drives: Upload and manage private files in cloud Drive folders for persistence across agent sessions, including scoped token sharing for agent-to-agent handoff.
  • Choose authenticated or anonymous persistence: Publish anonymously with a 24-hour expiry, or use saved credentials/API key to create permanent sites.

Quick Start

Ask the skill to publish your folder as a site by running publish.sh on your directory.

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 and get a shareable URL?▼

You can publish a static website by running the publish.sh script on your directory, which uploads your files and hosts the site at a {slug}.here.now URL for immediate sharing.

What is agent handoff and how does scoped token sharing work?▼

Agent handoff uses scoped access tokens to share private cloud Drive folders with downstream agents, allowing secure file transfer and persistence across different agent sessions without complex storage setup.

Can I use curl and jq to upload arbitrary assets to a private drive?▼

Yes, the Skill uses curl, file, and jq-based helper scripts to call the here.now API, supporting Drive upload and export operations for arbitrary assets and documents alongside static site publishing.

Does static site publishing support single-file rich previews and multi-file galleries?▼

Static site publishing supports single-file rich previews for images, PDFs, video, and audio, as well as multi-file listings and gallery experiences hosted at your designated slug domain.

What are the limitations of anonymous static site hosting?▼

Anonymous static site hosting expires after 24 hours, so you must use saved credentials or an API key to create permanent sites and maintain persistent private cloud Drive storage.