here-now

Publish static web content to live here.now URLs and store files in persistent cloud drives.

3|1|Updated Nov 5, 2015
One-click install
npx skills add https://github.com/Flowm/dotfiles --skill here-now-flowm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: here-now
Source: https://github.com/Flowm/dotfiles/tree/main/home/.agents/skills/here-now
Command: npx skills add https://github.com/Flowm/dotfiles --skill here-now-flowm

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the need to manually set up custom web hosting or cloud storage for sharing content and persisting agent files, letting you deploy live websites and store private data in seconds.

Core Features & Use Cases

  • Public Site Publishing: Deploy HTML sites, static files, images, PDFs, and videos to live here.now URLs, with options for password protection or restricted invite-only access.
  • Private Cloud Drive Storage: Store agent context, memory, plans, assets, and other files in persistent private cloud folders that work across sessions and tools, with scoped sharing options for other agents.
  • Use Case: If you need to share a project demo with a client via a public link, or save research notes privately to access later across different AI tools, this skill handles both tasks without manual configuration.

Quick Start

Use the here-now skill to publish the local 'project-demo' folder to a live public URL and save the meeting-notes.md file to your private here.now Drive.

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 public URL without setting up custom hosting?

Static site hosting is handled by publishing local HTML, images, or PDFs to live public URLs via bundled bash scripts and the here.now REST API, eliminating custom web deployment infrastructure.

Can I store agent context and memory in persistent cloud drive storage across sessions?

Persistent cloud drive storage allows you to save agent context, memory, and plans in private folders that work across sessions and tools, with scoped sharing options for other agents to access.

Does this static site hosting tool support password protection and invite-only access control?

Access control is supported during web deployment, allowing you to publish content with password protection or restricted invite-only access to manage who views the live public URLs.

Do I need curl and jq installed to use this file publishing and storage skill?

You need curl, file, and jq installed as dependencies, because the skill uses bundled bash scripts and REST API calls to handle file publishing and drive file management.

What is the best way to share project demos via public links while keeping research notes private?

File publishing lets you deploy project demos to public links while simultaneously storing research notes in private cloud folders, handling both tasks without manual configuration.

Are there limitations when hosting videos or large static files with this approach?

The skill supports hosting static files, images, PDFs, and videos, but relies on the here.now REST API for bandwidth and storage limits, meaning extremely large files may face API constraints.