云加通讯
cloudplus
by billyang1222
操作云加(CloudPlus)企业通讯应用。当用户需要通过云加发消息、发文件、搜索联系人、查聊天记录、搜索群聊、搜索文件、打开应用或链接时触发。关键词:云加、发消息、发文件、聊天记录、搜索联系人、群聊、轻应用。
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/billyang1222/cloudplus必需命令行工具
nodenpm文档
CloudPlus Skill
环境准备
在执行任何操作前,按以下顺序检查:
第一步:检查 Node.js 是否安装
node --version
如果命令不存在,告知用户先安装 Node.js(https://nodejs.org),安装完成后再继续。
第二步:检查 mcp-cloudplus 是否安装
which mcp-cloudplus
如果命令不存在,执行安装:
npm install -g cloudplus-mcp-server
安装完成后继续执行用户请求。
命令列表
所有命令输出 JSON,格式为 {"success":true,"data":{...}} 或 {"success":false,"error":"..."}。
发送消息
mcp-cloudplus send-text --to <用户名或群名> --message <内容>
发送文件
mcp-cloudplus send-file --to <用户名或群名> --file <文件路径>
发送之前先确认完整路径,并检查文件是否存在
搜索联系人
mcp-cloudplus search-user <关键词>
支持姓名、手机号模糊搜索,最多返回 50 条。
搜索群聊
mcp-cloudplus search-group-chat <关键词>
搜索聊天文件
mcp-cloudplus search-file <关键词>
搜索聊天消息
mcp-cloudplus search-message <关键词>
搜索轻应用
mcp-cloudplus search-light-apps <关键词>
获取聊天记录
mcp-cloudplus get-chat-history --username <用户名或群名> --start <YYYY-MM-DD> [--end <YYYY-MM-DD>]
--end 不填默认为当前时间。
获取收藏内容
mcp-cloudplus get-collect-content
在云加中打开链接
mcp-cloudplus open-url <url>
在云加中打开轻应用
mcp-cloudplus open-app <应用名>
启动云加
mcp-cloudplus open-cloudplus
错误处理
找不到管道路径文件→ 提示用户确认云加桌面客户端是否已启动success: false且其他错误 → 将error字段内容告知用户- 命令不存在 → 重新执行安装步骤
操作流程
- 检查
mcp-cloudplus是否安装,未安装则安装 - 执行对应命令
- 解析 JSON 结果
- 用自然语言向用户反馈结果,不要把原始 JSON 直接展示给用户
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
优酷短剧热点
by codenova58
注册“优酷短剧”技能;用于短剧频道与剧集页信息整理与表现摘要。