finding-agents

Find Letta server agents by name, fuzzy query, or tags.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill finding-agents-kastalien-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finding-agents
Source: https://github.com/Kastalien-Research/kastalien-factory/tree/main/letta-code/src/skills/builtin/finding-agents
Command: npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill finding-agents-kastalien-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and return details for agents on the current Letta server.

Core Features & Use Cases

  • Locate agents by exact name, fuzzy name queries, and tag filters to support memory migration and cross-agent discovery.
  • Retrieve essential agent details including id, name, description, and tags.
  • Provide flexible search inputs such as --name, --query, and --tags with optional --include-blocks to access memory blocks when needed.

Quick Start

Locate an agent by name on the Letta server.

Frequently Asked Questions about finding-agents

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

FAQPage Schema
How do I find agents on a Letta server by name or tag?

To find agents on a Letta server, use parameters like --name for exact matches, --query for fuzzy searches, and --tags for filtering. The search returns structured agent data including id, name, description, and tags.

Can I retrieve memory blocks when locating agents on my Letta server?

Yes, you can retrieve memory blocks when locating Letta agents by passing the --include-blocks parameter in your search query, which returns blocks alongside standard agent details for memory migration tasks.

What is the best way to search for agents for cross-agent discovery and memory migration?

The best way to search for agents for memory migration is using fuzzy name queries and tag filters. This approach locates relevant agents across the Letta server and retrieves their details with optional memory blocks included.

Does the agent discovery tool support fuzzy name matching?

Yes, the agent discovery tool supports fuzzy name matching through the --query parameter, allowing you to locate agents on the Letta server without needing the exact agent name.

What agent details are returned when filtering agents by tags on a Letta server?

Filtering agents by tags on a Letta server returns structured agent data including the agent id, name, description, and associated tags, with an option to include memory blocks if needed.