Install
openclaw skills install devlog-agent-skillAllows agents to log, list, search, and manage developer journal entries for projects using dev-log-cli in a structured SQLite database.
openclaw skills install devlog-agent-skillA standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
This skill enables agents to maintain a professional developer log. It's designed to capture context, project milestones, and task statuses in a structured SQLite database.
dev-log-cli (installed via pipx)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"
View recent activity for context.
devlog list --project "Project Alpha" --limit 5
Check project health and activity.
devlog stats --project "Project Alpha"
Find historical context on specific topics.
devlog search "infinite loop"
Detailed inspection or correction of entries.
devlog view <id>
devlog edit <id>
The skill includes a setup.sh to ensure the CLI is available.