Poka Yoke

v1.0.0

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

0· 150·1 current·1 all-time
byBytesAgain2@ckchzh

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ckchzh/poka-yoke.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Poka Yoke" (ckchzh/poka-yoke) from ClawHub.
Skill page: https://clawhub.ai/ckchzh/poka-yoke
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install poka-yoke

ClawHub CLI

Package manager switcher

npx clawhub@latest install poka-yoke
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
150downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

poka-yoke

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

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableDescription
POKA_YOKE_DIRData directory (default: ~/.poka-yoke/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...