← Back to Skills Marketplace
xueyetianya

Kaizen

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
188
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install kaizen
Description
Kaizen continuous improvement reference — event planning, PDCA cycle, gemba walks, and A3 problem solving. Use when running improvement events, coaching team...
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kaizen
  3. After installation, invoke the skill by name or use /kaizen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug kaizen
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Kaizen?

Kaizen continuous improvement reference — event planning, PDCA cycle, gemba walks, and A3 problem solving. Use when running improvement events, coaching team... It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.

How do I install Kaizen?

Run "/install kaizen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kaizen free?

Yes, Kaizen is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Kaizen support?

Kaizen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kaizen?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.

💬 Comments