What problem does it solve? Claude-generated HTML artifacts live only inside the chat session, making them hard to keep, share, or publish. This Skill copies an artifact page into a dated local inbox and publishes it to a deployed artifacts gallery so it can be committed and served via GitHub Pages. ## Core Features & Use Cases - Multi-source resolution: Accepts a claude.ai artifact URL (fetched via WebFetch), an explicit local .html path, or an artifact just generated in the current conversation. - Security scrub gate: Runs a blocking secrets scan on the source file before anything is copied or published, preventing credentials from becoming publicly served content. - Dated, collision-safe publishing: Saves under a <name>-YYYY-MM-DD.html filename in .claude/artifacts/, then runs build-artifacts-index.sh to publish into docs/artifacts/ and rebuild the gallery index. - Use Case: After building an interactive HTML report in a Claude session, ask to save it — the Skill scrubs it, files it under a dated name, and publishes it to the gallery for sharing. ## Quick Start Ask the assistant to save the artifact you just built, or provide a claude.ai artifact URL or a path to a local .html file to save and publish it.