بنقرة واحدة
inbox
Inbox management (list, process, status, clear)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Inbox management (list, process, status, clear)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
GitHub — repos, issues, PRs, gists, Pages, branches via API
Gmail orchestrator — triage inbox, search, draft replies in-thread
Session closing (log, commit, push)
Mid-session checkpoint (log, database, commit, push) without closing
Brain package manager — install, update, list skills from registries
AI email auto-responder — monitors inbox, drafts context-aware replies, never sends without approval
| name | inbox |
| description | Inbox management (list, process, status, clear) |
| user-invocable | true |
| argument-hint | [list|process|status|clear|show filename] |
Smista file da inbox/ nelle destinazioni giuste del brain (diary/, wiki/, log/).
L'inbox è un punto di passaggio neutro. Qualsiasi fonte può depositare file lì — il comando si occupa di classificarli e archiviarli.
/inbox Status: file pendenti, statistiche per tipo
/inbox list Lista file pendenti con preview
/inbox process Processa tutti i file pendenti
/inbox show <file> Mostra contenuto di un file specifico
/inbox clear Sposta processati in inbox/processed/ (richiede conferma)
1. Leggi ogni file in inbox/
2. Classifica (diary / log / wiki) — vedi regole sotto
3. Estrai entità (persone, aziende, progetti) → crea wikilinks
4. Sposta nella destinazione via brain_writer
5. Commit + push
Regole base (personalizzabili in wiki/skills/inbox.md):
diary/log/wiki/log/Leggi sempre wiki/skills/inbox.md prima di processare: contiene le keyword e le regole specifiche di questo brain.
Per ogni file:
wiki/people/wiki/companies/wiki/projects/[[wikilinks]] per entità trovateinbox/ File in attesa di processing
inbox/processed/ File già processati (archivio)
L'inbox accetta file da qualsiasi fonte. Esempi comuni:
| Fonte | Come deposita |
|---|---|
| Discord bot | Salva messaggi come .md in inbox/ |
| Telegram bot | Idem via webhook |
| Forward → script → inbox/ | |
| Gmail | Filtro → script → inbox/ |
| Folder remoto | rsync/cron → inbox/ |
| CLI manuale | cp note.md inbox/ |
| Webhook esterno | POST → salva in inbox/ |
La configurazione di ogni source è in wiki/skills/inbox.md.
Il comando funziona standalone. Se presenti, attiva integrazioni extra:
$ARGUMENTS