What problem does it solve? Sharing a website or persisting agent-generated files usually requires configuring hosting, DNS, and storage accounts. This Skill lets an agent publish any file or directory to a live {slug}.here.now URL and store private files in cloud Drives with a single script call. ## Core Features & Use Cases - Site Publishing: Publish HTML sites, single files, or directories to a live URL via a three-step create-upload-finalize flow, with support for updates, SPA routing, custom TTLs, and forkable sites. - Private Drive Storage: Create, list, upload, download, import, export, and delete files in private 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 save an API key for permanent sites tied to an account. - Use Case: After generating a project report site, run publish.sh my-site/ --client hermes and immediately share the returned https://{slug}.here.now/ URL with the user. ## Quick Start Ask the agent to publish a local folder as a website, for example: "Publish my portfolio folder as a site on here.now and give me the live URL."