teleporting-between-environments

teleporting-between-environments is a skill for Claude Code, Codex from letta-ai/letta-code. It costs 73 tokens per session (1,002 once invoked), scanned A, original, Apache-2.0.

A way to move an ongoing coding-agent conversation between Cloud, Desktop Local, or another connected environment while preparing the files and setup it needs. The conversation memory moves, but local files, credentials, running processes, and services do not automatically move with it.

In plain words
What is it for?
Continuing work on another connected machine, preparing files for transfer, checking available destinations, and re-establishing repositories, dependencies, credentials, or local services after the move.
Why use it?
It prevents the agent from losing the task context when changing computers or execution environments and makes the required local setup explicit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Continuing work on another connected machine, preparing files for transfer, checking available destinations, and re-establishing repositories, dependencies, credentials, or local services after the move.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/letta-ai/letta-code/teleporting-between-environments
About the project

letta-ai/letta-code is an agent harness for building assistants that retain memory, identity, and experience across interactions instead of treating each task as isolated. Developers use it through local, desktop, browser, or messaging interfaces for interactive or continuously running agents, and its catalogue entries configure the agents' skills, instructions, rules, and behavior.

letta-ai/letta-code · 3,215 stars · on GitHub · letta.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/letta-ai/letta-code/teleporting-between-environments
Any agent
npx skills add letta-ai/letta-code --skill teleporting-between-environments
Clone the repo
git clone --depth 1 https://github.com/letta-ai/letta-code

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for teleporting-between-environments

README.md
[![agentmods](https://agentmods.dev/badge/skills/letta-ai/letta-code/teleporting-between-environments.svg)](https://agentmods.dev/skills/letta-ai/letta-code/teleporting-between-environments)
Your own site
<a href="https://agentmods.dev/skills/letta-ai/letta-code/teleporting-between-environments"><img src="https://agentmods.dev/badge/skills/letta-ai/letta-code/teleporting-between-environments.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,002 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01002
Opus 5 $0.00036 $0.00501
Sonnet 5 $0.00015 $0.00200
Haiku 4.5 $0.00007 $0.00100

Measured 2d ago against content hash 1e1dadc6432b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

teleporting-between-environments scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/skills/builtin/teleporting-between-environments/SKILL.md · 115 lines

How it starts

The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Teleporting Between Computers

Teleport the current agent and conversation without losing conversational memory. Prepare machine-local state first, then let the destination continue the same task.

Mental model

  • Memory follows the agent; filesystem access does not. Files, working directories, credentials, running processes, and local services belong to the computer currently executing the conversation.
  • Upload and download paths are relative to the current computer. Cloud cannot read a laptop path until the conversation teleports to that laptop.
  • The conversation’s managed Cloud sandbox remains alive while the conversation runs elsewhere.
  • Filesystem paths and cwd do not transfer between computers. Re-establish the destination’s repository, working directory, dependencies, credentials, and services after arrival.

Commands

letta teleport list
letta teleport cloud
letta teleport local
letta teleport <computer>
  • list: show accessible online Cloud-registered targets.
  • cloud: create or resume this conversation’s managed Cloud sandbox.
  • local: target the one online Letta Desktop computer. Desktop Remote Access must be enabled. If several Desktop computers are online, use list and target one explicitly.
  • <computer>: target a listed remote computer by its friendly selector.

Do not run or recommend letta teleport back; return to Desktop with local.

Transfer files with the existing sandbox commands:

letta sandbox upload <local-path>
letta sandbox download <sandbox-path> [--to <local-path>]

Do not invent letta teleport push, pull, or remote file-listing commands. No sandbox ID or wake command is needed.

Prepare the handoff

Before teleporting:

  1. Identify the target and every file, repository state, credential, service, or setup step the task needs there.
  2. Finish work that requires the current computer. Verify relevant files exist before transferring them.
  3. Upload current-computer artifacts needed in Cloud and retain the returned /root/downloads/... paths in context.
  4. Retain enough context to recreate destination-local setup, including the repository, branch or revision, working directory, dependency commands, and next action.
  5. Run teleport only after all source-side preparation is complete.

Read the full file on GitHub · 115 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago Changed · -2 tokens per session 1e1dadc6432b
  2. 7d ago First seen · 115 lines · 75 tokens per session scan A 414e3c7c25b2

Subscribe to this mod's changes

teleporting-between-environments is a skill published in the GitHub repository letta-ai/letta-code (3,215 stars, last pushed today), licensed Apache-2.0. It adds 73 tokens to every session and 1,002 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

writing

将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.

bojieli/ai-agent-book · 27 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

ws-ckpt

工作区快照管理。用户说"保存一下"、"存个快照"时创建 checkpoint,仅限 Linux; 说"回滚"、"撤销"、"恢复到之前"时 rollback;说"删掉快照"时 delete; 说"对比快照"、"快照改了什么"时 diff; 说"看看快照"、"有哪些快照"时 list;说"查看快照状态"、"查看快照剩余空间"时 status。.

alibaba/anolisa · 115 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

mnemon

Persistent memory for MiniMax Code. Recall durable context, store important facts and decisions, and link related memories with the mnemon CLI.

mnemon-dev/mnemon · 30 tokens

beevibe-team-mesh-negotiation

Multi-round negotiation protocol — covers both initiator and peer roles. Use when about to call negotiate(), when receiving a intent block as a peer, or when receiving an 'escalated' sentinel from a blocked respondnegotiate. Covers proposal crafting, counter-strategy, deadlock detection, when to accept early…

beevibe-ai/beevibe · 112 tokens