AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Refacil:inbox

skill-erikole21-refacil-sdd-ai-inbox · by Erikole21

View new messages from the room since the last time you read them. Useful when a question with --wait expired without a response.

No reviews yet
0 installs
19 views
0.0% view→install

Install

$ agentstack add skill-erikole21-refacil-sdd-ai-inbox

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-erikole21-refacil-sdd-ai-inbox)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Refacil:inbox? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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=reply messages 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=ask messages 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:propose and 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:

  1. ask messages directed to this session — sent by another session with bus ask --to [this-session] or bus ask --to all.
  2. reply messages to your own correlationId — responses to questions you sent with bus 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 N expired 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 inbox updates the session's lastSeen: 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.