here.now

Publish static sites to here.now URLs and manage private Drive files via curl and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps you turn agent output into a shareable static site while keeping intermediate or sensitive files private using cloud Drive storage for agent handoff.

Core Features & Use Cases

  • Publish static sites to a {slug}.here.now URL with a three-step create/update → upload → finalize flow.
  • Store private files in here.now Drives for persistent, agent-to-agent handoff without exposing them as public web content.
  • Manage publish/auth behavior safely by supporting anonymous (24h) publishes or authenticated permanent publishes via an API key, plus scoped Drive tokens for limited access.

Quick Start

Use the here.now skill to publish the folder you prepared by running the publish helper to output the live site URL for {slug}.here.now.

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 shareable URL?

You can publish a static site to a shareable URL using a three-step workflow: create or update the deployment, upload files, and finalize the publish. This generates a live site address at a designated slug domain.

How can I share private files between agents for handoff?

You can share private files for agent handoff by uploading them to cloud Drive storage. This uses scoped tokens to manage access, keeping intermediate or sensitive files private without exposing them as public web content.

Do I need an API key for static site deployment?

An API key is not required for static site deployment. You can perform anonymous publishes that last for 24 hours, or provide an API key for authenticated, permanent site deployments stored in local credentials.

Can I use curl to manage cloud drive storage and publishing?

Yes, you can use curl with jq-based JSON handling to perform authenticated or anonymous publishes and Drive operations. This allows you to list, upload, download, and share private files directly from the command line.

What is the difference between anonymous and authenticated publishing?

Anonymous publishing creates temporary deployments that expire after 24 hours, while authenticated publishing uses a stored API key to create permanent site deployments with persistent cloud Drive storage access.