here.now

Publish static websites to here.now URLs and manage private cloud drive files.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Signmanal/VIGIL --skill here-now-signmanal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here.now
Source: https://github.com/Signmanal/VIGIL/tree/main/optional-skills/productivity/here-now
Command: npx skills add https://github.com/Signmanal/VIGIL --skill here-now-signmanal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the need for manual platform setup when agents need to publish static websites to shareable URLs or securely store private files for cross-agent handoff, streamlining security operations and analyst workflows.

Core Features & Use Cases

  • Static Site Publishing: Publish HTML sites, raw files, or entire directories to unique {slug}.here.now URLs, with support for SPA routing, custom viewer metadata, permanent authenticated hosting, or temporary anonymous hosting that expires in 24 hours.
  • Private Cloud Drive Management: Create and manage cloud drives to store sensitive agent files including investigation notes, context, plans, and assets, with scoped sharing tokens for secure handoff to other agents.
  • Use Case Example: A security analyst can use this Skill to publish a triage report as a public static site for their team, and store sensitive case notes in a private drive shared only with authorized investigation agents via a time-limited scoped token.

Quick Start

Use the here.now skill to publish the local 'triage-report' directory as a permanent static site and save the associated case notes to your default private 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 to a shareable URL for security investigations?

You can publish a static site by running the provided bash scripts to deploy local HTML directories, raw files, or SPAs to unique {slug}.here.now URLs, instantly generating shareable links for security investigation reports.

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

The best way to store private agent files is using this Skill's cloud drive management to create isolated drives for sensitive context, then sharing them with other agents via time-limited scoped tokens for secure cross-agent handoff.

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

Yes, you need curl, file, and jq binaries installed on your system, as the Skill's bash scripts depend on these command-line tools to handle file operations, API requests, and JSON parsing for site publishing and drive management.

Can I host temporary anonymous static assets that expire automatically?

Yes, you can host temporary anonymous static assets that automatically expire in 24 hours, alongside options for permanent authenticated hosting, making it suitable for sharing time-sensitive investigation evidence without leaving persistent public traces.

Does this Skill support scoped drive tokens for secure file sharing?

Yes, the Skill supports scoped drive token authentication, allowing security analysts to create time-limited, authorized access paths for sharing sensitive case notes and investigation context exclusively with designated cross-agent workflows.