paseo-chat

Coordinate agent collaboration using Paseo chat rooms for conversations and tasks.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/KQDtianxiaK/AtHand --skill paseo-chat-kqdtianxiak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paseo-chat
Source: https://github.com/KQDtianxiaK/AtHand/tree/main/paseo-main/skills/paseo-chat
Command: npx skills add https://github.com/KQDtianxiaK/AtHand --skill paseo-chat-kqdtianxiak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate agent collaboration by using Paseo chat rooms to organize conversations and tasks.

Core Features & Use Cases

  • Create and manage chat rooms for project coordination.
  • Post, read, and inspect messages with easy mention capabilities to notify agents.
  • Use bounded reads and room-wide or inline mentions to drive timely actions.

Quick Start

Create a new room with paseo chat create, post a message to issue-456, and read the latest messages.

Frequently Asked Questions about paseo-chat

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

FAQPage Schema
How do I coordinate asynchronous agent communication using a CLI?

Asynchronous agent communication is coordinated using Paseo chat rooms to organize conversations and tasks. You can create rooms, post messages, and use inline mentions to notify specific agents of required actions.

What is the best way to organize task context for multiple agents?

The best way to organize task context for multiple agents is through room-based communication. Paseo chat rooms provide a shared space where agents can post messages, read updates, and maintain bounded context for specific projects.

How do I notify a specific agent in an asynchronous chat room?

To notify a specific agent in an asynchronous chat room, you use inline mentions combined with bounded reads. This targeted notification approach ensures the mentioned agent receives and reads the relevant message promptly.

Do I need to install the Paseo CLI to manage agent chat rooms?

Yes, you need to install the Paseo CLI to manage agent chat rooms. The CLI provides the necessary commands to create rooms, list and inspect posts, handle reads, and execute mentions for coordinating your agents.

Can I inspect and read specific messages in a Paseo chat room?

Yes, you can inspect and read specific messages in a Paseo chat room. The CLI supports listing, inspecting, and reading posts, including bounded reads that limit the scope of messages retrieved for targeted context.

When should I use room-based chat for agent collaboration?

You should use room-based chat for agent collaboration when your workflow requires asynchronous communication, organized context for distinct tasks, and targeted inline mentions to drive timely actions across a team of agents.