← 返回 Skills 市场
bowen31337

Pre-Task Checklist

作者 bowen31337 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
97
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pre-task-checklist
功能描述
Mandatory pre-task verification protocol to prevent forgetfulness, stale data errors, and context loss. Use when: (1) starting any non-trivial task, (2) befo...
安全使用建议
This skill appears coherent and implements a reasonable pre-task checklist, but it will read files from your workspace and may print their contents and attempt SSH connections using whatever SSH keys/config are available. Before loading or sourcing the scripts: (1) review scripts/checklist.sh and scripts/verify.py yourself (they are included) to ensure you’re comfortable with which files they read; (2) be aware that outputs from running the skill could expose sensitive file contents or tokens if those files exist; (3) if you do not want network checks, avoid invoking the IP verification paths or remove/modify the SSH check; and (4) run it in a restricted account or sandbox if you want to limit any accidental disclosure. Overall: coherent and expected behavior for a verification checklist, but exercise the usual caution with tools that read local files and perform network checks.
功能分析
Type: OpenClaw Skill Name: pre-task-checklist Version: 1.0.1 The skill bundle provides a structured verification protocol designed to improve agent reliability by preventing actions based on stale or hallucinated data. It includes a shell script (checklist.sh) and a Python utility (verify.py) that allow the agent to search local workspace files (e.g., TOOLS.md, AGENTS.md), verify file paths, and test SSH connectivity to known hosts. All code and instructions in SKILL.md and README.md are transparently aligned with the stated purpose of pre-task validation and lack any indicators of data exfiltration, persistence, or malicious prompt injection.
能力标签
crypto
能力评估
Purpose & Capability
Name/description ask for pre-task verification and the scripts + SKILL.md implement memory/search, file inspection, and connectivity checks — all coherent with that purpose. No unrelated env vars, binaries, or external services are requested.
Instruction Scope
Instructions and scripts read local workspace files (~/.openclaw/workspace/* and /tmp examples), run memory_search if present, and attempt SSH connectivity; this is consistent with verifying IPs/paths but means the skill will surface contents of those files and try network connections when invoked.
Install Mechanism
No install spec; this is an instruction-only skill with included helper scripts. Nothing is downloaded from external URLs or written to system paths by an installer.
Credentials
The skill requires no environment variables or external credentials. It may use existing SSH keys/config when verifying hosts, which is proportionate to the stated goal.
Persistence & Privilege
always is false and the skill does not request elevated or permanent platform privileges nor attempt to modify other skills' configs. It suggests writing to a WAL via an external command in a consequence section, but that is an application-level action consistent with governance, not an implicit privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pre-task-checklist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pre-task-checklist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix: --check flag for non-interactive use in exec context
v1.0.0
Initial release: mandatory pre-task verification protocol to prevent stale data errors and context loss
元数据
Slug pre-task-checklist
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Pre-Task Checklist 是什么?

Mandatory pre-task verification protocol to prevent forgetfulness, stale data errors, and context loss. Use when: (1) starting any non-trivial task, (2) befo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 Pre-Task Checklist?

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

Pre-Task Checklist 是免费的吗?

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

Pre-Task Checklist 支持哪些平台?

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

谁开发了 Pre-Task Checklist?

由 bowen31337(@bowen31337)开发并维护,当前版本 v1.0.1。

💬 留言讨论