Toolverse
All skills

migrating-memory

by letta-ai

Migrate memory blocks from an existing agent to the current agent. Use when the user wants to copy or share memory from another agent, or during /init when setting up a new agent that should inherit memory from an existing one.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
letta-ai
Category
Backend
Views
1

About this skill

Migrate memory blocks from an existing agent to the current agent. Use when the user wants to copy or share memory from another agent, or during /init when setting up a new agent that should inherit memory from an existing one.

How to use

  1. Sprawdź, czy masz włączony Memory Filesystem (memfs). W swoim system prompt szukaj bloku memory_filesystem ze strukturą katalogów zaczynającą się od /memory/ i zawierającą folder system/. Jeśli go nie widzisz, poproś użytkownika o uruchomienie /memfs enable i przeładowanie CLI.

  2. Eksportuj pamięć agenta źródłowego do katalogu tymczasowego, używając komendy letta memfs export --agent <id-agenta-źródłowego> --out /tmp/letta-memfs-<id-agenta-źródłowego>.

  3. Skopiuj wybrane pliki do pamięci swojego agenta. Katalog system/ zawiera bloki dołączone (zawsze ładowane), a pliki w katalogu głównym to bloki odłączone. Użyj komendy cp do przeniesienia wybranych plików do ~/.letta/agents/$LETTA_AGENT_ID/memory/.

  4. Zsynchronizuj zmiany z API, uruchamiając letta memfs sync --agent $LETTA_AGENT_ID. To upewni się, że wszystkie przeniesione bloki są dostępne dla nowego agenta.

  5. Zweryfikuj, że migracja przebiegła pomyślnie, sprawdzając zawartość pamięci nowego agenta. Powinieneś widzieć wszystkie przeniesione bloki w odpowiednich katalogach memfs.

Related skills

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

find-skills

by openstatusHQ

Helps users discover and install agent skills when they ask questions like \

Backend
150111