원클릭으로
teleport-from
Import configs from another user's public teleport repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Import configs from another user's public teleport repo
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
Pull configs from your hub to this machine
Publish safe configs to a public repo for other users to import
| 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.