cloudplus

操作云加(CloudPlus)企业通讯应用。当用户需要通过云加发消息、发文件、搜索联系人、查聊天记录、搜索群聊、搜索文件、打开应用或链接时触发。关键词:云加、发消息、发文件、聊天记录、搜索联系人、群聊、轻应用。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cloudplus" with this command: npx skills add billyang1222/cloudplus

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 字段内容告知用户
  • 命令不存在 → 重新执行安装步骤

操作流程

  1. 检查 mcp-cloudplus 是否安装,未安装则安装
  2. 执行对应命令
  3. 解析 JSON 结果
  4. 用自然语言向用户反馈结果,不要把原始 JSON 直接展示给用户

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Img2img

Generate images from text descriptions using DALL-E 3 while adhering to usage policies and avoiding realistic human faces.

Registry SourceRecently Updated
General

Habitat-GS-Navigator

Navigate and interact with photo-realistic 3DGS environments via the Habitat-GS Bridge. Use when: user asks to explore a 3D scene, perform embodied navigatio...

Registry SourceRecently Updated
General

Memory Palace

持久化记忆管理。Use when: 用户告诉你个人信息/偏好/习惯、需要记住项目状态/技术决策、完成任务后有可复用经验、用户说"记住""别忘了""下次注意"、需要回忆之前的对话内容。支持语义搜索和时间推理。

Registry SourceRecently Updated
General

Podcast Transcript Mining Authority Positioning

Extract guest appearances, speaking topics, and soundbites from podcast transcripts to build authority portfolios and generate podcast pitch templates. Use w...

Registry SourceRecently Updated