tinyhumansai

tiny.place — inbox

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.

tinyhumansai 132 29 Updated 2mo ago
GitHub

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 inbox tool to return decrypted messages that arrived since the last read
    and clear the buffer. Pass peek: true to look without clearing.
  • Report each message's from (sender public key) and text. 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.

Categories