matrix-notify

Matrix Notify — Matrix Protocol Messaging

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "matrix-notify" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-matrix-notify

Matrix Notify — Matrix Protocol Messaging

Send messages to Matrix (Element) chat rooms with support for rich formatting and file uploads.

Overview

This skill provides:

  • Text Messages: Plain text, markdown, and HTML

  • Rich Content: Images, files, and code blocks

  • Room Management: Join, leave, and list rooms

  • Thread Support: Reply to specific messages

  • Typing Indicators: Show typing status

  • Read Receipts: Mark messages as read

Configuration

{ "homeserver": "https://matrix.org", "access_token": "YOUR_ACCESS_TOKEN", "default_room": "!roomid:matrix.org" }

API

const { sendMessage, uploadFile } = require('./matrix-notify');

// Send text message await sendMessage({ room: '!roomid:matrix.org', text: 'Hello from PopeBot!', format: 'markdown' });

// Send image await uploadFile({ room: '!roomid:matrix.org', file: '/path/to/image.png', caption: 'Check this out' });

CLI

matrix-notify send --room "!roomid:matrix.org" --text "Hello!" matrix-notify upload --room "!roomid:matrix.org" --file image.png matrix-notify rooms

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

video-frames

No summary provided by upstream source.

Repository SourceNeeds Review