AgentStack
SKILL verified MIT Self-run

Teleport Share

skill-seilk-claude-teleport-teleport-share · by seilk

Publish safe configs to a public repo for other users to import

No reviews yet
0 installs
0 views
view→install

Install

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

✓ 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.

Are you the author of Teleport Share? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Teleport Share

Publish a curated, safe subset of your configs to claude-teleport-public repo.

Steps

  1. Hub-connect preamble: Run context. Verify auth. Clone/pull claude-teleport-private. Store hubPath.
  1. Gather items: Run hub-machines --hub-path to list branches. For each machine branch, checkout and read configs. Build deduplicated union (latest-pushed wins on collision).
  1. Present available: Use AskUserQuestion with multiSelect: true to present available categories. "Which categories to share publicly?"
  1. User selects items: For each selected category, use AskUserQuestion with multiSelect: true listing specific items. "Which specific items?"
  1. Double secret scan: Run secret-scan on selected items. If findings: show and auto-exclude.
  1. RCE scan: Run rce-scan on each selected agent/hook/CLAUDE.md. If findings: show flagged lines. Require explicit yes.
  1. Item-by-item confirmation: Show first 10 lines of each file. "Include in public repo?"
  1. Create/update public repo: Check if /claude-teleport-public exists. If not, create it. Clone to temp. Push selected items under machines// (namespaced per machine). Generate registry.yaml and an agent-friendly README.md (with import instructions for /teleport-from). Merge into main.
  1. Push: Commit and push.
  1. Success: "Published N items to /claude-teleport-public. Others can /teleport-from to browse and import."

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.