咖啡助手
Coffee
by BytesAgain
A focused food & cooking tool built for Coffee. Use when you need coffee.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain/coffee文档
Coffee
A focused food & cooking tool built for Coffee. Log entries, review trends, and export reports — all locally.
Why Coffee?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
# See what you can do
coffee help
# Check current status
coffee status
# View your statistics
coffee stats
Commands
| Command | What it does |
|---|---|
coffee run | Run |
coffee check | Check |
coffee convert | Convert |
coffee analyze | Analyze |
coffee generate | Generate |
coffee preview | Preview |
coffee batch | Batch |
coffee compare | Compare |
coffee export | Export |
coffee config | Config |
coffee status | Status |
coffee report | Report |
coffee stats | Summary statistics |
coffee export | <fmt> Export (json |
coffee search | <term> Search entries |
coffee recent | Recent activity |
coffee status | Health check |
coffee help | Show this help |
coffee version | Show version |
coffee $name: | $c entries |
coffee Total: | $total entries |
coffee Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
coffee Version: | v2.0.0 |
coffee Data | dir: $DATA_DIR |
coffee Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
coffee Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
coffee Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
coffee Status: | OK |
coffee [Coffee] | run: $input |
coffee Saved. | Total run entries: $total |
coffee [Coffee] | check: $input |
coffee Saved. | Total check entries: $total |
coffee [Coffee] | convert: $input |
coffee Saved. | Total convert entries: $total |
coffee [Coffee] | analyze: $input |
coffee Saved. | Total analyze entries: $total |
coffee [Coffee] | generate: $input |
coffee Saved. | Total generate entries: $total |
coffee [Coffee] | preview: $input |
coffee Saved. | Total preview entries: $total |
coffee [Coffee] | batch: $input |
coffee Saved. | Total batch entries: $total |
coffee [Coffee] | compare: $input |
coffee Saved. | Total compare entries: $total |
coffee [Coffee] | export: $input |
coffee Saved. | Total export entries: $total |
coffee [Coffee] | config: $input |
coffee Saved. | Total config entries: $total |
coffee [Coffee] | status: $input |
coffee Saved. | Total status entries: $total |
coffee [Coffee] | report: $input |
coffee Saved. | Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/coffee/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks to use the Claude API, Anthropic SDKs, or Managed Agents (/v1/agents, /v1/sessions, /v1/environments). DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
思否热榜
by codekungfu
注册“SegmentFault”热门技能;当需要访问或自动化SegmentFault相关内容时调用。
相关资讯
Brewlog 是一个自托管的咖啡日志平台,能追踪烘焙商、烘焙批次、咖啡袋、冲煮记录、设备和咖啡馆访问。项目采用 Rust 后端和 Datastar 前端,并集成了基于 LLM 的咖啡袋扫描功能。作者分享了项目设计决策和智能体编程模式。