← Back to Skills Marketplace
crimsondevil333333

Devlog Skill

by CrimsonDevil333333 · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
2206
Downloads
2
Stars
3
Active Installs
8
Versions
Install in OpenClaw
/install devlog-skill
Description
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
README (SKILL.md)

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 \x3Cid>
devlog edit \x3Cid>

Internal Setup

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

Usage Guidance
This skill appears coherent for its stated purpose, but before installing: (1) review the dev-log-cli project on PyPI/GitHub to confirm you trust its maintainer and to check for network calls/telemetry or surprising behaviors; (2) run setup.sh manually (inspect it first) rather than granting automated execution — it will install pipx and the package into your user environment; (3) be careful not to log secrets into the devlog (entries go into a local SQLite DB by design); (4) if you prefer isolation, install the CLI into a controlled virtual environment or container rather than your global user environment.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill bundle is benign. The `SKILL.md` file describes a journaling tool and its usage without any prompt injection attempts. The `setup.sh` script responsibly installs the `dev-log-cli` dependency using `pipx`, ensuring it's available for the agent. This involves standard package installation steps from PyPI and PATH modification, which are directly aligned with the stated purpose and do not exhibit any malicious intent, data exfiltration, or unauthorized actions.
Capability Assessment
Purpose & Capability
The skill is a journaling/devlog helper and only requires the dev-log-cli tool. The SKILL.md, usage examples, and the setup.sh all align with that purpose — there are no unrelated credentials, binaries, or configuration paths requested.
Instruction Scope
Runtime instructions are limited to using the devlog CLI to add, list, view, edit, search, and show stats. The included setup.sh only ensures pipx and the dev-log-cli tool are installed; there are no instructions to read unrelated files, exfiltrate data, or contact unexpected endpoints.
Install Mechanism
There is no platform install spec, but the bundled setup.sh installs pipx via pip and then installs dev-log-cli using pipx (pulling packages from PyPI). Pulling packages from PyPI is expected for a Python CLI but carries the usual supply-chain risk of installing third-party code at user level. The script uses well-known tools (python3/pip/pipx) and does not download from obscure URLs or run obfuscated commands.
Credentials
The skill requests no environment variables, credentials, or config paths. The install script modifies the user's PATH (via pipx ensurepath and an exported PATH) which is reasonable for making a CLI available, but there are no demands for secrets or unrelated tokens.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill configuration changes. It can be invoked autonomously (platform default), which is normal; there is no evidence it attempts to persist beyond installing the CLI and creating a local SQLite DB (as described).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install devlog-skill
  3. After installation, invoke the skill by name or use /devlog-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated skill name in SKILL.md from "devlog-skill" to "DevLog Skill" for consistency. - No functional or usage changes; documentation only.
v1.0.2
- No changes detected in this version. - Documentation, features, and setup remain consistent with the previous release.
v1.0.1
- No visible changes in this version. - All documentation and configurations remain the same.
v1.0.0
- Initial release of devlog-skill. - Provides a standardized journaling system using dev-log-cli for tracking progress, tasks, and project status. - Includes instructions for adding, viewing, searching, and editing developer log entries. - Lists requirements and relevant links for setup and reference. - Features an internal setup script to ensure CLI tool availability.
v3.0.5
Publishing with frontmatter
v3.0.2
Forcing slug and name
v3.0.1
Verifying publication link
v3.0.0
Initial release of DevLog Skill v3.0
Metadata
Slug devlog-skill
Version 1.0.3
License
All-time Installs 4
Active Installs 3
Total Versions 8
Frequently Asked Questions

What is Devlog Skill?

A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli. It is an AI Agent Skill for Claude Code / OpenClaw, with 2206 downloads so far.

How do I install Devlog Skill?

Run "/install devlog-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Devlog Skill free?

Yes, Devlog Skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Devlog Skill support?

Devlog Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Devlog Skill?

It is built and maintained by CrimsonDevil333333 (@crimsondevil333333); the current version is v1.0.3.

💬 Comments