Poka Yoke

v1.0.0

Mistake-proofing technique manager. Use when json poka yoke tasks, csv poka yoke tasks, checking poka yoke status.

0· 85·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ejsxkhmkab8862g3we5vbqx8394cr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments