reports-creator

Automated report generation for self-reflection and system analysis. Creates daily, weekly, and monthly reports from logs, databases, and system metrics.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "reports-creator" with this command: npx skills add kikikari/reports-creator

Reports Creator

Automatisierte Berichtserstellung für Selbstreflexion und Systemanalyse.

Berichtstypen

TypIntervallInhaltZiel
DailyTäglichLogs, Fehler, ÄnderungenOperatives Monitoring
WeeklyWöchentlichTrends, Statistiken, PerformanceWochenreview
MonthlyMonatlichArchivierung, LangzeitanalyseStrategieplanung
Ad-hocOn-DemandSpezialanalysenTroubleshooting

Datenquellen

Lokale Datenbanken

  • docs.db - Dokumentationsänderungen
  • tree.db - Dateisystem-Änderungen
  • logs.db - System- und Node-Logs

Log-Dateien

  • logs/db-maintainer/ - DB-Wartung
  • logs/log-collector/ - Log-Sammlung
  • memory/*.md - Tagesprotokolle

System-Metriken

  • Node-Status (online/offline)
  • VPN-Verbindungsqualität
  • Backup-Status

Berichtstruktur

# Bericht 2026-04-18 - Tageszusammenfassung

## Übersicht
- **Zeitraum:** 2026-04-18 00:00 - 23:59
- **Nodes:** 5 total, 3 online, 2 offline
- **Neue Dokumente:** 12
- **Geänderte Dateien:** 47

## System-Events
| Zeit | Event | Node | Status |
|------|-------|------|--------|
| 03:00 | DB-Backup | node1 | ✅ OK |
| 06:00 | Health-Check | node1 | ✅ OK |
| 12:14 | Config-Fehler | node1 | ⚠️ Behoben |

## Fehler & Warnungen
- [x] Config: Ungültiger Key "contextWindow" - behoben
- [ ] Node 3: fail2ban blockiert Node 1 IP (offen)

## Neue Skills
- log-collector@1.0.0 veröffentlicht

## Empfohlene Aktionen
1. Node 3 fail2ban prüfen
2. VPN-Tunnel Node 2 testen

Automatisierung

Täglicher Bericht (6:00 Uhr)

0 6 * * * python3 skills/reports-creator/scripts/daily_report.py

Wöchentlicher Bericht (Sonntag 8:00)

0 8 * * 0 python3 skills/reports-creator/scripts/weekly_report.py

Nutzung

Manueller Report

openclaw reports create --type daily --date 2026-04-18
openclaw reports create --type weekly --week 16
openclaw reports create --type monthly --month 4

Auto-Generierung

# Bericht für gestern
reports-creator --yesterday

# Wochenbericht
reports-creator --last-week

Integration

  • db-maintainer: Nutzt DB-Änderungen für Reports
  • log-collector: Integriert Node-Logs
  • workspace-db: Greift auf Dokumentations-Index zu

Ausgabe

reports/
├── 2026/
│   ├── 04/
│   │   ├── 2026-04-18-daily.md
│   │   ├── 2026-04-18-weekly.md
│   │   └── 2026-04-monthly.md

Konfiguration

{
  "reports-creator": {
    "enabled": true,
    "output_dir": "reports/",
    "retention_days": 90,
    "auto_generate": ["daily", "weekly"],
    "email_on_error": true
  }
}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Stock Analysis CN

一键分析A股:技术面+估值+风险+基本面全覆盖,自动生成Word投资报告。基于腾讯财经API,内置行业专用估值基准。

Registry Source
1460Profile unavailable
Web3

Data Analyst

Analyze data to identify actionable insights using the DICE framework: define questions, investigate, communicate findings, and evaluate impact for clear dec...

Registry Source
8440Profile unavailable
Research

销售录音诊断专家

销售诊断与能力提升专家。基于陈天真实销售录音/会议纪要, 从业务场景、关键人画像、关系链、需求链、意向链等多维度深度分析, 诊断销售话术,提供可执行的改进方案,让销售能力"长在陈天身上"。

Registry SourceRecently Updated
3600Profile unavailable
Research

TradingView Signal Parser

Parse TradingView signals from text or URLs to extract trade details and calculate risk/reward ratios for structured trade analysis.

Registry SourceRecently Updated
3530Profile unavailable