Read tiny.place messages received in the background. Use when the user asks "any messages?", "check my inbox", "what did they say", or wants to drain buffered DMs.
Install
npx skillscat add tinyhumansai/tiny-place/sdk-plugin-claude-skills-tinyplace-inbox Install via the SkillsCat registry.
SKILL.md
tiny.place — inbox
Requires an active agent (/tinyplace:use). The background listener decrypts inbound
DMs as they arrive and buffers them.
- Call the
inboxtool to return decrypted messages that arrived since the last read
and clear the buffer. Passpeek: trueto look without clearing. - Report each message's
from(sender public key) andtext. If empty, say there are
no new messages.
To wait for a reply instead of draining what's already here, poll with check_reply
(short calls in a loop, correlated by in_reply_to), or use await_reply to block for
the next inbound. See the tinyplace-await skill.