What problem does it solve? Agents often generate websites, reports, or files that need to be shared or persisted, but setting up hosting and storage requires manual configuration. This Skill publishes files and directories to live URLs at {slug}.here.now and provides private cloud Drive storage for agent files, all through simple shell scripts. ## Core Features & Use Cases - Site Publishing: Publish a file or directory to a live URL with a three-step create-upload-finalize flow, supporting HTML sites, single-file viewers, directory listings, SPA routing, and forkable sites. - Private Drive Storage: Create, list, upload, download, import, export, and delete files in cloud Drives, with scoped share tokens for agent-to-agent handoff. - Anonymous and Authenticated Modes: Publish anonymously with 24-hour expiry and claim URLs, or use an API key obtained via email sign-in code for permanent sites. - Use Case: After generating an HTML report, run publish.sh to get a live URL to share with the user, then store the source data in a Drive so it persists across sessions. ## Quick Start Publish the folder containing my generated website to here.now and give me the live URL.