← 返回 Skills 市场
85
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install backlog-grooming
功能描述
Workflow-driven skill that autonomously manages stale items in Google Tasks.
使用说明 (SKILL.md)
\r
Lean Philosophy (Principles)\r
- Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.\r
- Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.\r
- Jidoka (自働化): This node includes autonomous defect detection. It will stop immediately and report if it cannot achieve the expected outcome.\r \r
Backlog Grooming\r
\r This skill directs the agent to trigger the native programmatic backlog grooming plugin to maintain a clean workspace.\r \r
Cognitive Directives\r
WHEN [Triggered by schedule or user request to groom backlog] \r THEN [\r Execute the following Jidoka-validated loop:\r
- Execute Node: Execute the
workflow_backlog_groomingplugin tool with empty JSON{}to trigger the grooming process.\r - Verification Step (Jidoka): Check if the tool returns a valid JSON response with
{"success": true}or an error message. IF it returns an error or hallucinated output, report the error, wait 3 seconds, and retry (max 3 times). IF it still fails, stop and notify the user.\r ]\r
Expected Output\r
A JSON summary of the groomed tasks returned by the plugin.\r
安全使用建议
This skill is missing critical implementation details. Before installing, ask the publisher these questions: (1) What is 'workflow_backlog_grooming'? Is it a platform-provided plugin or third-party code? (2) Which Google account and OAuth scopes will it use to read/write Google Tasks? Provide the exact auth flow or platform-managed credential mechanism. (3) Where do logs/audit records for grooming operations appear and who can view them? (4) Why is there no homepage, source, or contact info for the owner ID? If you can't get clear answers, test only with a dummy/non-production Google account, or decline installation. Never grant full Google account credentials; prefer scoped OAuth consent and confirm least-privilege access.
能力评估
Purpose & Capability
The skill description says it manages Google Tasks, but the manifest declares no Google credentials, no required env vars, and no binaries. A task-management integration normally needs OAuth credentials/scopes or a documented backend; that required access is not present or explained.
Instruction Scope
Runtime instructions simply tell the agent to execute a native plugin tool named 'workflow_backlog_grooming' with an empty JSON payload and validate the tool's JSON response. The SKILL.md does not document what that plugin is, where it runs, which account it uses, or what data will be read/modified — making the runtime behavior opaque.
Install Mechanism
There is no install specification and no code files; the skill is instruction-only, so nothing is written to disk during install. This is the lower-risk install model.
Credentials
No environment variables, credentials, or config paths are declared despite the skill's stated need to operate on Google Tasks. Either the plugin runs with platform-managed credentials (not disclosed) or the skill omits required auth — both are notable gaps.
Persistence & Privilege
The skill is not marked always:true and uses default invocation settings. It does not request elevated platform persistence or modify other skills' configuration in the provided instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install backlog-grooming - 安装完成后,直接呼叫该 Skill 的名称或使用
/backlog-grooming触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added explicit step-by-step instructions for a Jidoka-validated execution loop during backlog grooming.
- Included error checking, retry logic (up to 3 attempts), and user notification on repeated failure.
- Clarified the expected input (`{}`) and required JSON response structure from the plugin.
- Maintained focus on lean and autonomous principles.
v1.0.1
- Expanded operating system support from "windows" to "all" in the skill metadata.
v1.0.0
- Initial release of the backlog-grooming skill.
- Automates management of stale items in Google Tasks, archiving tasks older than 30 days.
- Follows lean principles: Kaizen, Standardized Work, and Jidoka.
- Provides a JSON summary of groomed tasks upon execution.
元数据
常见问题
Backlog Grooming 是什么?
Workflow-driven skill that autonomously manages stale items in Google Tasks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Backlog Grooming?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install backlog-grooming」即可一键安装,无需额外配置。
Backlog Grooming 是免费的吗?
是的,Backlog Grooming 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Backlog Grooming 支持哪些平台?
Backlog Grooming 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Backlog Grooming?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.2。
推荐 Skills