
Artifacts
- Updated June 25, 2026
- Btrmnt/artifact-marketplace
artifacts is a Claude Code skill in the AI & Agent Building category. Publish HTML artifacts to a private, CF-Access-gated host without leaving Claude Code.
Key points
- artifacts
- AI & Agent Building
- AI-coding skill
Artifacts by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Btrmnt/artifact-marketplace/plugin install artifacts@artifact-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 25, 2026 |
|---|---|
| Repository | Btrmnt/artifact-marketplace ↗ |
What it does
Publish HTML artifacts to a private, CF-Access-gated host without leaving Claude Code.
README.md
artifacts plugin
Publish HTML artifacts to a private, CF-Access-gated host from inside Claude Code.
Usage
One skill, /artifacts, covers the whole CLI. Invoke it and describe the
intent in natural language — Claude picks the right btrmnt subcommand
and interprets the JSON output.
Examples:
/artifactsthen "sign me in"/artifactsthen "publish this folder asepic-demo"/artifactsthen "who can viewepic-requirements?"/artifactsthen "roll prod back to the commit before lunch"
How it works
The skill instructs Claude to run btrmnt <subcommand> from the plugin's
bin/ directory and interpret the JSON output. The btrmnt tool handles
the OAuth localhost callback, token storage, git operations, and API calls.
Token storage: ${CLAUDE_PLUGIN_DATA}/credentials.json (mode 0600).
Configuration
Defaults to https://api.btrmntlab.com. Self-hosted deployments can override
by setting BTRMNT_API_ENDPOINT in the shell that runs Claude Code, or by
passing --api-endpoint <url> to any btrmnt subcommand.