← Return to site
Monika Bravo  ·  Studio of Endless Ideas

Private Studio

Internal Tools · Monika Bravo
Operations

Sessions

Schedule a Session
Book a Google Meet session. Fill in client details and create the calendar event directly.

Tasks

Schedule a Task
Build a task entry with a priority tag, target date, and sub-tasks. Pin it directly to Google Calendar.

Archive

Drive Search
Search every indexed file across all drives. Edit category, status, and notes directly.

Scripts

System Agents Blueprints
Full inventory of every script and agent running across Monika OS, with schedules, paths, and live status telemetry.

Image Compression

Drag a folder of images below, then enter a project slug. Renames alphabetically to slug-01.jpg etc., compresses to 85% / 2400px / 3MB max.
Drag image folder here

Create Project Folders

Creates a standard folder set for a new project. Enter the project name or slug.

Daily Scripts — Status

Supabase Keepalive Daily · 12:00 Checking…
launchctl list | grep com.monikabravo.supabase-keepalive
Runs inline — logic embedded directly in the plist, not a standalone script. See 2026-07-03-supabase-keepalive-ACTUAL.md for the full readable version.
Bitcoin Price Fetcher Daily · 21:40 Checking…
python3 ~/Documents/GitHub/monika_operating_system/scripts/btc_price_fetcher.py
Runs inline via embedded Python in the plist — see scripts inventory.
Deploy Site Manual · on demand Not scheduled
cd /Volumes/100-10T-2-2025/00.macpro/github/studioofendlessideas-site python3 deploy_site.py
Two separate commands. Paste the first line, press Return, wait for the prompt, then paste the second line and press Return again.
iCloud Database Mover Every 5 min · auto Checking…
/opt/homebrew/opt/python@3.11/bin/python3.11 /Users/monikabravo/Documents/GitHub/monika_operating_system/scripts/icloud_to_database_mover.py
LaunchAgent com.monikabravo.database-mover runs this automatically every 5 minutes. Moves validated markdown files from the ClaudeDatabaseDrop folder in iCloud Drive into astrology-humandesign-personal/database/. Files with a stray ### heading are quarantined into a _flagged subfolder inside the drop zone instead of being filed.
Journal Ingest Manual · after new dictation Not scheduled
/opt/homebrew/opt/python@3.11/bin/python3.11 /Users/monikabravo/Documents/GitHub/monika_operating_system/scripts/ingest_journal.py
Run this after adding any new file to astrology-humandesign-personal/database/. Reads every entry and rebuilds monika-journal.db.
Journal Search Build Manual · after Journal Ingest Not scheduled
/opt/homebrew/opt/python@3.11/bin/python3.11 /Users/monikabravo/Documents/GitHub/monika_operating_system/scripts/build_journal_dashboard.py
Run this right after Journal Ingest. Bakes the current database into journal-search.html, sitting in the site folder ready to deploy.
BTC Weekly Update Manual · weekly Not scheduled
python3 ~/Documents/GitHub/monika_operating_system/astrology-financial-indicators/scripts-indicators/btc_weekly_update.py
Uses a database password — confirm it has been rotated per 2026-07-03-password-rotation-directions.md before relying on this.
Financial Refresh Daily · 12:00 Checking…
python3.11 /Users/monikabravo/Documents/GitHub/monika_operating_system/financial-tracking/scripts/refresh_all_finances.py
LaunchAgent com.monikabravo.financial-refresh runs this daily at noon. Parses all Amex, TD Bank, Fold, and Affirm statements and updates monika-finance.db.
Credit Sync Daily · 12:00 Checking…
python3 /Users/monikabravo/Documents/GitHub/monika_operating_system/financial-tracking/scripts/check_credit_csv.py
Amex Blue Cash$28,207.43
Amex Business Platinum$5,635.68
Amex Optima$4,205.49
Amex Gold$3,048.39
TD Bank Visa 7405$2,909.00
Amex Simple Cash$1,135.59
Import Recurring Budget Manual · when CSV changes Not scheduled
python3.11 /Users/monikabravo/Documents/GitHub/monika_operating_system/financial-tracking/scripts/import_recurring.py
Run this any time masterbudget_2026 - usethisone.csv is updated. Clears and reimports all recurring items with category, type, and account linking.