← 返回
数据分析 中文

Daily Business Report

Generate daily business briefings from multiple data sources. Aggregates weather, crypto prices, news headlines, system health, and calendar events into a fo...
从多数据源生成每日商业简报,汇总天气、加密货币价格、新闻头条、系统健康状况及日程事件。
mariusfit
数据分析 clawhub v1.0.0 1 版本 99904.5 Key: 无需
★ 0
Stars
📥 1,046
下载
💾 22
安装
1
版本
#automation#business#dashboard#latest#reporting

概述

Daily Business Report

Generate comprehensive daily briefings by aggregating data from free public APIs.

Quick Start

# Generate full morning report
python scripts/report.py generate

# Generate specific sections only
python scripts/report.py generate --sections weather,crypto,news

# Output as JSON
python scripts/report.py generate -f json

# Output as markdown
python scripts/report.py generate -f md -o morning-report.md

# Configure your location and preferences
python scripts/report.py config --city "Brussels" --crypto "BTC,ETH,SOL" --news-country "us"

# Show current configuration
python scripts/report.py config --show

# Test individual data sources
python scripts/report.py test weather
python scripts/report.py test crypto
python scripts/report.py test news

Commands

CommandArgsDescription
----------------------------
generate[--sections LIST] [-f FORMAT] [-o FILE]Generate the full report
config[--city CITY] [--crypto COINS] [--news-country CC]Configure preferences
config--showDisplay current configuration
testTest a single data source

Report Sections

SectionSourceAPI Key Needed?
----------------------------------
Weatherwttr.inNo
CryptoCoinGecko APINo
NewsNewsData.ioFree tier (optional)
QuoteQuotable APINo
SystemLocal disk/memoryNo
DateBuilt-inNo

Example Output

╔══════════════════════════════════════════════════╗
║  DAILY BUSINESS REPORT — Mon 24 Feb 2026        ║
╠══════════════════════════════════════════════════╣
║                                                  ║
║  🌤 Weather: Brussels — 8°C, partly cloudy       ║
║  📈 BTC: $97,432 (+2.3%) ETH: $3,891 (-0.4%)   ║
║  📰 Top News:                                    ║
║     1. EU approves new AI regulation framework   ║
║     2. Tech stocks rally on earnings beat        ║
║  💬 "The best way to predict the future is to    ║
║     create it." — Peter Drucker                  ║
║  💾 Disk: 45% used | RAM: 62% used              ║
║                                                  ║
╚══════════════════════════════════════════════════╝

Integration with OpenClaw

Perfect for cron jobs. Add to your openclaw.json:

{
  "cron": {
    "entries": {
      "morning-report": {
        "schedule": "0 7 * * *",
        "agent": "main",
        "prompt": "Run daily-business-report generate and send the result."
      }
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 13:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 166 📥 60,297
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,290
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,931