← Back to Skills Marketplace
newageinvestments25-byte

Daily Recap

by New Age Investments · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nai-daily-recap
Description
Generate a daily recap/summary of all agent activity and save it to Obsidian. Use when asked to do a daily recap, end-of-day summary, or when a cron job fire...
Usage Guidance
Before installing or enabling this skill: 1) Confirm whether the agent is legitimately allowed to read Discord messages. The SKILL.md asks the agent to "scan guild channels" but the skill declares no Discord credentials — ask the author to explicitly declare required tokens and the exact guilds/channels and scope. 2) Understand file writes: the skill will create/modify files under vault/daily-recap/ and append to memory/YYYY-MM-DD.md; ensure those paths are correct and you’re comfortable storing summaries there (they may include verbatim user requests). 3) If you do not want external chat data included, request the author remove the Discord step or make it opt-in with explicit credential fields. 4) Prefer an updated SKILL.md that lists required env vars (e.g., DISCORD_TOKEN or similar) and documents privacy implications and channel scope; lacking that, treat the Discord-reading behavior as an unresolved security/privacy risk.
Capability Analysis
Type: OpenClaw Skill Name: nai-daily-recap Version: 1.0.0 The skill is a standard utility designed to summarize agent activity from local memory logs and Discord messages into an Obsidian vault. The workflow described in SKILL.md is transparent, stays within the local environment (vault/ and memory/ directories), and lacks any indicators of data exfiltration, malicious execution, or unauthorized access.
Capability Assessment
Purpose & Capability
Reading memory/YYYY-MM-DD.md and writing vault/daily-recap/YYYY-MM-DD.md is coherent with a daily recap skill. However, the optional step to "read recent Discord messages" is not justified by the skill's declared requirements (no Discord credentials or config paths are requested), creating a mismatch between purpose and requested capabilities.
Instruction Scope
The SKILL.md explicitly instructs the agent to 'scan the guild channels for today's messages' if the memory log is sparse. That is broad and vague (which guilds/channels? what timeframe? what filters?) and grants the agent discretion to access external chat data. The instructions also require quoting user requests verbatim (privacy risk) and auto-detecting tags, which may cause sensitive content to be written into the Obsidian vault.
Install Mechanism
This is an instruction-only skill with no install steps and no code files. No files will be written to disk by an installer, so install risk is low.
Credentials
The skill declares no required environment variables or credentials, yet its instructions imply access to Discord (which would normally require a token/API credentials). This mismatch is a red flag: either the skill will fail when asked to scan Discord, or it expects undocumented credentials/permissions, which is disproportionate and risky. Writing journal entries to a vault and appending to memory are expected, but users should note these files will be modified.
Persistence & Privilege
always is false and the skill does not request persistent or platform-wide privileges. The skill suggests running via cron, which is a normal usage pattern and does not on its own raise privilege concerns.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nai-daily-recap
  3. After installation, invoke the skill by name or use /nai-daily-recap
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the daily-recap skill. - Automatically generates a daily summary of all agent activity and saves it to Obsidian. - Reads today's memory log and (optionally) Discord messages to compile recaps of requests, research, builds, decisions, and notables. - Writes a structured journal entry with YAML frontmatter and appropriate topic tags to `vault/daily-recap/YYYY-MM-DD.md`. - Handles missing or empty logs gracefully by noting "No activity logged" in each section. - Prevents overwriting existing entries; appends an addendum if needed. - Designed for nightly, automated use via cron jobs.
Metadata
Slug nai-daily-recap
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Daily Recap?

Generate a daily recap/summary of all agent activity and save it to Obsidian. Use when asked to do a daily recap, end-of-day summary, or when a cron job fire... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install Daily Recap?

Run "/install nai-daily-recap" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily Recap free?

Yes, Daily Recap is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Daily Recap support?

Daily Recap is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily Recap?

It is built and maintained by New Age Investments (@newageinvestments25-byte); the current version is v1.0.0.

💬 Comments