messaging-agents

Send messages to other agents on a Letta server via the conversations API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Send messages to other agents on the same Letta server using the thread-safe conversations API to collaborate, query, or delegate tasks.

Core Features & Use Cases

  • You need to ask another agent a question
  • You want to query an agent that has specialized knowledge
  • You need information that another agent has in their memory
  • You want to coordinate with another agent on a task
  • The target agent cannot access your local environment or execute commands, but can use their own tools, memories, and available web or API capabilities to respond
  • Finding or selecting an agent to message can be done via related skills such as finding-agents and searching-messages
  • The skill should be used for agent-to-agent communication and not for direct manipulation of your local environment

Quick Start

Message agent-abc123 with your question about the authentication system.

Frequently Asked Questions about messaging-agents

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

FAQPage Schema
How do I send a message to another agent on a Letta server?

Agent-to-agent communication on a Letta server uses the thread-safe conversations API to send messages, enabling you to query other agents, delegate tasks, or coordinate work by specifying the target agent and payload.

Can a target agent execute shell commands or access my local files?

No, agent-to-agent messaging restricts target agents from accessing local files or executing shell commands. The target agent can only use its own memories, tools, and available web or API capabilities to process requests and respond.

What is agent-to-agent communication used for?

Agent-to-agent communication is used for requesting information from agents with specialized knowledge, querying data stored in another agent's memory, delegating tasks, and coordinating work across multiple agents on the same Letta server.

How do I find an agent to message on a Letta server?

Finding or selecting an agent to message can be done via related skills such as finding-agents and searching-messages, which support agent discovery and lookup before using the messaging API to send your communication.

When should I not use agent-to-agent messaging?

You should not use agent-to-agent messaging for direct manipulation of your local environment. The skill is designed specifically for communication, coordination, and querying between agents rather than local file or command execution.