Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate daily business briefings from multiple data sources. Aggregates weather, crypto prices, news headlines, system health, and calendar events into a fo...
Generate daily business briefings from multiple data sources. Aggregates weather, crypto prices, news headlines, system health, and calendar events into a fo...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Generate comprehensive daily briefings by aggregating data from free public APIs.
# 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
CommandArgsDescriptiongenerate[--sections LIST] [-f FORMAT] [-o FILE]Generate the full reportconfig[--city CITY] [--crypto COINS] [--news-country CC]Configure preferencesconfig--showDisplay current configurationtest<source>Test a single data source
SectionSourceAPI Key Needed?Weatherwttr.inNoCryptoCoinGecko APINoNewsNewsData.ioFree tier (optional)QuoteQuotable APINoSystemLocal disk/memoryNoDateBuilt-inNo
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ 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 โ โ โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
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." } } } }
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.