artifact-viewer-publishing
Installation
SKILL.md
Artifact Viewer Publishing
Publish self-contained HTML artifacts to a remote Artifact Viewer service. This integration is provider-neutral: it works with Codex, Claude Code, Gemini, custom agents, CI jobs, or a normal shell/Python process. It does not require Hermes.
What this provides
A successful publish creates:
- an immutable version URL:
https://<host>/a/<artifact-id>; - optionally, a stable named URL:
https://<host>/n/<name>.
Publishing another artifact with the same name moves the named URL to the new version while preserving the previous immutable URL. Named URLs are aliases, not a versioning substitute.
The deployed HTML is unlisted rather than authenticated: anyone who obtains a link can view it. Never publish credentials, private keys, raw environment files, access tokens, or unnecessary personal data.
Configuration
Configure the client outside the agent prompt and outside the repository: