A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill crimson-devlog-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Crimson Devlog Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-crimson-devlog-agent)More formats (shields.io, HTML) on the badges page.
---
name: devlog-skill
description: A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
---
# 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
- **GitHub**: [https://github.com/CrimsonDevil333333/dev-log-cli](https://github.com/CrimsonDevil333333/dev-log-cli)
- **PyPI**: [https://pypi.org/project/dev-log-cli/](https://pypi.org/project/dev-log-cli/)
- **ClawHub**: [https://clawhub.com/skills/devlog-skill](https://clawhub.com/skills/devlog-skill) (Pending Publication)
## Usage
### 📝 Adding Entries
Agents should use this to log significant progress or blockers.
```bash
devlog add "Finished implementing the auth module" --project "Project Alpha" --status "completed" --tags "auth,feature"
```
### 📋 Listing Logs
View recent activity for context.
```bash
devlog list --project "Project Alpha" --limit 5
```
### 📊 Viewing Stats
Check project health and activity.
```bash
devlog stats --project "Project Alpha"
```
### 🔍 Searching
Find historical context on specific topics.
```bash
devlog search "infinite loop"
```
### 🛠️ Editing/Viewing
Detailed inspection or correction of entries.
```bash
devlog view <id>
devlog edit <id>
```
## Internal Setup
The skill includes a `setup.sh` to ensure the CLI is available.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!