← 返回 Skills 市场
policy-to-checklist
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
294
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install policy-to-checklist
功能描述
把征稿启事、通知、比赛规则、制度文件、招标要求等转成可执行检查清单与时间线。
安全使用建议
This skill is internally consistent, but it reads your macOS clipboard and prints its raw contents. Before running it: (1) ensure you're on macOS (requires pbpaste); (2) verify clipboard contents do not contain passwords, tokens, or other secrets; (3) review scripts/read_clipboard.mjs (it is short and just calls pbpaste); (4) if you prefer safer operation, paste the text into the agent's prompt manually or modify the script to prompt for confirmation, redact sensitive fields, or read from a file. The skill itself does not transmit data externally, but the agent may include clipboard contents in model messages—treat that as a potential data exposure vector.
功能分析
Type: OpenClaw Skill
Name: policy-to-checklist
Version: 1.0.0
The skill is designed to convert clipboard content (such as policy documents or notices) into structured checklists. It uses a simple Node.js script (read_clipboard.mjs) to execute the standard macOS 'pbpaste' utility and output the text for the AI agent to process. The code is transparent, lacks obfuscation, and its behavior aligns perfectly with the stated purpose in SKILL.md and README.md.
能力评估
Purpose & Capability
The skill's stated goal is to convert notices/rules into checklists. The only required binaries are node and pbpaste, which are appropriate for reading the macOS clipboard and processing text. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md explicitly tells the agent to run scripts/read_clipboard.mjs. That script runs pbpaste (via child_process.execSync) and prints the raw clipboard contents between markers. This is coherent with the stated purpose, but reading the system clipboard can expose sensitive data — the script does not filter, redact, or prompt before printing clipboard contents.
Install Mechanism
There is no install spec and only a small included JS script; no external downloads, package installs, or archive extraction are performed.
Credentials
No environment variables, credentials, or config paths are requested. The requirement set is minimal and proportionate to the task (reading clipboard + processing text).
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install policy-to-checklist - 安装完成后,直接呼叫该 Skill 的名称或使用
/policy-to-checklist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of policy-to-checklist
- Converts complex policy documents (e.g., calls for papers, contest rules, application guidelines, bid requirements) into actionable checklists and timelines.
- Supports extracting requirements and deadlines from notifications and instructions.
- Activated by user requests to organize or extract key points from such documents.
- Clipboard content automatically processed into clear, step-by-step lists.
元数据
常见问题
policy-to-checklist 是什么?
把征稿启事、通知、比赛规则、制度文件、招标要求等转成可执行检查清单与时间线。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。
如何安装 policy-to-checklist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install policy-to-checklist」即可一键安装,无需额外配置。
policy-to-checklist 是免费的吗?
是的,policy-to-checklist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
policy-to-checklist 支持哪些平台?
policy-to-checklist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 policy-to-checklist?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills