A standardized journaling system for AI agents to track project progress, milestones, and task statuses using a structured SQLite database.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install devlog-agent-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install devlog-agent-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DevLog Skill is a specialized toolset designed to empower Openclaw Skills with professional-grade logging capabilities. It provides a structured way for agents to record their activities, capture project context, and maintain a historical record of development milestones. By leveraging a local SQLite backend, it ensures that all project data remains portable, searchable, and highly organized.
This skill is essential for developers who need their agents to maintain high levels of accountability and transparency. It bridges the gap between raw agent actions and readable project history, making it easier to audit progress or resume work after a break. When integrated with other Openclaw Skills, it creates a cohesive ecosystem for automated project management.
To enable this functionality within your Openclaw Skills environment, you must first install the required CLI tool:
pipx install dev-log-cli
Once installed, the agent can use the internal setup script to verify the environment and begin logging entries immediately.
The skill organizes log data into a structured format that allows for advanced filtering and reporting. Data is stored with the following taxonomy:
| Field | Description |
|---|---|
| Project | The specific workspace or application name |
| Status | Categorization of the entry (e.g., completed, blocker, in-progress) |
| Tags | Metadata for granular filtering (e.g., auth, bug, refactor) |
| Content | The detailed description of the progress or issue |
| Timestamp | The date and time the log entry was generated |
Loading
A standardized journaling skill for agents to maintain structured progress logs and project context using a local SQLite database.

Summarize workspace identity and operating rules instantly to onboard new AI agents and human contributors.

A lightweight JSON-backed tool for tracking community action items, task ownership, and coordination signals.

A structured startup idea evaluation tool that provides viability scoring and competitive analysis directly from your terminal.

A professional developer journaling tool for AI agents to track project milestones, task statuses, and historical context.

A specialized operational monitoring tool for gathering disk usage, Git status, and system resource signals in one snapshot.








































