here.now

Publish static websites and store private files using curl, file, and jq.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of publishing static websites and securely storing private files for agent-to-agent handoff, enhancing collaboration and content management.

Core Features & Use Cases

  • Static Site Publishing: Deploy websites and files at {slug}.here.now with ease.
  • Private File Storage: Store and manage private agent files in cloud folders.
  • Use Case: Suppose you need to share a set of research documents with a partner agent. Use here.now to store the files in a cloud Drive and share access with a scoped token.

Quick Start

Use the here.now skill to publish the 'research' directory as a website and store the 'private_notes.md' file in the cloud Drive.

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 collaboration?

To publish a static site for agent collaboration, you can deploy website files to a generated `{slug}.here.now` URL. This allows automated agents to access and interact with the deployed content directly.

What is the best way to store private files for agent-to-agent handoff?

The best way to store private files for agent-to-agent handoff is by using cloud Drive folders with scoped access tokens. This ensures secure file sharing between collaborative workflows.

Do I need curl and jq installed to use static site publishing commands?

Yes, you need curl and jq installed locally to execute static site publishing commands. The skill also requires the file command to manage website deployment and private file storage operations.

Can I use cloud storage to share research documents with a partner agent?

Yes, you can use cloud storage to share research documents with a partner agent. The skill stores files in a cloud Drive and shares access securely using a scoped token.

How does static site publishing handle private content management?

Static site publishing handles private content management by separating public website deployment from private cloud storage. It publishes public files to a URL while keeping private agent files in secure cloud folders.