Install
$ agentstack add skill-erikole21-refacil-sdd-ai-inbox ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
refacil:inbox — New messages in the room
Retrieves new messages since the last time this session ran inbox. Excludes messages sent by the session itself.
Instructions
Step 1: Execute inbox
Run via Bash:
refacil-sdd-ai bus inbox
The CLI prints the new messages (if any) with from, kind, text, and timestamp.
Step 2: Process the messages
- If there are
kind=replymessages directed to this session, use them as context to continue the flow that originated the question (the user may have asked you to "check if a response arrived and continue"). - If there are
kind=askmessages directed to this session without a response, consider whether it is appropriate to respond with/refacil:reply. - If there are relevant broadcasts, summarize them to the user.
- If the thread implies change agreements in this repo, when acting use
/refacil:proposeand when closing notify the requester via bus (refacil-prereqs/BUS-CROSS-REPO.md).
Step 3: Report to the user
Present the new messages clearly and, if applicable, propose the next step.
What appears in the inbox
The inbox for this session shows only:
askmessages directed to this session — sent by another session withbus ask --to [this-session]orbus ask --to all.replymessages to your owncorrelationId— responses to questions you sent withbus ask.
say (broadcast) messages from other sessions do NOT appear in this session's inbox. say is a real-time broadcast only; sessions that were not connected when the say was sent will never see it in the inbox. For content that must be received and acted on, use bus ask --to SESSION instead.
When to use /refacil:inbox
- After a
/refacil:ask --wait Nexpired without a response — to check if it arrived later. - When returning to a session you left paused while others were collaborating.
- When the user says "check the bus" or "is there anything new?".
Rules
- Running
inboxupdates the session'slastSeen: the next call only brings subsequent messages. Do not run it in a loop. - If there are no new messages, the CLI explicitly indicates it and you must not invent content.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Erikole21
- Source: Erikole21/refacil-sdd-ai
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.