← 返回 Skills 市场
crimsondevil333333

DevLog Agent Skill

作者 CrimsonDevil333333 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1441
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install devlog-agent-skill
功能描述
Allows agents to log, list, search, and manage developer journal entries for projects using dev-log-cli in a structured SQLite database.
使用说明 (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 to do what it says: it integrates an external CLI (dev-log-cli) for agent journaling and includes a small setup script to install pipx and the CLI. Before installing/running it: (1) review the dev-log-cli project on GitHub/PyPI (linked in SKILL.md) to ensure its behavior is acceptable; (2) confirm where the CLI stores its SQLite database and whether logs might contain sensitive secrets you don't want persisted; (3) be aware the setup script will install pipx into your user environment and may update shell startup files via 'pipx ensurepath'; and (4) if you need stronger assurance, run the install step in an isolated environment (container/VM) and audit the installed package source first.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill The skill bundle is designed for a journaling tool and exhibits benign behavior. The `SKILL.md` provides clear, functional instructions for using the `devlog` CLI without any prompt injection attempts. The `setup.sh` script transparently installs `pipx` and `dev-log-cli` using standard package management commands (`pip install --user pipx`, `pipx install dev-log-cli`), which are necessary for the skill's stated purpose. There is no evidence of data exfiltration, persistence, unauthorized remote control, or obfuscation within the provided files.
能力评估
Purpose & Capability
The SKILL.md describes a developer journaling/logging skill and the only runtime dependency is a CLI called dev-log-cli installed via pipx. Requiring/attempting to install that CLI is appropriate for the stated purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
The runtime instructions restrict the agent to using the devlog CLI (add/list/stats/search/view/edit). The included setup.sh only ensures pipx and dev-log-cli exist. However, the skill will cause the agent to create and persist logs in a SQLite DB (per SKILL.md). That means logs could contain sensitive project data or secrets; you should confirm where the CLI stores its DB and its retention/permissions before using it in sensitive contexts.
Install Mechanism
setup.sh uses standard Python tooling: 'python3 -m pip install --user pipx', 'pipx ensurepath', and 'pipx install dev-log-cli'. This installs the package from PyPI via pipx rather than downloading from an arbitrary URL. It's a common, low-friction install path but still depends on a third-party PyPI package, so audit the upstream package if you need high assurance.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The setup script modifies PATH in-process and calls 'pipx ensurepath' (which may update shell startup files) — this is reasonable for making a user-local CLI available but is worth noting.
Persistence & Privilege
The skill is not force-included (always: false) and does not request persistent elevated privileges or modify other skills. It does cause installation of a CLI which will persist on disk via pipx; that is expected for a CLI-integrating skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install devlog-agent-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /devlog-agent-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish with unique slug
元数据
Slug devlog-agent-skill
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

DevLog Agent Skill 是什么?

Allows agents to log, list, search, and manage developer journal entries for projects using dev-log-cli in a structured SQLite database. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1441 次。

如何安装 DevLog Agent Skill?

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

DevLog Agent Skill 是免费的吗?

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

DevLog Agent Skill 支持哪些平台?

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

谁开发了 DevLog Agent Skill?

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

💬 留言讨论