← 返回 Skills 市场
xueyetianya

Kaizen

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
188
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install kaizen
功能描述
Kaizen continuous improvement reference — event planning, PDCA cycle, gemba walks, and A3 problem solving. Use when running improvement events, coaching team...
使用说明 (SKILL.md)

Kaizen — Continuous Improvement Reference

Quick-reference for kaizen events, PDCA cycle, gemba walks, A3 thinking, and daily improvement culture.

When to Use

  • Planning and running a kaizen event (rapid improvement)
  • Coaching teams on PDCA (Plan-Do-Check-Act)
  • Conducting gemba walks for process observation
  • Writing A3 problem-solving reports
  • Building a daily continuous improvement culture

Commands

intro

scripts/script.sh intro

Kaizen philosophy, types, and cultural foundations.

event

scripts/script.sh event

Kaizen event planning — preparation, execution, follow-up.

pdca

scripts/script.sh pdca

PDCA (Plan-Do-Check-Act) cycle — Deming's improvement framework.

gemba

scripts/script.sh gemba

Gemba walks — going to the workplace, observation techniques, respect.

a3

scripts/script.sh a3

A3 problem solving — structured one-page report format.

daily

scripts/script.sh daily

Daily kaizen — suggestion systems, huddle boards, small improvements.

examples

scripts/script.sh examples

Real-world kaizen event examples and results.

checklist

scripts/script.sh checklist

Kaizen event preparation and follow-up checklist.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Variable Description
KAIZEN_DIR Data directory (default: ~/.kaizen/)

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to do what it says: it's a local kaizen reference and lightweight tracker that stores entries in $KAIZEN_DIR (default ~/.kaizen). It does not contact remote servers or ask for credentials. Before installing: review the directory it will create (default ~/.kaizen) and decide whether you’re comfortable storing entries there; if you want files elsewhere set KAIZEN_DIR. Note: the script uses simple shell text parsing and in-place edits (sed -i) which may behave differently on some platforms (macOS vs Linux) but this is a portability issue, not a security concern. If you need stronger guarantees, inspect the script yourself or run it in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: kaizen Version: 1.0.0 The skill bundle provides a simple Kaizen continuous improvement tracker. While there is a functional discrepancy between the reference-style commands documented in SKILL.md (e.g., intro, pdca, gemba) and the tracking-style commands actually implemented in scripts/script.sh (e.g., add, list, config), the code is transparent and lacks any high-risk behaviors. There is no evidence of network activity, data exfiltration, or persistence mechanisms. Minor vulnerabilities, such as potential shell injection in the sed command within cmd_config or malformed JSON generation in _save_entry, appear to be unintentional coding flaws rather than malicious logic.
能力评估
Purpose & Capability
Name and description (kaizen reference, PDCA, gemba, A3) match the included content and commands. The skill is an instruction-only interface that invokes scripts/script.sh to provide help and a small local tracker; nothing in the repo requests unrelated cloud credentials, external services, or system-level access.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh for listed commands (intro, event, pdca, gemba, a3, daily, examples, checklist, help, version). The script implements local operations only (create/read/write files under $KAIZEN_DIR or $HOME/.kaizen, list/search/remove/export entries). There are no instructions to read unrelated system files, read other env vars, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only with an included script), so nothing is downloaded or installed at runtime beyond executing the bundled script. This is the lowest-risk install model.
Credentials
The only environment variable referenced is the optional KAIZEN_DIR (documented in SKILL.md) to override the data directory. The skill declares no required env vars or credentials. File access is limited to the skill's data directory under the user's home directory.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills or system-wide agent configuration. It creates and modifies files only within its own data directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kaizen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kaizen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug kaizen
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Kaizen 是什么?

Kaizen continuous improvement reference — event planning, PDCA cycle, gemba walks, and A3 problem solving. Use when running improvement events, coaching team... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。

如何安装 Kaizen?

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

Kaizen 是免费的吗?

是的,Kaizen 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Kaizen 支持哪些平台?

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

谁开发了 Kaizen?

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

💬 留言讨论