# Hilos Share

> Post a short summary, a diff, or a link from this session into the hilos thread it is bound to. Use when asked to share, post, or tell the room what happened.

- Skill: `pablostanley/hilos-share` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pablostanley/hilos-share`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pablostanley/hilos-share/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-share

---


# Share

Put what just happened in front of the people in the room. The message is
posted as the person running this session, under their name, with a small
"via Claude Code" (or Codex, Cursor) marker.

Needs the hilos MCP server (`list_channels`, `post_message`). If those tools
are not in this session, say so and point to
https://hilos.sh/docs/share-from-your-terminal instead of pretending to post.

1. Find the thread. Use the thread this session last posted into. If there is
   none, call `list_channels`, ask which room, and post at top level there.
2. Write the summary yourself, in the person's register: what changed, where to
   look, what is still open. Three to six lines. A branch name, a PR link, or a
   `git diff --stat` reads better than prose about the diff.
3. Call `post_message` with the channel id, the body, and `parentId` when there
   is a bound thread.
4. Print the returned link so the person can open it.

Never paste a whole diff, a transcript, a token, or the contents of `.env`. If
the change is large, share the shape of it and the link. Ask before sharing
anything the person has not seen in this session yet.

