π¦ ClawHub
Nex Reports
by @nexaiguy
Automated report generation and scheduling meta-skill that aggregates data from multiple Nex tools into unified, actionable business briefings for day-to-day...
β‘ When to Use
π‘ Examples
Morning briefing combining health, CRM, and deliverables:
nex-reports create "Daily Standup" \
--schedule "0 9 * * 1-5" \
--modules health,crm,deliverables \
--output telegram \
--output-target telegram
Weekly summary to file (every Friday 5pm):
nex-reports create "Weekly Summary" \
--schedule WEEKLY_FRIDAY \
--modules health,crm,expenses,deliverables,domains,vault \
--output markdown \
--output-target file
Custom command in report:
nex-reports create "Git Status" \
--schedule "0 10 * * *" \
--modules custom \
--output markdown
View the last run:
nex-reports show "Daily Standup"
βοΈ Configuration
Set via environment variables:
export IMAP_HOST=imap.gmail.com
export IMAP_USER=your.email@gmail.com
export IMAP_PASS=your-app-password
export IMAP_PORT=993export TELEGRAM_TOKEN=your-bot-token
export TELEGRAM_CHAT_ID=your-chat-id
TERMINAL
clawhub install nex-reports