每日日志
DailyLog
by BytesAgain
Record daily wins, challenges, and learnings with streak tracking. Use when logging reflections, tracking streaks, reviewing weekly progress.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/ckchzh/dailylog文档
DailyLog
Productivity toolkit for structured daily logging, planning, habit tracking, reviews, reminders, and weekly reports. Every entry is timestamped and stored locally. Build streaks, tag entries, create timelines, and generate periodic reports to stay on top of your goals.
Commands
Core Productivity Commands
| Command | Description |
|---|---|
dailylog add <input> | Add a general log entry (thought, note, observation). Without arguments, shows recent entries. |
dailylog plan <input> | Log a plan or intention for the day/week. Without arguments, shows recent plans. |
dailylog track <input> | Track a habit, metric, or progress item. Without arguments, shows recent tracked items. |
dailylog review <input> | Record a review or reflection on completed work. Without arguments, shows recent reviews. |
dailylog streak <input> | Log a streak milestone or streak-related note (e.g., "Day 30 of running"). Without arguments, shows recent streak entries. |
dailylog remind <input> | Set a reminder or log something to follow up on. Without arguments, shows recent reminders. |
dailylog prioritize <input> | Log priority rankings or mark high-priority items. Without arguments, shows recent priority entries. |
dailylog archive <input> | Archive a completed item or old entry. Without arguments, shows recent archived items. |
dailylog tag <input> | Tag an entry with a label or category for organization. Without arguments, shows recent tags. |
dailylog timeline <input> | Add an event or milestone to your personal timeline. Without arguments, shows recent timeline entries. |
dailylog report <input> | Log a report or summary for a period. Without arguments, shows recent reports. |
dailylog weekly-review <input> | Record a structured weekly review. Without arguments, shows recent weekly reviews. |
Utility Commands
| Command | Description |
|---|---|
dailylog stats | Show summary statistics across all log categories (entry counts, data size, first entry date). |
dailylog export <format> | Export all data in json, csv, or txt format. Output saved to the data directory. |
dailylog search <term> | Search across all log files for a keyword or phrase (case-insensitive). |
dailylog recent | Show the 20 most recent entries from the activity history log. |
dailylog status | Health check — shows version, data directory, total entries, disk usage, and last activity. |
dailylog help | Display all available commands and usage information. |
dailylog version | Show the current version (v2.0.0). |
Data Storage
All data is stored in ~/.local/share/dailylog/ as plain-text log files:
- Each command category has its own
.logfile (e.g.,add.log,plan.log,streak.log,weekly-review.log) - Entries are timestamped in
YYYY-MM-DD HH:MM|valueformat - A central
history.logtracks all activity across commands - Export files are saved as
export.json,export.csv, orexport.txtin the same directory
Requirements
- Bash 4.0+ (uses
set -euo pipefail) - Standard Unix utilities:
date,wc,du,head,tail,grep,cut - No external API keys or network access required
- No additional dependencies to install
When to Use
- Morning planning sessions — Use
planandprioritizeto set your daily intentions and rank tasks by importance before starting work. - Habit tracking and streaks — Use
trackandstreakto log daily habits (exercise, reading, coding) and celebrate milestone streaks. - End-of-day reflections — Use
addandreviewto capture what went well, what didn't, and lessons learned each evening. - Weekly retrospectives — Use
weekly-reviewandreportto summarize accomplishments, blockers, and goals for the next week. - Organizing and archiving work — Use
tag,archive, andtimelineto label entries, retire completed items, and build a chronological record of milestones.
Examples
Morning planning workflow
dailylog plan "Focus on API refactor and code review today"
dailylog prioritize "1. API refactor 2. Code review 3. Update docs"
dailylog remind "Follow up with design team on mockups by 3 PM"
Track habits and streaks
dailylog track "Ran 5km in 28 minutes"
dailylog streak "Day 15 of daily running — new personal best"
dailylog tag "running, fitness, personal-best"
End-of-day reflection
dailylog add "Shipped the API refactor ahead of schedule"
dailylog review "Code review went smoothly, found 2 edge cases to fix tomorrow"
dailylog timeline "API v2 refactor completed"
Weekly review and export
dailylog weekly-review "Completed 8/10 planned tasks. Blockers: waiting on design approval."
dailylog report "Week 12: shipped API v2, started onboarding docs, 5-day running streak"
dailylog export json
dailylog stats
Search and status
dailylog search "API"
dailylog recent
dailylog status
dailylog archive "Q1 planning notes — no longer active"
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
相关 Skills
安全专家
by alirezarezvani
覆盖威胁建模、漏洞评估、安全架构设计、代码审计与渗透测试,内置 STRIDE、OWASP、加密模式和安全扫描流程,适合系统设计评审与上线前安全排查。
✎ 安全专家把威胁建模、漏洞分析到渗透测试串成一套流程,内置 STRIDE 与 OWASP 指南,做安全设计和排查更省心。
安全审计
by alirezarezvani
安装前审计 Claude Code Skill 的代码执行、Prompt 注入和依赖供应链风险,支持本地目录或 Git 仓库扫描,输出 PASS/WARN/FAIL 结论及修复建议
✎ 把代码审查、漏洞扫描和合规检查串成一条线,帮团队更早发现风险,做安全治理更省心。
安全运营
by alirezarezvani
覆盖应用安全、漏洞管理与合规审计,支持代码/依赖扫描、CVE 评估、Secrets 检测和安全自动化,适合做安全基线落地、漏洞响应、审计检查与安全开发治理。
✎ 应用安全、漏洞管理和合规检查一套打通,还能自动化扫描与响应,帮团队更早发现并收敛风险。
相关 MCP 服务
by Sentry
搜索和分析 Sentry 错误报告,辅助调试。
✎ 把零散的 Sentry 错误报告变成可检索线索,帮你在海量报错里更快定位线上故障,排障调试明显省时。
by sinewaveai
为 AI agents 提供安全层:拦截 prompt injection、识别伪造 packages,并扫描漏洞风险。
✎ 给 AI Agent 补上关键安全层,能拦截 prompt 注入、识别伪造包并扫描漏洞风险,把防护前置更省心。
by pantheon-security
强化安全性的 NotebookLM MCP,集成 post-quantum encryption,提升数据防护能力。