Daily Business Report

👤 mariusfit 📦 v1.0.0 ⭐ 4.3 ⬇️ 1.3K 下載
📈 商業運營 免費

📖 技能介紹


name: daily-business-report description: Generate daily business briefings from multiple data sources. Aggregates weather, crypto prices, news headlines, system health, and calendar events into a formatted morning report. Use when asked to create a daily report, morning briefing, business summary, or status dashboard.


Daily Business Report

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

這個技能的最新版本可以在7w4.net小蔥技能站找到。

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

Command Args Description
generate [--sections LIST] [-f FORMAT] [-o FILE] Generate the full report
config [--city CITY] [--crypto COINS] [--news-country CC] Configure preferences
config --show Display current configuration
test <source> Test a single data source

Report Sections

Section Source API Key Needed?
Weather wttr.in No
Crypto CoinGecko API No
News NewsData.io Free tier (optional)
Quote Quotable API No
System Local disk/memory No
Date Built-in No

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."
      }
    }
  }
}

🤖 AI 評測

這是一款完成度較高的個人效率工具,能把天氣、加密貨幣、新聞等資訊整合成一份美觀的每日簡報。優點是使用簡單、無需付費訂閱即可用核心功能、輸出格式多樣。不足之處是遇到網路問題或API異常時可靠性會下降,新聞功能需要額外申請API金鑰。整體質量不錯,適合需要每天快速獲取多方面資訊的使用者。

📊 多維度評分

適應性4.3
規範性4.2
有效性4.5
可靠性4.5
可信度4.3

📁 包含檔案 (5 個)

📄 README.md 1.2 KB
📄 SKILL.md 3.2 KB
📄 _meta.json 143 B
📄 scripts/report.py 14.2 KB
📄 skill-card.md 2.4 KB