← Back to Skills Marketplace
Daily Summary
by
asterisk622
· GitHub ↗
· v1.0.2
· MIT-0
130
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install xiaoding-daily-summary
Description
自动生成包含Token用量和任务完成情况的每日学习总结报告并保存为指定日期Markdown文件。
Usage Guidance
This skill is internally consistent: it runs `openclaw status --json` and writes a daily Markdown under ~/.openclaw/workspace/memory/. Before installing or enabling it, ensure you trust the openclaw CLI (what data it exposes) and are comfortable granting the agent permission to run that command and write files in your ~/.openclaw/workspace directory. If you do not want automatic file writes, do not allow autonomous invocation or run the skill only on demand. If you need more assurance, request the actual cron_daily_summary.py content (the SKILL.md references it but does not include it).
Capability Assessment
Purpose & Capability
Name/description (daily summary including token usage) align with the runtime instructions: it reads OpenClaw status JSON and produces a per-day Markdown report in the OpenClaw workspace. No unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
Instructions are narrowly scoped to running `openclaw status --json`, parsing token fields from sessions.recent, and writing ~/.openclaw/workspace/memory/YYYY-MM-DD.md. The SKILL.md mentions a related script path (~/.openclaw/workspace/cron_daily_summary.py) but does not include or require its contents; if the agent or user allows, the skill could create or modify such a script (not explicit here).
Install Mechanism
No install spec or package downloads are present (instruction-only). package.json is metadata only. There is no code being fetched from external URLs or archives.
Credentials
The skill requests no environment variables or credentials. It does rely on the availability of the `openclaw` CLI and write access to the user's home OpenClaw workspace, which is proportional to its stated purpose.
Persistence & Privilege
The skill is not force-installed (always:false) and does not request persistent system privileges. It writes files within the user's OpenClaw workspace only and does not modify other skills or system-wide settings in the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaoding-daily-summary - After installation, invoke the skill by name or use
/xiaoding-daily-summary - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- No changes detected in this version.
- Functionality and documentation remain the same as previous version.
v1.0.1
Initial release - Daily summary skill
Metadata
Frequently Asked Questions
What is Daily Summary?
自动生成包含Token用量和任务完成情况的每日学习总结报告并保存为指定日期Markdown文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.
How do I install Daily Summary?
Run "/install xiaoding-daily-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Summary free?
Yes, Daily Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Daily Summary support?
Daily Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Summary?
It is built and maintained by asterisk622 (@asterisk622); the current version is v1.0.2.
More Skills