Install
openclaw skills install excel-generatorGenerate professional Bloomberg-style Excel workbooks from natural language descriptions. Creates multi-sheet workbooks with dashboards, KPI cards, charts, conditional formatting, and data tables. Use when asked to build Excel files, spreadsheets, dashboards, trackers, or reports.
openclaw skills install excel-generatorGenerate professional, Bloomberg-terminal-aesthetic Excel workbooks using Python + openpyxl.
Ask (or infer) from the user:
Run the Python generator script:
cd /Users/synapsefirm/.openclaw/workspace && python3 scripts/excel_generator.py \
--type "[workbook_type]" \
--output "excel-projects/[filename].xlsx" \
--title "[Title]"
Or write a custom Python script using openpyxl with the style constants below.
Always use these colors for consistency:
NAVY = "0D1B2A" # Primary headers
NAVY_MID = "1B3A5C" # Sub-headers
STEEL = "2D5986" # Accents
ICE = "E8F0F8" # Alternating rows
GOLD = "C9A84C" # Section dividers
GREEN_SAFE = "217346" # OK/positive status
AMBER = "B8560A" # Warning status
CRIMSON = "A50000" # Danger/negative status
WHITE = "FFFFFF"
Every workbook should include:
/Users/synapsefirm/.openclaw/workspace/excel-projects/[filename].xlsxFormly2026! as default passwordSheets: Dashboard, Stock (with barcode input), Raw Materials, Projects, Deliveries, Suppliers, Offcuts, Analytics, Barcode Guide Key features: Auto status formulas (✅ OK / ⚠️ LOW / 🔴 OUT), SUMIF analytics, conditional formatting
Sheets: Dashboard, P&L, Cash Flow, Budget vs Actual, KPIs Key features: Variance calculations, sparklines, YTD comparisons
Sheets: Dashboard, Tasks (Kanban), Timeline, Resources, Budget Key features: RAG status, completion %, budget tracking
Sheets: Dashboard, Roster, Org Chart data, Compensation, Time Off Key features: Department rollups, cost calculations
Sheets: Dashboard, Pipeline, Won/Lost, Forecasting, Rep Performance Key features: Weighted pipeline, close rate tracking