What problem does it solve? Sharing a static page, prototype, report, or viewer usually requires ad-hoc hosting or temporary sharing links. This Skill publishes a local static directory to a durable Todero-controlled S3 bucket served through CloudFront, giving you a persistent public URL without manual AWS work. ## Core Features & Use Cases - Validated Publishing: Checks that the source directory has a root index.html, contains no symlinks or hidden files, and uses a safe lowercase slug before any upload happens. - Collision-Safe Slugs: Rejects overwriting existing pages unless you pass --update from the original source directory holding local ownership state; generated slugs get automatic suffixes on collision. - Scoped Credentials: Uses namespaced PAPERCLIP_PAGE_AWS_* environment variables so the uploader identity never leaks into the rest of the agent run. - Use Case: You built a static HTML report in ./site and want a shareable link. Run the publish helper with --slug q3-report and receive a public URL like https://pages.todero.ing/q3-report/. ## Quick Start Ask the agent to publish the static site in the ./site directory to the Todero pages host with the slug my-page and return the public URL.