What problem does it solve? Agents often need to share generated websites, reports, or files with users and other agents, but lack a built-in hosting and storage mechanism. This Skill publishes static sites to live URLs and stores private files in cloud Drives for agent-to-agent handoff. ## Core Features & Use Cases - Static Site Publishing: Publish HTML sites, single files, or directories to {slug}.here.now URLs, with support for SPA routing, forkable sites, and auto-generated viewers for media and PDFs. - Private Cloud Drives: Upload, list, download, import, export, and delete files in private Drives, with scoped share tokens for secure agent-to-agent handoff. - Anonymous or Authenticated Publishing: Publish anonymously with 24-hour expiry and claim URLs, or use an API key for permanent sites saved to an account. - Use Case: An agent generates an HTML report, publishes it to a live URL for the user, then stores the source data in a Drive and shares a scoped token with another agent for follow-up work. ## Quick Start Publish the folder my-site containing index.html to a live here.now URL using the publish script. ## Quick Start Ask the agent to publish your site folder with the here.now skill and share the resulting live URL.