بنقرة واحدة
teleport-share
Publish safe configs to a public repo for other users to import
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Publish safe configs to a public repo for other users to import
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Deprecated alias for /teleport-update. Pushes local Claude Code changes to your private hub.
Beam your Claude Code setup across machines. Routes to the appropriate teleport command.
Update already-pushed private/public repos with local changes that haven't been synced yet
First-time setup: create private hub repo, scan and export your Claude Code environment
Import configs from another user's public teleport repo
Pull configs from your hub to this machine
| name | teleport-share |
| description | Publish safe configs to a public repo for other users to import |
| allowed-tools | ["Bash","Read","Write","AskUserQuestion"] |
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."