← 返回 Skills 市场
crimsondevil333333

Devlog Skill

作者 CrimsonDevil333333 · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
2206
总下载
2
收藏
3
当前安装
8
版本数
在 OpenClaw 中安装
/install devlog-skill
功能描述
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 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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install devlog-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /devlog-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug devlog-skill
版本 1.0.3
许可证
累计安装 4
当前安装数 3
历史版本数 8
常见问题

Devlog Skill 是什么?

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

如何安装 Devlog Skill?

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

Devlog Skill 是免费的吗?

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

Devlog Skill 支持哪些平台?

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

谁开发了 Devlog Skill?

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

💬 留言讨论