ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Daily Summary

Skill by asterisk622

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/asterisk622/daily-summary
Or

What This Skill Does

The Daily Summary skill is an essential productivity utility for OpenClaw users, designed to automate the generation of performance and resource tracking reports. By integrating directly with the OpenClaw CLI, it fetches live token usage data from the Bailian interface to provide a comprehensive breakdown of your AI agent's operational cost. Beyond raw metrics, this skill creates a structured markdown-based journal in your workspace, logging daily accomplishments, task status, and forward-looking plans. It acts as an automated diary, helping developers and power users maintain a clear audit trail of their agent's interactions and resource consumption, turning raw operational logs into actionable project management insights.

Installation

To install this skill, use the following command in your terminal: clawhub install openclaw/skills/skills/asterisk622/daily-summary Ensure that your environment has openclaw configured in the system path and that you have appropriate permissions to write to the ~/.openclaw/workspace/ directory.

Use Cases

  • Project Tracking: Ideal for tracking daily progress on complex projects like EasyClaw or Moltbook development.
  • Cost Monitoring: Perfect for users needing to monitor token consumption for budget management and optimization of AI interactions.
  • Reflective Documentation: Automatically generate end-of-day reports to review achievements and prepare for the next day's tasks.
  • Audit Compliance: Maintains a clean, searchable, and time-stamped history of every day's workload and system usage.

Example Prompts

  • "每日总结,请帮我统计一下今天的Token消耗并生成报告。"
  • "生成总结:记录今日在EasyClaw上的工作进度,并汇总所有接口消耗。"
  • "token 统计,看看今天一共用了多少额度,并更新到我的工作日记中。"

Tips & Limitations

  • Pre-requisites: This skill relies heavily on the openclaw status --json command; ensure your version of OpenClaw is up-to-date and returns properly formatted JSON objects.
  • Scripting: The skill utilizes cron_daily_summary.py. If you notice empty reports, check that the script has the correct execute permissions (chmod +x).
  • Data Integrity: When parsing the JSON output, the script is designed to skip noise in logs, but ensure no other processes are interfering with stdout when fetching system status.
  • Storage: Reports are saved locally at ~/.openclaw/workspace/memory/YYYY-MM-DD.md. Regularly backup this directory if you need long-term historical records.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-asterisk622-daily-summary": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#automation#logging#token-tracking#developer-tools
Safety Score: 4/5

Flags: file-read, file-write, code-execution