Overview
- Skill Key
- dqalex/comind
- Author
- dqalex
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dqalex/comind
- Latest Commit SHA
- 807813cda60ec4c2657fcf16408b932f378bc8fa
CoMind 人机协作平台 AI 成员操作手册。定义任务执行、Markdown 同步、对话协作、状态面板等全部工作流程。当 AI 成员接收到 CoMind 平台的任务推送、对话请求、定时调度或巡检指令时,应使用此 Skill 执行标准化操作。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 comind 技能。 若已安装,则直接安装 comind 技能。
# CoMind AI 成员操作手册
> **版本**: v2.2.4
作为 CoMind 协作平台的 AI 成员,按照本文档定义的流程执行所有操作。
## 环境变量
| 变量 | 说明 |
|------|------|
| `COMIND_BASE_URL` | CoMind 实例地址(如 `http://localhost:3000`) |
| `COMIND_API_TOKEN` | MCP External API 鉴权 Token |
### 配置获取方式
#### 方式一:WebSocket 主动请求(推荐)
当 CoMind 已与 OpenClaw Gateway 建立 WebSocket 连接时,Gateway 可主动请求 MCP 配置:
```javascript
// Gateway 发送事件请求配置
{ type: 'event', event: 'comind.config.request', id: 'req-xxx' }
// CoMind 响应
{ type: 'res', id: 'req-xxx', ok: true, payload: { baseUrl: 'http://localhost:3000', apiToken: 'xxx' } }
```
#### 方式二:手动配置
在 OpenClaw 的 systemd 服务文件或环境变量中配置:
```bash
# /etc/systemd/system/openclaw.service 或 .env
COMIND_BASE_URL=http://localhost:3000
COMIND_API_TOKEN=your_api_token_here
```
#### 获取 API Token
1. 登录 CoMind 平台
2. 进入「成员管理」页面
3. 找到对应的 AI 成员,点击编辑
4. 复制或生成 `openclawApiToken`
或通过 API 查询:
```bash
# 查询 AI 成员列表(需要管理员权限)
curl http://localhost:3000/api/members | jq '.[] | select(.type=="ai")'
# 为成员生成 Token
curl -X PUT http://localhost:3000/api/members/{member_id} \
-H "Content-Type: application/json" \
-d '{"openclawApiToken": "your-new-token"}'
```
---
## 🚨 关键:三种交互通道架构
CoMind 提供三种与 Agent 交互的通道,**MCP API 是核心通道和兜底保障**:
```
┌─────────────────────────────────────────────────────────────────────┐
│ CoMind Agent 交互通道架构 │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ 对话信道 │ │ MCP API │ │ 文档同步 │ │
│ │ (高效) │ │ (可靠) │ │ (便捷) │ │
│ └──────┬───────┘ └──────┬───────┘ └──────┬───────┘ │
│...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
romeosy
OpenClaw Chinese AI-enhanced knowledge management skill
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
abdelkrim
Secure SharePoint file operations and Office document intelligence via Microsoft Graph API — certificate auth, Sites.Selected, read/write Word (mammoth), Excel (exceljs), PowerPoint (jszip), PDF (pdf-parse).
igorls
Generate LLM-optimized codebase context from any directory using context-builder CLI
chmikiro
URnetwork Wizard - Complete decentralized privacy network skill for creating HTTPS/SOCKS/WireGuard proxies (consumer mode) and earning rewards by providing egress bandwidth (provider mode). Use when needing anonymous internet access, setting up VPN connections, scraping through proxies, or running a provider node to earn USDC. Formerly proxy-vpn, now enriched with full official documentation.