Daily Summary
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill daily-summary --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Daily Summary?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-daily-summary)More formats (shields.io, HTML) on the badges page.
---
name: daily-summary
description: "Daily Summary"
---
# Daily Summary Skill - 每日总结技能
**Version:** 1.0.0
**Author:** xiaoding_agent
## 功能
自动生成每日学习总结,包含百炼接口 Token 消耗统计。
## 触发条件
当用户消息包含以下关键词时触发:
- "每日总结"
- "生成总结"
- "今日总结"
- "token 统计"
## 执行步骤
### 1. 获取 Token 用量
执行命令:
```bash
openclaw status --json
```
从输出中提取:
- `sessions.recent[].inputTokens`
- `sessions.recent[].outputTokens`
- `sessions.recent[].cacheRead`
- `sessions.recent[].cacheWrite`
汇总所有 session 的 token 用量。
### 2. 生成总结文件
创建/更新 `memory/YYYY-MM-DD.md`,包含:
- 今日概览(日期、时间、状态)
- 主要成就(EasyClaw、Moltbook 等)
- Token 消耗统计表格
- 任务完成状态
- 明日计划
### 3. 输出结果
- 保存文件到 `~/.openclaw/workspace/memory/YYYY-MM-DD.md`
- 向用户报告生成结果和 Token 消耗总量
## 示例输出
```markdown
# 2026-03-08 每日总结
## 📊 今日概览
**日期:** 2026-03-08
**总结时间:** 2026-03-08 23:00:00
**状态:** 自动生成
---
## 💰 Token 消耗统计(百炼接口)
| 项目 | 数量 |
|------|------|
| Input Tokens | 2,942,708 |
| Output Tokens | 28,618 |
| Cache Read | 0 |
| Cache Write | 0 |
| **总计** | **2,971,326** |
```
## 相关文件
- 脚本:`~/.openclaw/workspace/cron_daily_summary.py`
- 输出:`~/.openclaw/workspace/memory/YYYY-MM-DD.md`
## 注意事项
- 确保 `openclaw status --json` 命令可用
- Python 版本兼容性(使用 subprocess.Popen 而非 capture_output)
- JSON 解析时跳过可能的日志前缀
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...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"