← Back to Skills Marketplace
collab-offer-polisher
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
296
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install collab-offer-polisher
Description
把合作邀约、商务私信、品牌合作需求和合作条款草稿,改写成更专业、更容易推进合作的版本。
README (SKILL.md)
Collab Offer Polisher
这是一个合作邀约与商务沟通优化 skill。
主要用途
适用于:
- 品牌合作邀约
- 场地方合作
- 摄影合作
- 达人邀约
- 甲乙方初次接洽
- 商务私信
- 简版合作方案
- 活动合作说明
调用方式
当用户说:
- 读取剪贴板并帮我润色合作邀约
- 帮我把这段商务私信改专业一点
- 用更容易成交的方式重写这段合作话术
- 帮我做一个更有礼貌但更清晰的合作文案
你应运行:
node {baseDir}/scripts/read_clipboard.mjs
Usage Guidance
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 uses only pbpaste and does not make network calls or access other files; (4) if you need cross-platform support, request an alternative that uses a different clipboard method. If any of these points are a concern, do not install or invoke the skill.
Capability Analysis
Type: OpenClaw Skill
Name: collab-offer-polisher
Version: 1.0.0
The skill is designed to help users polish business collaboration drafts by reading the macOS clipboard using the 'pbpaste' utility. The implementation in 'scripts/read_clipboard.mjs' is straightforward, containing no obfuscation, external network requests, or unauthorized command execution, and its behavior aligns perfectly with the stated purpose in 'SKILL.md' and 'README.md'.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
No environment variables, credentials, or config paths requested. The lack of extraneous secrets is proportionate to the described functionality.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install collab-offer-polisher - After installation, invoke the skill by name or use
/collab-offer-polisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of collab-offer-polisher.
- Polishes collaboration offers, business DMs, brand pitches, and draft terms into more professional, partnership-friendly versions.
- Supports various scenarios, including brand, venue, influencer, and initial client/partner outreach.
- Activated by user commands to refine or rewrite collaboration-related text from clipboard.
Metadata
Frequently Asked Questions
What is collab-offer-polisher?
把合作邀约、商务私信、品牌合作需求和合作条款草稿,改写成更专业、更容易推进合作的版本。 It is an AI Agent Skill for Claude Code / OpenClaw, with 296 downloads so far.
How do I install collab-offer-polisher?
Run "/install collab-offer-polisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is collab-offer-polisher free?
Yes, collab-offer-polisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does collab-offer-polisher support?
collab-offer-polisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created collab-offer-polisher?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills