← Back to Skills Marketplace
shadoprizm

OCC Artifact Gallery

by shadoprizm · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ pending
24
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install occ-artifact-gallery
Description
Use when an agent generates local files/folders and must return mobile-accessible OCC/Tailscale viewer links instead of filesystem paths.
README (SKILL.md)

Artifact Gallery

Overview

OCC Artifact Gallery turns generated local outputs on a VPS/headless server into stable HTTPS links that users can open from Telegram, WhatsApp, Discord, or a browser.

Use this for images, PDFs, HTML, Markdown, JSON, audio, video, reports, screenshots, and generated folders. Do not give users only /home/... paths when they are on mobile.

Canonical URLs

  • Gallery UI: https://n2-pro.tail1c2e65.ts.net/artifacts
  • Artifact viewer: https://n2-pro.tail1c2e65.ts.net/artifacts/a/{artifact_id}
  • API: http://127.0.0.1:8080/api/artifacts-gallery

CLI

Register a generated file:

/home/shadoprizm/occ/venv/bin/python /home/shadoprizm/occ/scripts/artifact_gallery_tool.py register \
  --path /home/shadoprizm/occ/brain/infographic-studio/active/INFOG-6311545c/infographic-v1.png \
  --title "OCC Infographic dogfood output" \
  --source-system occ \
  --source-agent concierge \
  --tags infographic dogfood

List recent artifacts:

/home/shadoprizm/occ/venv/bin/python /home/shadoprizm/occ/scripts/artifact_gallery_tool.py list --limit 20

Get links:

/home/shadoprizm/occ/venv/bin/python /home/shadoprizm/occ/scripts/artifact_gallery_tool.py links art_xxxxx

Agent response contract

When replying over mobile/chat channels, include:

  • brief summary
  • viewer_url
  • optional download_url
  • artifact type/size

Example:

Done — generated the report.

View:
https://n2-pro.tail1c2e65.ts.net/artifacts/a/art_xxxxx

Download:
https://n2-pro.tail1c2e65.ts.net/api/artifacts-gallery/art_xxxxx/download

Safety

The gallery only serves allowlisted roots and refuses credential/dot/secret-like paths. If registration fails, do not bypass it by inventing a URL; fix the path/root or report the failure.

How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install occ-artifact-gallery
  3. After installation, invoke the skill by name or use /occ-artifact-gallery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial MVP: register generated files and return mobile-accessible artifact viewer links.
Metadata
Slug occ-artifact-gallery
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OCC Artifact Gallery?

Use when an agent generates local files/folders and must return mobile-accessible OCC/Tailscale viewer links instead of filesystem paths. It is an AI Agent Skill for Claude Code / OpenClaw, with 24 downloads so far.

How do I install OCC Artifact Gallery?

Run "/install occ-artifact-gallery" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OCC Artifact Gallery free?

Yes, OCC Artifact Gallery is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OCC Artifact Gallery support?

OCC Artifact Gallery is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OCC Artifact Gallery?

It is built and maintained by shadoprizm (@shadoprizm); the current version is v0.1.0.

💬 Comments