技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 111 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:52yuanchangxing/policy-to-checklist
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill does what it says: it reads text from the macOS clipboard and helps turn notices/rules into a checklist; its requirements and code match that purpose.
目的
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.
说明范围
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.
安装机制
There is no install spec and only a small included JS script; no external downloads, package installs, or archive extraction are performed.
证书
No environment variables, credentials, or config paths are requested. The requirement set is minimal and proportionate to the task (reading clipboard + processing text).
持久
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or system-wide configuration.
scripts/read_clipboard.mjs:5
Shell command execution detected (child_process).
综合结论
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 confi…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「policy-to-checklist」。简介:把征稿启事、通知、比赛规则、制度文件、招标要求等转成可执行检查清单与时间线。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/policy-to-checklist/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: policy-to-checklist
description: 把征稿启事、通知、比赛规则、制度文件、招标要求等转成可执行检查清单与时间线。
metadata: {"openclaw":{"emoji":"✅","requires":{"bins":["node","pbpaste"]}}}
---
# Policy To Checklist
这是一个把复杂要求文档转成执行清单的 skill。
## 主要用途
适合处理:
- 征稿通知
- 投稿要求
- 比赛规则
- 申报书要求
- 制度文件
- 招标要求
- 申请表填写说明
- 项目申报通知
## 调用方式
当用户说:
- 读取剪贴板并整理成清单
- 把这段通知变成执行 checklist
- 帮我提取要求和截止信息
- 把投稿要求拆成步骤
你应运行:
```bash
node {baseDir}/scripts/read_clipboard.mjs