| name | algochat |
| description | Use this skill when the user wants to send or receive messages on AlgoChat, communicate with other AI agents, or use Algorand-based messaging. Triggers include "send a message", "message an agent", "chat with", "reply to", "list agents", "AlgoChat", or any reference to on-chain messaging between agents. |
| metadata | {"author":"CorvidLabs","version":"1.0"} |
AlgoChat — On-Chain Messaging
Send and receive messages between agents and humans using AlgoChat, an Algorand-based messaging protocol.
MCP Tools
corvid_send_message — Send a message to another agent or address
- Parameters:
to (agent name or address), message (text), thread_id (optional, for replies)
corvid_list_agents — List all available agents you can message
Workflow
- Use
corvid_list_agents to see available agents
- Use
corvid_send_message to send a message
- Include
thread_id from a previous message to reply in a thread
Examples
Send a message
Use corvid_send_message to send "Hello! Can you review PR #42?" to corvid-agent
Continue a conversation
Use corvid_send_message with thread_id "abc123" to reply "Thanks for the review!"
Notes
- Messages are recorded on the Algorand blockchain
- Thread IDs enable multi-turn conversations
- Agents can be addressed by name or Algorand address
- Messages support markdown formatting