homeclaw/skills/logs/SKILL.md
Read and search homeclaw application logs. Admin only.
npx skillsauth add jayphen/homeclaw logsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You can read homeclaw's own application logs using the log_read tool. This is
useful when an admin asks about errors, wants to debug an issue, or needs to
review what happened recently.
log_read — query the persistent log file with filtering:
level: filter by log level (DEBUG, INFO, WARNING, ERROR)search: text search across log messages and logger nameshours: how far back to look (default 24)limit: max entries to return (default 100, max 500)hours=1, level=WARNING) to find problemssearch to narrow down: search="whatsapp", search="tool failed"tools
Create and edit homeclaw skills. Use when someone asks to add a new skill, teach homeclaw something new, create an automation, or set up a recurring workflow. Also use when editing or improving an existing skill.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------