跳至主要内容
小龙虾小龙虾AI
🤖

Devlog Skill

A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.

下载2.8k
星标2
版本1.0.3
AI 智能体
安全通过

技能说明


name: DevLog Skill description: A standardized journaling skill for OpenClaw agents to track progress, tasks, and project status using dev-log-cli.

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 <id>
devlog edit <id>

Internal Setup

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

如何使用「Devlog Skill」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Devlog Skill技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能