finding-agents

Locate Letta server agents by name or tags for memory migration.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/AlvinPlayz23/boose --skill finding-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finding-agents
Source: https://github.com/AlvinPlayz23/boose/tree/main/src/skills/builtin/finding-agents
Command: npx skills add https://github.com/AlvinPlayz23/boose --skill finding-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate other agents on the same Letta server to support memory migration and cross-agent discovery.

Core Features & Use Cases

  • Find agents by exact name or by tag filters to identify candidates for memory migration.
  • List all agents on the current server and view basic metadata (name, id, tags).
  • Use when planning memory sharing or migration between agents.

Quick Start

Find an agent by exact name "Agent-Alpha" or by tag "origin:letta-code" to begin memory migration.

Frequently Asked Questions about finding-agents

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

FAQPage Schema
How do I find other Letta agents on the same server for memory migration?

To find Letta agents for memory migration, you can list all agents on the current server or filter them by exact name and tags. The skill returns structured metadata including agent names, IDs, and tags to identify migration candidates.

Can I filter Letta agents by tags to locate specific memory sources?

Yes, you can filter Letta agents by tags to locate specific memory sources. This tag-based filtering allows you to query agents using labels like origin:letta-code, returning structured response metadata for cross-agent discovery and memory transfer.

What is cross-agent discovery and when do I need it in Letta?

Cross-agent discovery in Letta is the process of locating other agents on the same server to support memory migration. You need it when planning memory sharing or transferring memory blocks between different agents on your current Letta server.

How do I list all agents on a Letta server to view their metadata?

You list all agents on a Letta server to view basic metadata such as name, id, and tags. This CLI-style querying returns structured response metadata, allowing you to identify agents for memory sharing or migration between agents.

Does finding Letta agents require any specific dependencies or components?

Finding Letta agents requires no specific dependencies or components. It operates directly on your current Letta server environment to locate agents, using CLI-style querying and tag-based filtering without needing additional setup.