here.now

Publish static sites to here.now URLs and store agent files in cloud Drives.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Publish websites and store private agent files in cloud Drives to enable seamless agent-to-agent handoffs and persistent context across sessions.

Core Features & Use Cases

  • Sites: publish websites at {slug}.here.now and manage viewer metadata.
  • Drives: store private agent files in cloud Drives for persistent, private storage.
  • Use Case: deploy a static site and attach agent context for cross-session collaboration.

Quick Start

Publish a local site directory to a live {slug}.here.now URL using the publish script.

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 agent-to-agent handoff?

Publish a static site for agent-to-agent handoff by deploying a local directory to a live {slug}.here.now URL using the publish script, managing viewer metadata and slug updates for cross-session collaboration.

What is cloud Drive storage used for in agent workflows?

Cloud Drive storage in agent workflows is used for storing private agent files persistently, enabling seamless agent-to-agent handoffs and preserving context across sessions without exposing data publicly.

Do I need curl and jq to publish static sites with here.now?

Yes, you need curl, jq, and the file command to publish static sites with here.now. These dependencies handle API requests, JSON parsing, and file type detection during the publishing and drive storage workflows.

Can I publish a static site anonymously without API keys or tokens?

Yes, you can publish a static site anonymously using the publish script. Environment controls allow optional API keys, tokens, and drive usage for authenticated publishing, slug management, and finalization when needed.

How do I store private agent files in cloud Drives for persistent context?

Store private agent files in cloud Drives for persistent context by configuring the drive-based sources with your environment tokens, allowing agents to retrieve and append private context across multiple sessions securely.

What are the limitations of using static-site publishing for agent handoffs?

Limitations of static-site publishing for agent handoffs include the requirement for specific CLI dependencies like curl and jq, and reliance on environment-configured API keys and tokens for managing authenticated publishing and drive-based finalization.