← Back to Skills Marketplace
crimsondevil333333

Crimson DevLog

by CrimsonDevil333333 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1549
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install crimson-devlog-agent
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 and focused on using the dev-log-cli. Before installing, review the dev-log-cli project on PyPI/GitHub (check recent releases, maintainer reputation, and package contents) because setup.sh will download and install that package from the network into your user environment. If you are concerned about supply‑chain risk or sensitive data leakage, consider: (1) running installation in an isolated environment (container or VM), (2) pinning a vetted package version instead of installing latest, and (3) checking where the CLI stores its SQLite database and ensuring it won't contain or transmit secrets you don't want logged.
Capability Analysis
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill is classified as suspicious due to the `setup.sh` script's actions. This script installs `pipx` and then `dev-log-cli` from PyPI, involving the download and execution of external code. While these actions are aligned with the stated purpose of setting up the journaling tool, they introduce a significant supply chain risk by fetching and executing unverified third-party packages from public repositories (PyPI) without specific version pinning or integrity checks. No explicit malicious intent like data exfiltration or prompt injection was found in `SKILL.md` or other files.
Capability Assessment
Purpose & Capability
Name/description announce a dev log integration using dev-log-cli; SKILL.md usage examples and the setup.sh explicitly install and invoke that CLI — the declared purpose aligns with the requested artifacts.
Instruction Scope
Runtime instructions only call a local CLI (devlog) to add/list/search/view logs; they do not instruct reading unrelated system files, environment secrets, or sending data to external endpoints. Note: SKILL.md and dev-log-cli imply storing logs in a local SQLite DB, but the skill does not instruct sending data elsewhere.
Install Mechanism
setup.sh bootstraps pipx (via python3 -m pip install --user pipx) and runs `pipx install dev-log-cli`. This pulls packages from PyPI (public registry) and writes to the user's local install path (~/.local/bin). That's expected for a Python CLI but has the usual moderate risk of executing third-party code fetched from the network; no obscure URLs or extract-from-arbitrary-URL behavior is present.
Credentials
The skill requests no environment variables, credentials, or config paths beyond standard user-level installs — proportional to its purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or system-wide privileges. The setup script modifies only the invoking user's environment (installs into user site and ensures PATH), which is appropriate for installing a user-level CLI.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crimson-devlog-agent
  3. After installation, invoke the skill by name or use /crimson-devlog-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Testing with unique slug
Metadata
Slug crimson-devlog-agent
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Crimson DevLog?

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 1549 downloads so far.

How do I install Crimson DevLog?

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

Is Crimson DevLog free?

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

Which platforms does Crimson DevLog support?

Crimson DevLog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crimson DevLog?

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

💬 Comments