---
name: Artifact Sharing
slug: artifact-sharing
category: Automation
description: Artifact Sharing folds a multi-file report into one self-contained HTML file, publishes it as a secret GitHub gist, and checks the preview URL before returning it. Use it when you need to share a report link from an agent workflow.
github: "https://github.com/h0x91b/dev-3.0/tree/main/change-logs/2026/08/17/feature-20-share-artifact-skill.md"
language: TypeScript
stars: 249
forks: 31
install: "npx degit https://github.com/h0x91b/dev-3.0/tree/main/change-logs/2026/08/17 ~/.claude/skills/17"
installs_to: ~/.claude/skills/17
source_path: change-logs/2026/08/17/feature-20-share-artifact-skill.md
collection_size: 11
category_size: 1648
collection_url: "https://dirskills.com/collections/h0x91b/dev-3.0"
added: 2026-09-02T05:20:58.420Z
last_synced: 2026-09-02T05:20:58.420Z
canonical_url: "https://dirskills.com/skills/artifact-sharing"
---

# Artifact Sharing

Artifact Sharing folds a multi-file report into one self-contained HTML file, publishes it as a secret GitHub gist, and checks the preview URL before returning it. Use it when you need to share a report link from an agent workflow.

**Install:**

```bash
npx degit https://github.com/h0x91b/dev-3.0/tree/main/change-logs/2026/08/17 ~/.claude/skills/17
```

## README

Short: Share a report as a gist link

dev3 now ships a `dev3-share-artifact` skill to every agent: ask for a link to a report and the agent folds the multi-file artifact into one self-contained HTML file, publishes it as a secret GitHub gist, and verifies the preview URL before handing it over. The folding is a new `dev3 inline-html` command that embeds local CSS, JS, images and fonts, leaves CDN links alone, and refuses to write a page carrying a credential-shaped string or a missing local asset. `ask-dev3` now routes "share this report" to it.
