# Hilos Room

> Show who is in the hilos room this session is attached to, and what is waiting on you. Use when asked "who is in the room", "what needs me", or "catch me up on hilos".

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

---


# 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.

1. Find the room. Use the channel this session has already posted into. If
   there is none, call `list_channels` and ask which room to read.
2. Call `list_room_roster` with that channel id.
3. Call `list_mentions` for 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.

