원클릭으로
teleport-pull
Pull configs from your hub to this machine
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pull configs from your hub to this machine
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
Publish safe configs to a public repo for other users to import
| name | teleport-pull |
| description | Pull configs from your hub to this machine |
| allowed-tools | ["Bash","Read","Write","AskUserQuestion"] |
Pull configurations from your private hub to this machine.
Hub-connect preamble: Run node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" context. Verify auth. Store username and machineAlias. Clone or pull: git clone https://github.com/<username>/claude-teleport-private /tmp/teleport-hub-<random> (or git pull if already present). Store path as hubPath.
List machines: Run node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" hub-machines --hub-path <hubPath>. This reads registry.yaml from main (no branch checkout needed). Use AskUserQuestion (single-select) to let the user pick a machine. Options: each machine name with last-push timestamp as description (e.g. "macbook-pro (pushed 2h ago)"), plus "main (merged union of all machines)".
Read machine + diff: If user picked a specific machine, run node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" hub-read-branch --hub-path <hubPath> --branch <selected> --output /tmp/hub-snap.json (returns full snapshot with content from machines/<alias>/). Alternatively, to read from main without branch checkout: hub-read-main --hub-path <hubPath> --machine <alias> --output /tmp/hub-snap.json. Then scan local: scan --output /tmp/local.json. Then diff --source-file /tmp/hub-snap.json --target-file /tmp/local.json --output /tmp/diff.json.
Present diff: Read diff file. Show by category: "From macbook-pro: +5 agents, +12 rules, ~3 settings, +2 plugins".
User selects: Use AskUserQuestion with multiSelect: true to present changed categories. Then for each selected category, use another AskUserQuestion with multiSelect: true listing specific items (show diff preview for modified items in the description).
RCE scan: For hooks/agents/CLAUDE.md: run rce-scan --file <path>. If findings: show flagged lines. Require explicit yes.
Backup: Run backup --claude-dir ~/.claude. Show backup path.
Apply: Write selections. Run apply --diff-file --selections-file. Show result.
Plugin instructions: If any, show copy-paste commands.
Cleanup: Remove temp files.