技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 121 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :良性
Package:52yuanchangxing/collab-offer-polisher
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code and instructions match its stated purpose (polishing collaboration messages); it only reads the macOS clipboard and prints it for the agent to rewrite, with no network calls or unrelated credentials requested.
目的
Name/description (polish collaboration offers) align with required binaries (node + pbpaste) and the included script which reads clipboard text for rewriting. The dependency on pbpaste is consistent with the README noting macOS.
说明范围
Runtime instructions tell the agent to run scripts/read_clipboard.mjs which executes pbpaste and prints the clipboard contents surrounded by markers. This is within scope for a text-polishing skill but has a privacy implication: it will expose whatever is currently on the user's clipboard to the agent.
安装机制
No install spec (instruction-only plus a small included script). No downloads or archive extraction; nothing is written to disk beyond the existing skill files. Low-risk installation footprint.
证书
No environment variables, credentials, or config paths requested. The lack of extraneous secrets is proportionate to the described functionality.
持久
always is false and the skill is user-invocable; it does not request persistent or elevated privileges and does not modify other skills or system-wide settings.
scripts/read_clipboard.mjs:5
Shell command execution detected (child_process).
综合结论
This skill is coherent with its stated purpose and contains a small script that reads the macOS clipboard and prints it for the agent to rewrite. Before using it: (1) ensure you're on macOS (pbpaste required); (2) do not put secrets or sensitive personal data in the clipboard when invoking the skill, because the clipboard contents will be sent to the agent for rewriting; (3) you can inspect scripts/read_clipboard.mjs (already included) — it us…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「collab-offer-polisher」。简介:把合作邀约、商务私信、品牌合作需求和合作条款草稿,改写成更专业、更容易推进合作的版本。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/collab-offer-polisher/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: collab-offer-polisher
description: 把合作邀约、商务私信、品牌合作需求和合作条款草稿,改写成更专业、更容易推进合作的版本。
metadata: {"openclaw":{"emoji":"🤝","requires":{"bins":["node","pbpaste"]}}}
---
# Collab Offer Polisher
这是一个合作邀约与商务沟通优化 skill。
## 主要用途
适用于:
- 品牌合作邀约
- 场地方合作
- 摄影合作
- 达人邀约
- 甲乙方初次接洽
- 商务私信
- 简版合作方案
- 活动合作说明
## 调用方式
当用户说:
- 读取剪贴板并帮我润色合作邀约
- 帮我把这段商务私信改专业一点
- 用更容易成交的方式重写这段合作话术
- 帮我做一个更有礼貌但更清晰的合作文案
你应运行:
```bash
node {baseDir}/scripts/read_clipboard.mjs