alive-inbox
FeaturedScan 03_Inbox/ for unrouted files, present routing suggestions
AI & Automation 127 stars
8 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Inbox Scanner
Check 03_Inbox/ for files that need routing.
## Process
1. List all files in `03_Inbox/`:
```bash
find "$ALIVE_WORLD_ROOT/03_Inbox" -type f -not -name ".*" -not -name "*.DS_Store" 2>/dev/null
```
2. For each file:
- Read the first 500 chars to understand content
- Suggest a destination walnut based on content
- Classify type (document, transcript, screenshot, data)
3. Present grouped by suggested destination:
```
Inbox: [N] files
[walnut-name]:
1. [filename] -- [type] -- [one-line description]
2. [filename] -- [type] -- [one-line description]
[other-walnut]:
3. [filename] -- [type] -- [one-line description]
Unsure:
4. [filename] -- [content preview]
Reply with numbers to approve routing. "all" to approve all. "skip" to leave for later.
```
## Rules
- If inbox is empty, output `[SILENT]`
- Don't move files -- just suggest. Wait for approval.
- Files older than 48 hours get flagged: "This has been in inbox for [N] days"
- Max 10 files per notification. If more, show count and suggest `/alive-capture`
Details
- Author
- alivecontext
- Repository
- alivecontext/alive
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
scan-inbox
Classify unscanned mailbox messages, fuzzy-match each to an existing application, and write the proposal back. The user approves in /inbox.
67 Updated yesterday
suxrobGM AI & Automation Featured
alive-daily
Morning operating system -- sync inputs, read everything, surface priorities, show the day
127 Updated today
alivecontext AI & Automation Solid
daily-inbox-triage
Sweep inbox (email + Slack + Telegram DMs) and produce a prioritized action list with suggested replies
7 Updated today
Guilhermepelido