โ† All skills
Tencent SkillHub ยท Productivity

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate daily business briefings from multiple data sources. Aggregates weather, crypto prices, news headlines, system health, and calendar events into a fo...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, _meta.json, scripts/report.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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

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

Report Sections

SectionSourceAPI Key Needed?Weatherwttr.inNoCryptoCoinGecko APINoNewsNewsData.ioFree tier (optional)QuoteQuotable APINoSystemLocal disk/memoryNoDateBuilt-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." } } } }

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/report.py Scripts
  • _meta.json Config