๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Notion DB Weekly Report Generator

by @wingogx

Free basic version that converts Notion-style task records into weekly report markdown. Reserves premium upgrade hooks for trend analysis and management summ...

Versionv1.0.0
Downloads453
TERMINAL
clawhub install notion-db-weekly-report-generator

๐Ÿ“– About This Skill


name: notion-db-weekly-report-generator description: Free basic version that converts Notion-style task records into weekly report markdown. Reserves premium upgrade hooks for trend analysis and management summary automation.

Notion ๆ•ฐๆฎๅบ“ โ†’ ๅ‘จๆŠฅ็”Ÿๆˆๅ™จ

Value

  • Free tier: generate weekly report markdown from task records.
  • Premium tier (reserved): trend charting, cross-week comparison, auto executive summary.
  • Input

  • user_id
  • week_label
  • records (array)
  • optional tier (free/premium)
  • Run

    python3 scripts/notion_db_weekly_report_generator.py \
      --user-id user_005 \
      --week-label "2026-W10" \
      --records-json '[{"title":"่ฝๅœฐ้กตๆ”น็‰ˆ","owner":"ๅฐ็Ž‹","status":"่ฟ›่กŒไธญ","progress":70}]'
    

    Tests

    python3 -m unittest scripts/test_notion_db_weekly_report_generator.py -v