π¦ ClawHub
Devlog Skill
by @crimsondevil333333
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
π‘ Examples
π Adding Entries
Agents should use this to log significant progress or blockers.devlog add "Finished implementing the auth module" --project "Project Alpha" --status "completed" --tags "auth,feature"
π Listing Logs
View recent activity for context.devlog list --project "Project Alpha" --limit 5
π Viewing Stats
Check project health and activity.devlog stats --project "Project Alpha"
π Searching
Find historical context on specific topics.devlog search "infinite loop"
π οΈ Editing/Viewing
Detailed inspection or correction of entries.devlog view
devlog edit
TERMINAL
clawhub install devlog-skill