技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 120 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:52yuanchangxing/claim-risk-auditor
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill does what it says: it reads macOS clipboard text and helps audit risky claims; its requirements and runtime behavior are coherent, but reading the clipboard can expose sensitive data so use with care.
目的
Name/description match the implementation: the skill is designed to read clipboard text and audit claims. Declared binaries (node and pbpaste) align with that purpose. Minor mismatch: SKILL metadata requires pbpaste (macOS) but the skill lists no OS restriction — it will fail on non‑macOS systems.
说明范围
SKILL.md instructs the agent to run scripts/read_clipboard.mjs, which simply invokes pbpaste and prints the clipboard contents. This stays within the stated scope (reading content the user asked to check). However, reading the clipboard can expose sensitive or secret data; the instructions do not direct any transmission off‑device, but the agent will have access to whatever is on the clipboard.
安装机制
Instruction-only skill with no install spec and a tiny included script. Nothing is downloaded or written to disk beyond the provided code files.
证书
No environment variables, credentials, or external config paths are requested. The single external dependency (pbpaste) is appropriate for clipboard reading on macOS.
持久
The skill is not always-enabled and is user-invocable (normal). Be aware: the platform allows autonomous invocation by default — if the agent runs this skill autonomously it could read clipboard contents without an explicit user copy/consent. That combination (autonomous invocation + clipboard access) increases data‑exposure risk even though the skill itself does not exfiltrate data.
scripts/read_clipboard.mjs:5
Shell command execution detected (child_process).
综合结论
This skill appears to be what it claims: a clipboard-based claim auditor. Before using, note: (1) it requires pbpaste so it works on macOS only; (2) it will read and print whatever is in your clipboard — do not copy passwords, tokens, private documents, or other secrets before running; (3) the skill does not include network calls or request credentials, so it does not by itself exfiltrate data, but if you are concerned about the agent invoking…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「claim-risk-auditor」。简介:检查文案、论文、宣传稿或产品说明中的高风险断言,标出证据缺口并给出更稳妥的改写。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/claim-risk-auditor/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: claim-risk-auditor
description: 检查文案、论文、宣传稿或产品说明中的高风险断言,标出证据缺口并给出更稳妥的改写。
metadata: {"openclaw":{"emoji":"🛡️","requires":{"bins":["node","pbpaste"]}}}
---
# Claim Risk Auditor
这是一个“断言风险审计” skill。
## 主要用途
适合检查:
- 产品宣传文案
- 品牌介绍
- 招商文案
- 推广脚本
- 学术写作中的绝对化表达
- 论文讨论部分中的过度结论
- 培训课文案
- 直播口播文案
## 调用方式
当用户说:
- 读取剪贴板并检查风险表达
- 帮我找出容易翻车的断言
- 看看哪些话没有证据支撑
- 帮我改得更稳一点
你应运行:
```bash
node {baseDir}/scripts/read_clipboard.mjs