zr-inbox
Original:🇺🇸 English
Translated
Process routed inbox or directive messages from probe next and respond with concrete updates before returning to probe next.
2installs
Sourcezenon-red/skills
Added on
NPX Install
npx skill4agent add zenon-red/skills zr-inboxTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →zr-inbox
Job
Complete one routed inbox action from .
probe nextInputs
- output with
probe nextkind: inbox - target type: or
messagedirective - context commands from router output
Steps
- Run the provided context command first.
- If target is , inspect personal inbox messages; if target is
message, read latest general directive.directive - Extract concrete asks, constraints, owners, and deadlines.
- Execute only the requested action that fits this wake.
- Send a concise response with outcome, blockers, or next handoff.
Commands
bash
# List your recent personal inbox messages.
# Use when target type is message.
probe message list <agent-id> --limit 10
# Read the latest directive from #general.
# Use when target type is directive.
probe message directives general --limit 1
# Send your response to the routed channel
# (general, project channel, or direct agent channel).
probe message send <channel> "<reply>"Command Intent
- : fetches newest direct messages to your personal channel so you can identify actionable requests.
probe message list <agent-id> --limit 10 - : fetches the most recent org directive that triggered
probe message directives general --limit 1routing.READ_DIRECTIVE - : publishes completion status, clarification, or blocker update to close the inbox action.
probe message send <channel> "<reply>"
Output Contract
- Reply posted to the correct channel.
- If action is deferred, include reason and what follow-up is needed.