here.now

Publish static sites to slug domains and store files in Drives.

Updated May 3, 2026
One-click install
npx skills add https://github.com/JuanMS20/solviora-agent --skill here-now-juanms20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/JuanMS20/solviora-agent/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/JuanMS20/solviora-agent --skill here-now-juanms20

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Publish static sites to {slug}.here.now and store private files in cloud Drives for agent-to-agent handoff.

Core Features & Use Cases

  • Publish sites to unique slug domains (e.g. {slug}.here.now) for quick web presentation.
  • Manage private Drives for agent context, memory, and assets with drive-based workflows.
  • Automate site publishing and drive interactions to streamline operator and automation tasks.

Quick Start

Publish a site or Drive snapshot by running the publish.sh script with your target path.

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 to a unique slug domain?

Static site publishing to {slug}.here.now is executed by running the publish.sh script with your target path. This automates web hosting deployment for quick site presentation, requiring here.now credentials and dependencies like curl and jq.

What is a Drive for agent-to-agent handoff?

A Drive for agent-to-agent handoff is a private cloud storage mechanism used to securely store files, context, and memory for automated workflows. It enables seamless asset transfer between operators and agents.

Do I need curl and jq installed to automate site publishing?

Yes, curl and jq are required to automate site publishing. The deployment scripts depend on these tools, along with file, sha256sum, and shasum, to process API requests and verify file integrity during web hosting automation.

Can I use this for automated web hosting of site snapshots?

Yes, you can use this for automated web hosting of site snapshots. The publish.sh script deploys path-based snapshots to a {slug}.here.now domain, streamlining operator and automation tasks for quick web presentation.

What's the best way to securely hand off private files between agents?

The best way to securely hand off private files is to use cloud Drives via the here.now drive scripts. This stores private assets for agent context and memory, ensuring secure drive-based handoffs within automated workflows.

Why does the deployment script require sha256sum and shasum?

The deployment script requires sha256sum and shasum to compute cryptographic hashes for file verification during site publishing and drive storage. This ensures data integrity when automating site publishing and secure drive-based handoffs.