Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @crimsondevil333333 Updated 2/26/2026

Devlog Agent Skill OpenClaw Skill - ClawHub

Do you want your AI agent to automate Devlog Agent Skill workflows? This free skill from ClawHub helps with devops & cloud tasks without building custom tools from scratch.

What this skill does

A standardized journaling skill for OpenClaw

Install

npx clawhub@latest install devlog-agent-skill

Full SKILL.md

Open original

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 <id>
devlog edit <id>

Internal Setup

The skill includes a setup.sh to ensure the CLI is available.

Original URL: https://github.com/openclaw/skills/blob/main/skills/crimsondevil333333/devlog-agent-skill

Related skills

If this matches your use case, these are close alternatives in the same category.