matrix-integration

star 0

Use when Codex is connected to Matrix through agents-comm-bus -- especially when the user sends work requests, approvals, status checks, or follow-up instructions from Matrix, when you need to send a Matrix update, or when you inspect Matrix conversation state.

remingtonspaz By remingtonspaz schedule Updated 6/7/2026

name: matrix-integration description: Use when Codex is connected to Matrix through agents-comm-bus -- especially when the user sends work requests, approvals, status checks, or follow-up instructions from Matrix, when you need to send a Matrix update, or when you inspect Matrix conversation state. skillName: matrix-integration metadata: hermes: tags: [matrix, codex, mcp, messaging] related_skills: []


Matrix Integration for Codex

When To Use

Use this skill whenever a Matrix message reaches the Codex session, when the user asks you to send a Matrix update, or when you need to inspect Matrix conversation state through agents-comm-bus. The Matrix channel is part of the active collaboration channel, not an external notification sink.

When a message arrives from Matrix, reply on Matrix as part of the normal response loop -- do not assume the user is watching the local terminal.

Codex Behavior

Codex receives Matrix inbound through the agents-comm-bus Codex bridge and its app-server wake path. In current builds the bridge steers the active Codex turn first, falling back to starting a new turn only when steering is unavailable -- so an inbound message may arrive mid-turn rather than as a fresh prompt. Treat injected Matrix messages as live user instructions unless they are clearly stale or superseded by a newer local prompt.

Outbound goes back over the same channel with comm_send_message (comm: "matrix").

Essential Matrix Tools

  • list_conversations -- inspect known conversations and get exact room targets before sending to a non-current chat.
  • comm_send_message -- send concise status, questions, and final reports with comm: "matrix".
  • comm_check_messages -- drain pending inbound when you suspect new Matrix context has arrived but has not yet appeared in the prompt.
  • comm_send_attachment -- send a file or image when a report needs an artifact rather than text.

Prefer sending with no target — the daemon routes to the session's most-recent inbound conversation by concrete identity automatically. Only set a target to reach a different room: { chat_native_id, thread_native_id?, account? }. When you do, account must be the concrete bot id (Matrix MXID).

Install via CLI
npx skills add https://github.com/remingtonspaz/agents-comm-bus --skill matrix-integration
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
remingtonspaz
remingtonspaz Explore all skills →