← Back to Skills Marketplace
Poka Yoke
by
BytesAgain2
· GitHub ↗
· v1.0.0
· MIT-0
155
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install poka-yoke
Description
Mistake-proofing technique manager. Use when json poka yoke tasks, csv poka yoke tasks, checking poka yoke status.
Usage Guidance
This skill runs a bundled shell script that creates and manages files under a data directory (default ~/.poka-yoke). Before installing or running it: (1) review the script if you don't trust the publisher, since it will execute locally; (2) note that entries may contain sensitive text you enter—store the data directory securely or set POKA_YOKE_DIR to a safe location; (3) exported files are written to the current working directory; (4) on macOS, sed -i behavior may differ (non-security issue). Overall the behavior matches the description and the requested footprint is minimal.
Capability Analysis
Type: OpenClaw Skill
Name: poka-yoke
Version: 1.0.0
The 'poka-yoke' skill is a simple CLI-based task manager for logging mistake-proofing entries. The bash script (scripts/script.sh) performs standard file operations (append, grep, sed, cp) within a local directory (~/.poka-yoke) and lacks any indicators of data exfiltration, remote execution, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description (poka-yoke manager for JSON/CSV tasks) matches the included script and SKILL.md: commands map to a local shell script that stores, lists, searches, exports, and configures entries. No unexpected external services, binaries, or credentials are requested.
Instruction Scope
SKILL.md simply invokes scripts/script.sh with well-defined commands. The script only reads/writes files inside the data directory (default $HOME/.poka-yoke or POKA_YOKE_DIR), and performs local file operations (cat, grep, sed, tail, cp). It does not access network endpoints, other system configs, or unrelated environment variables.
Install Mechanism
There is no install spec and the skill is instruction-only aside from the bundled shell script. No external downloads or package installs occur, so nothing is written to disk beyond the script itself and the user data directory created at runtime.
Credentials
The skill declares no required environment variables or credentials. It optionally respects POKA_YOKE_DIR to change the data directory—this is proportional to its function. No secrets, tokens, or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It persists only its own data and config under the designated data directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poka-yoke - After installation, invoke the skill by name or use
/poka-yoke - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Poka Yoke?
Mistake-proofing technique manager. Use when json poka yoke tasks, csv poka yoke tasks, checking poka yoke status. It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Poka Yoke?
Run "/install poka-yoke" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Poka Yoke free?
Yes, Poka Yoke is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Poka Yoke support?
Poka Yoke is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Poka Yoke?
It is built and maintained by BytesAgain2 (@ckchzh); the current version is v1.0.0.
More Skills