← Back to Skills Marketplace
wwl52

work-log

by william-w · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ✓ Security Clean
213
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install work-log
Description
Automated work log management with daily/weekly report generation. Use when users need to record, track, or manage work tasks, generate daily/weekly reports...
Usage Guidance
This skill is internally consistent: it stores logs at ~/.workbuddy/work-log/logs.json, generates reports, and will create scheduled reminders for incomplete tasks. Before installing, consider: (1) the log file is a plaintext JSON in your home directory — it may contain sensitive details, so decide whether to encrypt or exclude it from backups; (2) the skill will create persistent hourly reminders during work hours and will scan all saved logs (not just today's) — ask the platform how automations are registered and how to disable or delete them; (3) there are no external credentials or network calls declared, so data stays local unless your agent/platform sends messages externally — verify notification delivery channels. If you need stronger guarantees, request details from the author about automation storage, retention, and how reminders are created/removed.
Capability Analysis
Type: OpenClaw Skill Name: work-log Version: 1.0.7 The 'work-log' skill is a legitimate tool for managing daily and weekly work logs, storing data locally in the user's directory (~/.workbuddy/work-log/logs.json). It includes features for task tracking, automated progress reminders, and report generation without any evidence of data exfiltration, malicious execution, or unauthorized access to sensitive system files.
Capability Assessment
Purpose & Capability
Name and description (work log, reports, reminders) align with the instructions: storing logs, querying, deleting, generating daily/weekly reports, and creating reminders. The use of a home-directory JSON file (~/.workbuddy/work-log/logs.json) is coherent for a local work-log tool.
Instruction Scope
SKILL.md explicitly instructs the agent to read and write the user's log file at ~/.workbuddy/work-log/logs.json and to scan all dates' tasks for outstanding progress. It also instructs creating and cancelling scheduled/automated reminders (hourly on workdays until completion). These behaviors are within the feature set but are persistent and broad (scans across all dates and hourly reminders) and are specified in imperative terms without details about where/how reminders are stored or how to opt out.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. Lowest install risk.
Credentials
No environment variables, credentials, or external services are requested — appropriate for a local work-log. However, the skill will read and write a plaintext JSON file in the user's home directory; that file could contain sensitive work information and should be considered when evaluating privacy and backup/encryption needs.
Persistence & Privilege
always is false, and autonomous invocation is allowed (platform default). The skill's instructions assume creation of persistent automated reminders (scheduled tasks that fire hourly on workdays). That persistent behavior is coherent for reminders but is implemented outside the SKILL.md (platform automation). Confirm where those automations will be registered and how to disable them.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install work-log
  3. After installation, invoke the skill by name or use /work-log
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
No changes detected in this version. - Version and content remain unchanged from the previous release. - No new features, fixes, or updates were applied.
v1.0.6
- Progress reminder logic is improved: now all unfinished tasks (across all dates, not just today) will trigger reminders until completion. - Reminder notifications list every incomplete task with their date and time for easier tracking. - No other feature or file changes in this version.
v1.0.5
work-log 1.0.5 - Removed the README.md file from the project. - No changes to skill logic or functionality.
v1.0.4
- 优化了进度提醒机制,新增只在工作日(周一至周五)9:00-18:00范围内每隔1小时提醒,非工作时段不再发送提醒 - 其它核心功能、日志结构和输出格式保持不变
v1.0.3
Version 1.0.3 - No code or documentation changes detected in this release. - Functionality and usage remain unchanged from the previous version.
v1.0.2
work-log 1.2.0 adds enhanced detail and progress tracking features. - 新增日志字段 detail,用于记录任务详细说明、具体问题或备注信息。 - 日志结构和展示格式同步增加 detail 字段,日报/周报表格与文本均支持详细内容。 - 优化进度提醒机制:未完成任务将每隔 1 小时自动提醒用户补充进度,已完成任务不再提醒。 - 增加丰富可扩展的日报、周报字段生成规范,并区分 AI 自动生成与用户填写部分。
v1.0.1
work-log 1.1.0 introduces enhanced log detail and better progress tracking: - 日志结构新增“progress”(进度)、“category”(任务分类)和“status”(状态)字段,记录更细致。 - 添加日志时,若未填写进度,系统会主动提醒补充,1小时后再次提醒。 - 日报与周报的表格/文本格式增加任务分类与进度信息,格式更丰富。 - 示例和字段说明同步更新,兼容更多工作类型。
v1.0.0
work-log 1.0.0 - Initial release with automated work log recording. - Supports adding, viewing, and deleting daily work log entries. - Provides automatic daily and weekly summary generation in both table and text formats. - Allows users to quickly log and manage tasks with conversational commands. - Summaries include structured templates for risks, plans, and reflections.
Metadata
Slug work-log
Version 1.0.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 8
Frequently Asked Questions

What is work-log?

Automated work log management with daily/weekly report generation. Use when users need to record, track, or manage work tasks, generate daily/weekly reports... It is an AI Agent Skill for Claude Code / OpenClaw, with 213 downloads so far.

How do I install work-log?

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

Is work-log free?

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

Which platforms does work-log support?

work-log is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created work-log?

It is built and maintained by william-w (@wwl52); the current version is v1.0.7.

💬 Comments