← 返回 Skills 市场
crimsondevil333333

Crimson DevLog

作者 CrimsonDevil333333 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1549
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install crimson-devlog-agent
功能描述
A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crimson-devlog-agent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crimson-devlog-agent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Testing with unique slug
元数据
Slug crimson-devlog-agent
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Crimson DevLog 是什么?

A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1549 次。

如何安装 Crimson DevLog?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crimson-devlog-agent」即可一键安装,无需额外配置。

Crimson DevLog 是免费的吗?

是的,Crimson DevLog 完全免费(开源免费),可自由下载、安装和使用。

Crimson DevLog 支持哪些平台?

Crimson DevLog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crimson DevLog?

由 CrimsonDevil333333(@crimsondevil333333)开发并维护,当前版本 v1.0.0。

💬 留言讨论