AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Teleport Pull

skill-seilk-claude-teleport-teleport-pull · by seilk

Pull configs from your hub to this machine

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add skill-seilk-claude-teleport-teleport-pull

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-seilk-claude-teleport-teleport-pull)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Teleport Pull? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Teleport Pull

Pull configurations from your private hub to this machine.

Steps

  1. 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//claude-teleport-private /tmp/teleport-hub- (or git pull if already present). Store path as hubPath.
  1. List machines: Run node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" hub-machines --hub-path . 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)".
  1. Read machine + diff: If user picked a specific machine, run node "${CLAUDE_PLUGIN_ROOT}/dist/cli.js" hub-read-branch --hub-path --branch --output /tmp/hub-snap.json (returns full snapshot with content from machines//). Alternatively, to read from main without branch checkout: hub-read-main --hub-path --machine --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.
  1. Present diff: Read diff file. Show by category: "From macbook-pro: +5 agents, +12 rules, ~3 settings, +2 plugins".
  1. 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).
  1. RCE scan: For hooks/agents/CLAUDE.md: run rce-scan --file . If findings: show flagged lines. Require explicit yes.
  1. Backup: Run backup --claude-dir ~/.claude. Show backup path.
  1. Apply: Write selections. Run apply --diff-file --selections-file. Show result.
  1. Plugin instructions: If any, show copy-paste commands.
  1. Cleanup: Remove temp files.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.