π¦ ClawHub
DevLog Agent Skill
by @crimsondevil333333
Allows agents to log, list, search, and manage developer journal entries for projects using dev-log-cli in a structured SQLite database.
TERMINAL
clawhub install devlog-agent-skillπ About This Skill
DevLog Skill π¦
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
Description
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.Requirements
dev-log-cli (installed via pipx)Links
Usage
π 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
Internal Setup
The skill includes asetup.sh to ensure the CLI is available.
π‘ 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