here.now

Deploy static sites and store files at {slug}.here.now using curl, file, and jq.

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill here-now-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/519lab/thoth-agent/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/519lab/thoth-agent --skill here-now-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of publishing static sites and storing private files in the cloud, providing a seamless solution for sharing content and securely transferring data between agents.

Core Features & Use Cases

  • Static Site Publishing: Deploy websites at {slug}.here.now, complete with a customizable domain and file hosting.
  • Private File Storage: Securely store private files in cloud folders for agent-to-agent handoff.
  • Use Case: Suppose you need to share a project report with a collaborator. Use this Skill to upload the document to a cloud folder and provide them with access using a Drive token.

Quick Start

Use the here.now skill to publish the website at 'my-project.here.now' from the local directory 'my-project'.

Frequently Asked Questions about here.now

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static site to a cloud hosting URL from a local directory?

Static site deployment is handled by publishing your local directory to a URL at {slug}.here.now, using curl and jq to manage the upload and configuration. The site becomes accessible at your chosen slug subdomain.

Can I use curl and jq to upload private files for cloud-based file sharing?

Private file storage uses curl to transfer files into cloud folders, and a Drive token manages access for secure sharing. This supports agent-to-agent handoff of documents and data without exposing them publicly.

What environment variables do I need to set up before publishing a website or storing files?

You need to configure specific environment variables for API key and Drive token management before use. These credentials authenticate your cloud storage operations and site deployment requests.

Does here.now support custom domains for static web publishing or is it limited to subdomains?

Static site publishing deploys your content at {slug}.here.now, providing a customizable subdomain for hosting. The metadata indicates subdomain-based hosting rather than custom domain configuration.

What is the best way to share a project report stored in a cloud folder with a collaborator?

Upload the document to a private cloud folder using the file storage feature, then provide your collaborator with access via a Drive token. This enables secure, private file sharing between agents or users.