From claude-teleport
Publish safe configs to a public repo for other users to import
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-teleport:teleport-shareThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Publish a curated, safe subset of your configs to `claude-teleport-public` repo.
Publish a curated, safe subset of your configs to claude-teleport-public repo.
Hub-connect preamble: Run context. Verify auth. Clone/pull claude-teleport-private. Store hubPath.
Gather items: Run hub-machines --hub-path <hubPath> to list branches. For each machine branch, checkout and read configs. Build deduplicated union (latest-pushed wins on collision).
Present available: Use AskUserQuestion with multiSelect: true to present available categories. "Which categories to share publicly?"
User selects items: For each selected category, use AskUserQuestion with multiSelect: true listing specific items. "Which specific items?"
Double secret scan: Run secret-scan on selected items. If findings: show and auto-exclude.
RCE scan: Run rce-scan on each selected agent/hook/CLAUDE.md. If findings: show flagged lines. Require explicit yes.
Item-by-item confirmation: Show first 10 lines of each file. "Include in public repo?"
Create/update public repo: Check if <username>/claude-teleport-public exists. If not, create it. Clone to temp. Push selected items under machines/<source-alias>/ (namespaced per machine). Generate registry.yaml and an agent-friendly README.md (with import instructions for /teleport-from). Merge into main.
Push: Commit and push.
Success: "Published N items to <username>/claude-teleport-public. Others can /teleport-from <username> to browse and import."
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub seilk/claude-teleport --plugin claude-teleport