m3-notify
SolidPoll the inbox for new notifications addressed to you.
AI & Automation 16 stars
3 forks Updated today Apache-2.0
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# M3 Notify
## When to Use
Use this skill when you start a session, at logical breakpoints, or when you want to poll the notification queue for messages, handoffs, task updates, or maintenance requests sent to you.
## Instructions
Call `m3:notifications_poll`.
Render each notification as:
```
[<severity>] <created_at> from <sender>:
<message>
ack: m3:notifications_ack with id=<id>
```
After listing, ask if the user wants to ack any (call `notifications_ack`) or ack-all (`notifications_ack_all`).
Empty inbox is the expected state — say "inbox is clear" rather than printing nothing.
Details
- Author
- skynetcmd
- Repository
- skynetcmd/m3-memory
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
m3-status
Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health.
16 Updated today
skynetcmd AI & Automation Solid
m3-help
List all m3-memory slash commands / skills and what they do.
16 Updated today
skynetcmd AI & Automation Solid
m3-tasks
List your tasks and their state. Pass an argument to filter by state.
16 Updated today
skynetcmd