here.now

Publish static websites to here.now and store private files in cloud Drives.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill here-now-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/optional-skills/productivity/here-now
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill here-now-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

here.now removes the friction of sharing finished work by letting agents publish static sites and keep private files in cloud Drives for later handoff.

Core Features & Use Cases

  • Static Site Publishing: Turn a folder or single file into a live here.now site for demos, prototypes, docs, or shareable assets.
  • Private Drive Storage: Save notes, plans, research, media, or code in a private Drive instead of exposing it publicly.
  • Scoped Sharing: Create read or write tokens for specific paths so another agent can access only the files they need.
  • Use Case: A developer can publish a build preview for stakeholders while storing internal notes and handoff materials in a Drive.

Quick Start

Ask the skill to publish the chosen folder to here.now or store the selected files in a private Drive for agent handoff.

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 for a build preview using a command line workflow?

You can publish a static site by uploading the build folder to here.now, which finalizes the upload and provides a live URL for stakeholders to view the preview.

Can I store private handoff files in cloud storage for an agent workflow?

Yes, you can store private handoff files in a private Drive, allowing agents to save notes, plans, research, media, or code for later retrieval across sessions.

Does publishing static sites with here.now require curl and jq?

Yes, the static site publishing and private Drive storage workflow requires curl, file, and jq, alongside authenticated API keys or drive tokens for upload operations.

How do I scope file sharing permissions for specific agent paths?

You can scope file sharing by creating read or write tokens for specific paths, ensuring another agent can access only the files they need for the handoff.

What is the best way to transfer documents between agents while preserving private project context?

The best way to transfer documents while preserving private context is storing files in a private Drive and generating scoped sharing tokens for another agent to retrieve.

Are there limitations when using here.now for static website publishing?

A limitation is that the workflow depends on authenticated API key or drive token handling, meaning agents must manage credentials properly to execute upload, finalize, listing, and retrieval.