Devlog Agent Skill
Skill by crimsondevil333333
Why use this skill?
Maintain structured project logs and track tasks efficiently with the Devlog Agent Skill for OpenClaw. Built for developers.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/crimsondevil333333/devlog-agent-skillWhat This Skill Does
The Devlog Agent Skill, developed by crimsondevil333333, serves as a persistent, structured memory layer for OpenClaw agents. By leveraging the dev-log-cli tool, the agent gains the ability to record, query, and analyze its own progress across multiple projects. This skill transforms the agent from a stateless execution engine into a project-aware assistant capable of maintaining audit trails, tracking blocker history, and summarizing development velocity. Using a local SQLite backend ensures that all data remains portable and under the agent's control, providing a clean interface for both automated logging and human-readable reporting.
Installation
To integrate this skill into your environment, ensure you have pipx installed, as the underlying dev-log-cli relies on it for isolated environment management. Run the following command in your terminal or via your OpenClaw environment:
clawhub install openclaw/skills/skills/crimsondevil333333/devlog-agent-skill
Once installed, the agent will automatically gain access to the devlog namespace, allowing it to interact with the database without further configuration.
Use Cases
This skill is ideal for agents working in long-running development environments where context retention is key. It is perfect for:
- Tracking daily stand-ups and progress reports for long-term coding projects.
- Capturing technical debt and blockers that require future attention.
- Generating project summaries for stakeholders based on historical tags.
- Maintaining a searchable database of past solutions to recurring debugging issues.
Example Prompts
- "Record a new entry for Project Alpha: I successfully refactored the auth module, but I'm currently blocked on the OAuth callback integration. Mark it as 'in-progress' and tag it with #auth and #blocked."
- "Can you search the devlogs for any mentions of 'infinite loop' over the last month and summarize how we fixed it previously?"
- "Please generate a summary report of all completed tasks for Project Alpha from this week to prepare for my sync meeting."
Tips & Limitations
To get the most out of this skill, ensure your agent uses consistent tagging conventions; tags like 'refactor', 'feature', and 'bug' provide the best results for analysis. Remember that this skill relies on the SQLite file created locally. While this provides excellent data privacy, ensure your agent environment has consistent access to the storage volume where these logs are kept. Avoid deleting logs directly via the filesystem, as this may corrupt the index; always use the provided edit or view commands for data management.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-crimsondevil333333-devlog-agent-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
devlog-skill
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.
context-onboarding
Provide new contributors and agents with a concise tour of the workspace identity files (SOUL.md, USER.md, AGENTS.md, TOOLS.md) plus onboarding tips. Use when a newcomer needs context or when you want to double-check how this workspace is configured.
sheetsmith
Pandas-powered CSV & Excel management for quick previews, summaries, filtering, transforming, and format conversions. Use this skill whenever you need to inspect spreadsheet files, compute column-level summaries, apply queries or expressions, or export cleansed data to a new CSV/TSV/XLSX output without rewriting pandas every time.
policy-lawyer
Reference the workspace policy playbook, answer "What are the rules for tone, data, and collaboration?" by searching the curated policy doc or listing its sections.