Devlog Skill
/install devlog-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 viapipx)
Links
- GitHub: https://github.com/CrimsonDevil333333/dev-log-cli
- PyPI: https://pypi.org/project/dev-log-cli/
- ClawHub: https://clawhub.com/skills/devlog-skill (Pending Publication)
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 \x3Cid>
devlog edit \x3Cid>
Internal Setup
The skill includes a setup.sh to ensure the CLI is available.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install devlog-skill - After installation, invoke the skill by name or use
/devlog-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Devlog Skill?
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli. It is an AI Agent Skill for Claude Code / OpenClaw, with 2206 downloads so far.
How do I install Devlog Skill?
Run "/install devlog-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Devlog Skill free?
Yes, Devlog Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Devlog Skill support?
Devlog Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Devlog Skill?
It is built and maintained by CrimsonDevil333333 (@crimsondevil333333); the current version is v1.0.3.