🎯

publisher

🎯Skill

from tolitius/salvador

VibeIndex|
What it does

Deploys local visual artifacts to remote destinations like SSH and S3, managing file transfer and permissions.

πŸ“¦

Part of

tolitius/salvador(3 items)

publisher

Installation

PythonRun Python server
python3 .claude/skills/publisher/scripts/publish.py <local_path> <slug>
πŸ“– Extracted from docs: tolitius/salvador
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

deploys local artifacts (visuals, html) to configured remote destinations (e.g. ssh, s3). handles file transfer and permissions.

Overview

# publisher

routines

publish

publishes a single visual to the configured provider.

usage:

```bash

python3 .claude/skills/publisher/scripts/publish.py

```

arguments:

  • local_path: relative path to the html file (e.g. visuals/gravity.html).
  • slug: url-friendly identifier (e.g. gravity-simulation).

requirements:

  • resources/config.json must exist.