What problem does it solve? Publishing a static artifact or handing off files between agent sessions often risks leaking credentials, .env files, or entire working directories. This Skill provides a safety-first workflow for publishing static sites to here.now and storing private artifacts in here.now Drives without exposing secrets or unrelated workspace files. ## Core Features & Use Cases - Static Site Publishing: Publish a reviewed staging directory or single file as a versioned public URL, with anonymous (24-hour) or authenticated (permanent) persistence, SPA routing, and slug-based updates. - Private Drive Handoffs: Upload, import, export, and share files in private Drives with scoped bearer tokens, TTLs, path prefixes, and ETag-based conflict protection. - Drive Snapshot Publishing: Deliberately publish a public rendering of a known private Drive version using an account API key. - Use Case: After building a static report, stage only the dist output in a temporary directory, verify the file list, publish it with the bundled publish.sh helper, and confirm the live URL with an HTTP check before sharing it. ## Quick Start Ask the agent to publish the contents of your dist folder as a here.now site using the here-now skill and report the resulting URL and expiry.