← 返回 Skills 市场
ckchzh

Poka Yoke

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
155
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install poka-yoke
功能描述
Mistake-proofing technique manager. Use when json poka yoke tasks, csv poka yoke tasks, checking poka yoke status.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install poka-yoke
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /poka-yoke 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug poka-yoke
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Poka Yoke 是什么?

Mistake-proofing technique manager. Use when json poka yoke tasks, csv poka yoke tasks, checking poka yoke status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 155 次。

如何安装 Poka Yoke?

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

Poka Yoke 是免费的吗?

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

Poka Yoke 支持哪些平台?

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

谁开发了 Poka Yoke?

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

💬 留言讨论