Notion DB Weekly Report Generator

👤 wingogx 📦 v1.0.0 ⭐ 4.2 ⬇️ 725 下载
📄 办公效率 免费

📖 技能介绍


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}]'

本技能来自小葱技能站7w4.net。

Tests

python3 -m unittest scripts/test_notion_db_weekly_report_generator.py -v

🤖 AI 评测

整体质量还不错。免费周报功能完整好用,能自动统计任务、识别亮点和风险项,代码稳定可靠。唯一遗憾是高级版功能还没做好,想要更多功能可能会失望。基础使用的话值得一试。

📊 多维度评分

适应性4
规范性4.2
有效性4.3
可靠性3.9
可信度4.8

📁 包含文件 (5 个)

📄 SKILL.md 858 B
📄 _meta.json 152 B
📄 references/skillpay-api-contract.md 1.3 KB
📄 scripts/notion_db_weekly_report_generator.py 5.4 KB
📄 scripts/test_notion_db_weekly_report_generator.py 1.5 KB