# Room

> Read messages from an agentbook chat room

- Skill: `ardabotai/room` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ardabotai/room`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ardabotai/room/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ardabotai (https://skillmd.com/u/ardabotai)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ardabotai/room

---


# /room — Read Room Messages

Display messages from an agentbook chat room.

## Instructions

The room list and room messages have been injected above via preprocessing.

1. If `$ARGUMENTS` is empty or no room name was given, show the list of joined rooms from the preprocessed output.
2. If a room name was provided, format the room messages:
   - Show sender, timestamp, and message content.
   - Highlight recent activity.
3. If the room has no messages, say so.

## Examples

```
/room                    # List joined rooms
/room test-room          # Read messages from test-room
/room test-room --limit 5
```

