inbox

Manage timestamped notes, tasks, and messages in the Oracle inbox.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill inbox-soul-brews-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inbox
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/inbox
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill inbox-soul-brews-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The inbox skill provides a simple way to capture, retrieve, and manage short notes, tasks, and messages within the Oracle system, ensuring important information is not lost and is easily accessible.

Core Features & Use Cases

  • Read: List recent inbox items or retrieve a specific note by topic.
  • Write: Create a new timestamped note with a topic and optional content.
  • List All: Show every inbox entry with details.
  • Clean: Archive items older than a week to keep the inbox tidy. Use cases include jotting down quick ideas, tracking action items, and sharing brief updates between agents.

Quick Start

Ask the assistant to list recent inbox items by saying “/inbox”.

Frequently Asked Questions about inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create timestamped notes and tasks in a markdown repository?

To create timestamped notes, you specify a topic and optional content, and the inbox skill automatically generates a timestamped markdown entry. It requires access to the ψ/inbox directory to read and write these files.

What is the best way to manage short messages and retrieve notes by topic?

Managing short messages is done by listing recent inbox items or retrieving specific notes by topic. The inbox skill retrieves stored markdown files from the ψ/inbox directory based on your requested topic.

How do I archive older messages to keep my notes repository tidy?

To archive older messages, you use the clean function to move markdown files older than a week. This archiving process keeps the inbox directory tidy by relocating outdated notes and tasks.

Can I use markdown files to share brief updates between agents?

Yes, you can use markdown files to share brief updates between agents. The inbox skill writes timestamped messages to the ψ/inbox directory, ensuring information is accessible and not lost.

Do I need specific directory permissions to read and write inbox notes?

You need permission to create, read, and move markdown files within the repository. The inbox skill specifically requires access to the ψ/inbox directory to manage timestamped notes and tasks.