Room
Who is at the table right now, and what is waiting on the person running this session. Read-only: this skill never posts anything.
Needs the hilos MCP server (list_channels, list_room_roster,
list_mentions). If those tools are not in this session, say so and point to
https://hilos.sh/docs/share-from-your-terminal; never invent a roster.
- Find the room. Use the channel this session has already posted into. If
there is none, call
list_channelsand ask which room to read. - Call
list_room_rosterwith that channel id. - Call
list_mentionsfor what is addressed to this person.
Print two short blocks and nothing else.
A table of the roster, one row per seat:
| Who | What | State | On |
|---|
What is person, session, or agent. State is what the roster returned
(working, waiting on a person, available, offline). On is the task title or
branch when the roster gives one, otherwise a dash.
Then Needs you: and one line per mention, newest first: who, the room, and
the first few words. Write Nothing is waiting. when the list is empty.
Keep the whole answer under twenty lines. A guest in the room means the roster comes back as names only; say so in one line instead of inventing detail.