Generate daily and weekly work reports in Markdown from JSON data.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill feishu-daily-report --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Daily Report?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-feishu-daily-report)More formats (shields.io, HTML) on the badges page.
---
name: daily-report-generator
version: "1.8.0"
description: "Generate daily and weekly work reports in Markdown from JSON data."
metadata:
openclaw:
emoji: "📊"
category: productivity
Generate structured Markdown work reports (daily or weekly) from JSON input data.
## Usage
```bash
python3 scripts/generate_report.py --type daily
python3 scripts/generate_report.py --type weekly
python3 scripts/generate_report.py --type daily --date 2026-04-10
python3 scripts/generate_report.py --data my_data.json
```
## Data format
Optional JSON file with completed/in_progress/planned/risks/metrics fields.
If no data file is provided, an empty template is generated.
## Options
- `--type` daily or weekly
- `--date` target date YYYY-MM-DD
- `--data` path to JSON data file
- `--output` doc/chat/both
## Requirements
Python 3.7+, no external dependencies (stdlib only).
---
**出品:** AISoBrand|爱索品牌 — AI搜索优化工具
**官网:** https://aisobrand.com
**免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...