# Teleport Share

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

- **Type:** Skill
- **Install:** `agentstack add skill-seilk-claude-teleport-teleport-share`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [seilk](https://agentstack.voostack.com/s/seilk)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [seilk](https://github.com/seilk)
- **Source:** https://github.com/seilk/claude-teleport/tree/main/skills/teleport-share

## Install

```sh
agentstack add skill-seilk-claude-teleport-teleport-share
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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`.

2. **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).

3. **Present available**: Use `AskUserQuestion` with `multiSelect: true` to present available categories. "Which categories to share publicly?"

4. **User selects items**: For each selected category, use `AskUserQuestion` with `multiSelect: true` listing specific items. "Which specific items?"

5. **Double secret scan**: Run `secret-scan` on selected items. If findings: show and auto-exclude.

6. **RCE scan**: Run `rce-scan` on each selected agent/hook/CLAUDE.md. If findings: show flagged lines. Require explicit yes.

7. **Item-by-item confirmation**: Show first 10 lines of each file. "Include in public repo?"

8. **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.

9. **Push**: Commit and push.

10. **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.

- **Author:** [seilk](https://github.com/seilk)
- **Source:** [seilk/claude-teleport](https://github.com/seilk/claude-teleport)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-seilk-claude-teleport-teleport-share
- Seller: https://agentstack.voostack.com/s/seilk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
