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
More from winsorllc/upgraded-carnival
vector-memory
Vector-based semantic memory using embeddings for intelligent recall. Store and search memories by meaning rather than keywords. Use when you need semantic search, similar document retrieval, or context-aware memory.
132model-router
Route requests between different LLM providers and models. Configure routing rules, fallback providers, and model-specific parameters inspired by ZeroClaw and OpenClaw model routing systems.
63rss-monitor
Monitor RSS/Atom feeds and blogs for new content using feedparser.
60rss-reader
Read and parse RSS/Atom feeds. Use when: user wants to subscribe to feeds, get latest articles, or monitor news sources.
55video-frames
Production-grade video frame extraction with thumbnail grids, GIF creation, and batch frame processing. Includes intelligent quality presets, progress tracking, and comprehensive error handling.
39elevenlabs-tts
Convert text to speech using ElevenLabs API. Use when you need to generate voice audio for messages, narrations, or accessibility.
25