teleport

Fetch a community skill catalog and run matching skills on demand.

8|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/mnlt/teleport --skill teleport-mnlt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teleport
Source: https://github.com/mnlt/teleport/tree/main/meta-skill
Command: npx skills add https://github.com/mnlt/teleport --skill teleport-mnlt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability enables discovering and executing specialized community skills from a catalog on demand, reducing context load by loading skills only when needed.

Core Features & Use Cases

  • Ephemeral skill execution: fetch, verify, and run a skill from the catalog without permanent installation.
  • Broad coverage: supports document generation, design tasks, testing, API/documentation lookup, and more by leveraging community SKILL.md entries.
  • Lazy loading: loads scripts, references, and assets only when activated, minimizing upfront latency.

Quick Start

Use the teleport skill to fetch the catalog and activate a matching skill on demand.

Frequently Asked Questions about teleport

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run community skills on demand without installing them permanently?

You can use ephemeral skill execution to fetch, verify, and run a matching skill directly from a catalog on demand, which reduces context load by loading scripts and assets only when needed.

What is lazy loading for automation skills and how does it minimize latency?

Lazy loading for automation skills minimizes upfront latency by fetching references, scripts, and assets only when a matching skill is activated from the catalog, rather than loading everything at startup.

Can I fetch and run a skill for document generation and testing from a catalog?

Yes, you can fetch and evaluate a catalog of community skills to support broad tasks like document generation, design, testing, and API documentation lookup, activating a matching skill only when it exists.

Do I need network access to fetch a community skill catalog and SKILL.md files?

Yes, you need network access to retrieve the community skill catalog and fetch the corresponding SKILL.md files required to evaluate and run the matching ephemeral skill on demand.

What are the limitations of loading ephemeral skills from a catalog on demand?

The main limitation of loading ephemeral skills is that it requires continuous network access to retrieve the catalog and SKILL.md files, and activation only occurs when a suitable matching skill exists in the fetched catalog.