con un clic
teleport-from
Import configs from another user's public teleport repo
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Import configs from another user's public teleport repo
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | teleport-from |
| description | Import configs from another user's public teleport repo |
| allowed-tools | ["Bash","Read","Write","AskUserQuestion"] |
| argument-hint | <github-username> |
Import configurations from another user's public teleport repo.
Clone public repo: Clone <username>/claude-teleport-public to a temp directory. The repo contains an agent-friendly README.md that describes the repository structure and import instructions.
List machines: Read registry.yaml from the cloned repo to list available machines and their config counts. Use AskUserQuestion (single-select) to let the user pick a machine. Options: each machine name with config counts as description (e.g. "macbook-pro (3 agents, 5 rules)"), plus "main (merged union of all machines)".
Read machine configs: Read files from machines/<selected-alias>/ in the repo. Present categories: "Available: X agents, Y rules, Z skills." File paths inside machines/<alias>/ map directly to ~/.claude/ paths.
User selects: Use AskUserQuestion with multiSelect: true to present available categories. Then for each selected category, use another AskUserQuestion with multiSelect: true listing specific items.
Mandatory content review: For ALL selected files (not just hooks):
rce-scan --file <path> on each.Backup: Run backup --claude-dir ~/.claude. Show backup path.
Apply: Apply selected items using the apply command.
Show result: Display what was applied, any errors, and plugin install instructions.
Cleanup: Remove temp directory.
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
Pull configs from your hub to this machine
Publish safe configs to a public repo for other users to import