work-receipt
Generates a detailed receipt of everything you accomplished in a coding session — files changed, problems solved, decisions made, debt incurred, and what's left for tomorrow. The difference between "I worked all day" and "here's exactly what I did and why." Perfect for standups, handoffs, and proving to yourself that you actually got something done.
Why use this skill?
Generate professional receipts for your coding sessions. Track accomplishments, git changes, and technical debt automatically for standups and handoffs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jcools1977/work-receiptWhat This Skill Does
The work-receipt skill is an essential auditing tool for developers, acting as a personal assistant that monitors your coding progress throughout an active session. Instead of relying on vague memory or chaotic commit logs when a manager asks for a status update, this tool synthesizes your git history, file modifications, test outcomes, and terminal interaction into a clean, structured summary. It acts as a professional record-keeper, transforming raw technical changes into human-readable highlights. By summarizing accomplishments, decisions made, architectural trade-offs, and lingering technical debt, it ensures you can clearly articulate your value. Whether you are conducting a daily standup, performing a project handoff, or simply reviewing your own professional growth, this skill provides the definitive proof of your work, ensuring no effort goes unrecorded.
Installation
You can add this skill to your OpenClaw environment by running the following command in your terminal:
clawhub install openclaw/skills/skills/jcools1977/work-receipt
Ensure that your OpenClaw agent has the necessary permissions to access your git repository and file system so it can accurately analyze your session data.
Use Cases
- Daily Standups: Quickly generate a bulleted list of what you accomplished during the day to share with your team via Slack or during live meetings.
- Project Handoffs: Provide an automated summary of technical decisions and pending TODOs for the next developer inheriting your branch.
- Self-Review: Analyze your own productivity patterns to identify where you spend the most time, helping you improve your development workflow.
- Documenting Technical Debt: Explicitly catalog shortcuts taken under time pressure so they aren't forgotten, creating a backlog for future refinement sprints.
Example Prompts
- "I'm done for the day. Can you generate a work receipt summarizing everything I've pushed to the
feature/login-refactorbranch?" - "Please run a work receipt for this session. Make sure to highlight the architectural changes I made to the database schema and list any lingering TODOs in the controller files."
- "I need to send an update to my lead. Create a concise summary of my session that focuses on the bug fixes I implemented and the specific test suites I updated."
Tips & Limitations
- Be Descriptive: The more context you provide in your commit messages, the better the work receipt will be at explaining the 'why' behind your changes.
- Session Scope: This tool works best when you trigger it immediately after concluding a focused block of work. If you leave the session open too long, the 'time spent' metric may become less precise.
- Privacy: Remember that the work receipt reads your file changes; ensure you have appropriate
.gitignorefiles set up so the agent does not ingest sensitive environment variables or local-only secret keys. The tool is designed for reporting, not auditing production secrets.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jcools1977-work-receipt": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, data-collection
Related Skills
markdown-knowledge
将本地 Markdown 知识库与 OpenClaw 集成,支持语义检索和上下文注入。仅在用户触发时检索(搜索知识库、查一下知识库等),不主动注入。
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
decision-ledger
从纪要、聊天或项目材料中提取决策、负责人、截止时间、前提假设与撤销条件。;use for decision, meeting, governance workflows;do not use for 编造不存在的决策, 替代法律审计.