← Back to Skills Marketplace
269
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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 summ...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: notion-db-weekly-report-generator
Version: 1.0.0
The skill bundle is a legitimate tool for converting task records into markdown weekly reports. The Python script (notion_db_weekly_report_generator.py) performs basic data validation and formatting without any high-risk behaviors like network calls or unauthorized file access. It includes a placeholder for a 'premium' tier that directs users to a payment URL (defaulting to skillpay.me), which aligns with the stated purpose in SKILL.md and the provided API contract documentation.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notion-db-weekly-report-generator - After installation, invoke the skill by name or use
/notion-db-weekly-report-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
notion-db-weekly-report-generator 1.0.0
- Initial public release.
- Free tier generates weekly report markdown from Notion-style task records.
- Premium upgrade hooks reserved for future features like trend analysis and executive summary.
- Supports input of user ID, week label, and records array.
- Includes usage and test instructions.
Metadata
Frequently Asked Questions
What is Notion DB Weekly Report Generator?
Free basic version that converts Notion-style task records into weekly report markdown. Reserves premium upgrade hooks for trend analysis and management summ... It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install Notion DB Weekly Report Generator?
Run "/install notion-db-weekly-report-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notion DB Weekly Report Generator free?
Yes, Notion DB Weekly Report Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Notion DB Weekly Report Generator support?
Notion DB Weekly Report Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Notion DB Weekly Report Generator?
It is built and maintained by 安东子 (@wingogx); the current version is v1.0.0.
More Skills