Notion DB Weekly Report Generator

v1.0.0

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

0· 266·0 current·0 all-time
by安东子@wingogx

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wingogx/notion-db-weekly-report-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Notion DB Weekly Report Generator" (wingogx/notion-db-weekly-report-generator) from ClawHub.
Skill page: https://clawhub.ai/wingogx/notion-db-weekly-report-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install notion-db-weekly-report-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install notion-db-weekly-report-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description claim (generate weekly report markdown from task records) aligns with the shipped Python implementation and tests. There are no unexpected binaries, excessive dependencies, or unrelated capabilities in the code.
Instruction Scope
SKILL.md provides explicit run and test commands that map to the included scripts. One minor inconsistency: SKILL.md and registry metadata declare no required env vars, while the code optionally reads SKILLPAY_PAYMENT_URL_TEMPLATE and SKILLPAY_TOPUP_BASE_URL to construct a payment URL for premium upgrades. That behavior is benign but not documented in metadata.
Install Mechanism
No install spec — instruction-only plus local Python scripts. Nothing is downloaded or written to the system by an installer. This is low risk.
Credentials
The skill declares no required environment variables. The code does optionally read SKILLPAY_PAYMENT_URL_TEMPLATE and SKILLPAY_TOPUP_BASE_URL to build a payment URL (and the repo includes a billing contract reference mentioning SKILLPAY_API_KEY). These env vars are optional and only influence the payment URL; they are not required for core functionality. Consider this a minor disclosure mismatch rather than a disproportionate credential request.
Persistence & Privilege
always is false and the skill does not attempt to modify agent configuration, persist credentials, or gain permanent presence. It runs locally and returns JSON results.
Assessment
This skill appears to do what it says: it takes task records and produces a weekly-report markdown. Before installing or running: - Review the two included Python files and run the unit tests locally (a unittest file is provided). - If you set SKILLPAY_PAYMENT_URL_TEMPLATE or SKILLPAY_TOPUP_BASE_URL, the skill will embed the provided user_id into that payment URL and thus send that value to whatever payment endpoint you configure — only set those env vars if you trust the payment provider. - The repository includes a billing contract doc that mentions SKILLPAY_API_KEY for future premium integrations; that key is not used by the current code, but future versions might require credentials — treat any future requests for API keys as sensitive and verify the endpoint and owner before providing them. - No network calls or external downloads occur in the current version, but always inspect/execute third-party scripts in a controlled environment if you have concerns.

Like a lobster shell, security has layers — review code before you run it.

freevk97adpgkbxnw628xjkykza800n82c8qglatestvk97adpgkbxnw628xjkykza800n82c8qgnotionvk97adpgkbxnw628xjkykza800n82c8qgreportvk97adpgkbxnw628xjkykza800n82c8qg
266downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

Comments

Loading comments...