← 返回 Skills 市场
69
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-imbue-workflow-monitor
功能描述
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
安全使用建议
Before installing: 1) Confirm what the three required config paths (night-market.leyline:git-platform, night-market.imbue:proof-of-work, night-market.sanctum:fix-workflow) will provide — specifically which tokens/credentials and scopes; prefer least privilege (repo-only tokens). 2) Ensure the environment where the skill runs has the gh CLI and any other tools the SKILL.md uses, or update the skill metadata to declare them. 3) Inspect how evidence is collected and stored (proof-of-work) and whether outputs or environment variables are sanitized — the templates include raw command output and env notes which can leak secrets; require redaction or manual approval before posting. 4) Keep auto_create_issues: false (the default) and test in a non-production repo to validate behavior. 5) If you accept the skill, restrict its git token scope, monitor created issues for leaked data, and ask the author to add explicit binary/credential declarations and an evidence-sanitization step to the SKILL.md.
能力评估
Purpose & Capability
The skill claims to detect failures/inefficiencies and create issues on the git platform; its instructions and templates align with that purpose. However, it uses the GitHub CLI (gh) in examples and expects access to a 'git platform' via configuration, yet declares no required binaries or credentials. The declared config paths (night-market.leyline:git-platform, night-market.imbue:proof-of-work, night-market.sanctum:fix-workflow) appear relevant, but the mapping from those config paths to actual tokens/permissions isn't shown — a minor mismatch between claimed behavior and explicit requirements.
Instruction Scope
Instructions tell the agent to capture commands, outputs, timings and to generate issue bodies that include command outputs and environment/context details. Creating issues with raw command output or environment notes could leak sensitive data (secrets, tokens, internal paths). There are no explicit redaction or sanitization steps in the SKILL.md. The skill also references reading session context (e.g., /context) and running shell commands (gh issue list, timeout, etc.), which is expected for this functionality but increases the risk of unintended data exposure if approval/redaction are not enforced.
Install Mechanism
This is instruction-only with no install spec and no code files; that reduces install-time risk. There is no downloading/extracting of remote archives or third‑party packages in the skill itself.
Credentials
The skill declares no required environment variables but does require three configuration paths that likely supply git-platform credentials and hooks. Requiring a git-platform credential is proportionate to creating issues, but the skill does not explicitly declare the need for the GitHub CLI binary or a GitHub token scope. Users should confirm what the named config paths resolve to and ensure only minimal (repo-scoped) permissions are granted. Templates reference 'ENV_NOTES' and 'WORKING_DIR' which could pull sensitive environment information if collected.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It documents guardrails (approval required by default, rate limiting, no duplicates) which mitigate autonomous creation of issues. Autonomous invocation is allowed by platform default but not combined with always:true or broad undeclared credential access here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-imbue-workflow-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-imbue-workflow-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of workflow-monitor.
- Monitors workflow executions for errors and inefficiencies.
- Automatically generates structured GitHub/GitLab issues with evidence and suggested fixes.
- Detects patterns such as command failures, timeouts, retry loops, context exhaustion, and inefficient tool usage.
- Provides configurable thresholds and guardrails to prevent duplicate or unnecessary issues.
- Outputs detailed reports and integrates with related skills for capturing evidence and proposing improvements.
元数据
常见问题
Nm Imbue Workflow Monitor 是什么?
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 Nm Imbue Workflow Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-imbue-workflow-monitor」即可一键安装,无需额外配置。
Nm Imbue Workflow Monitor 是免费的吗?
是的,Nm Imbue Workflow Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Imbue Workflow Monitor 支持哪些平台?
Nm Imbue Workflow Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Imbue Workflow Monitor?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills