DevLog Agent Skill
/install devlog-agent-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-agent-skill - After installation, invoke the skill by name or use
/devlog-agent-skill - Provide required inputs per the skill's parameter spec and get structured output
What is DevLog Agent Skill?
Allows agents to log, list, search, and manage developer journal entries for projects using dev-log-cli in a structured SQLite database. It is an AI Agent Skill for Claude Code / OpenClaw, with 1441 downloads so far.
How do I install DevLog Agent Skill?
Run "/install devlog-agent-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DevLog Agent Skill free?
Yes, DevLog Agent Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does DevLog Agent Skill support?
DevLog Agent Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DevLog Agent Skill?
It is built and maintained by CrimsonDevil333333 (@crimsondevil333333); the current version is v1.0.0.