A professional developer journaling tool for AI agents to track project milestones, task statuses, and historical context.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install devlog-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-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 provides a structured way for agents to maintain comprehensive developer logs. By leveraging the dev-log-cli, it allows Openclaw Skills to capture technical context, project milestones, and task statuses in a centralized SQLite database.
This skill is designed to bridge the gap between autonomous task execution and human-readable documentation. It ensures that every step of the development process is documented, searchable, and actionable for both human developers and AI collaborators working within Openclaw Skills environments.
To integrate this tool with Openclaw Skills, ensure you have pipx installed, then install the required CLI:
pipx install dev-log-cli
The skill also includes a setup.sh script within its directory to automate the environment preparation and ensure the CLI is properly accessible to the agent.
The skill organizes data within a structured SQLite database. This allows Openclaw Skills to maintain a clean taxonomy of project activities using the following schema:
| Attribute | Description |
|---|---|
| Project | The specific project name or identifier associated with the log |
| Status | Current state of the task (e.g., completed, in-progress, blocked) |
| Tags | Comma-separated labels for technical categorization (e.g., auth, bugfix) |
| Content | Detailed Markdown-compatible description of the work performed |
| ID | Unique identifier for each entry to allow for specific viewing or editing |
Loading
A standardized journaling system for AI agents to track project progress, milestones, and task statuses using a structured SQLite database.

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 specialized operational monitoring tool for gathering disk usage, Git status, and system resource signals in one snapshot.

An automated CLI utility for referencing, searching, and extracting authoritative rules from workspace policy playbooks.

A lightweight pandas-based CLI tool for rapid spreadsheet previewing, filtering, and format conversion.








































