ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

comind

CoMind 人机协作平台 AI 成员操作手册。定义任务执行、Markdown 同步、对话协作、状态面板等全部工作流程。当 AI 成员接收到 CoMind 平台的任务推送、对话请求、定时调度或巡检指令时,应使用此 Skill 执行标准化操作。

Why use this skill?

Seamlessly integrate your OpenClaw agent with the CoMind platform. Manage tasks, sync markdown, and handle collaborative workflows with this robust AI skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dqalex/comind
Or

What This Skill Does

The comind skill integrates the OpenClaw AI agent directly into the CoMind人机协作平台. It serves as the primary bridge for AI members to handle task execution, markdown synchronization, interactive dialogue, and state management. By bridging OpenClaw with CoMind's infrastructure, this skill allows the agent to act as a formal team member, processing push tasks, scheduled inspections, and collaborative requests while ensuring that all communications and state updates follow the platform's standardized protocols.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/dqalex/comind. After installation, ensure you have configured your environment variables. You can set them in your systemd service file or .env file using COMIND_BASE_URL and COMIND_API_TOKEN. Alternatively, if you have an active WebSocket connection, the Gateway can dynamically request these credentials using the comind.config.request event, ensuring a seamless setup process without manual file editing.

Use Cases

This skill is ideal for teams utilizing CoMind for complex project management where AI needs to maintain consistency across distributed environments. Use cases include: automatically syncing markdown documentation updates when task status changes in CoMind; responding to real-time dialogue requests from team members via the chat channel; executing scheduled inspection tasks based on platform triggers; and maintaining a high-fidelity state panel that reflects the most current progress of long-running automated workflows.

Example Prompts

  1. "Check for new tasks assigned to me on CoMind and initialize the state dashboard for the current project."
  2. "Sync the latest documentation updates from the markdown repository to the CoMind knowledge base."
  3. "Summarize the last 24 hours of task progress and post it to the team's collaborative chat channel."

Tips & Limitations

Always prioritize the MCP API channel for mission-critical operations, as it provides robust error handling, audit logging, and rate limiting compared to ephemeral chat channels. Be aware that the skill relies on a stable WebSocket connection for real-time responsiveness; if connectivity is lost, revert to HTTP-based polling via the MCP API. Ensure that all synced markdown files include proper Front Matter to prevent data ingestion errors. For security, never hardcode the COMIND_API_TOKEN in plain text inside your codebase; always utilize secure environment variable injection or the dynamic WebSocket configuration flow.

Metadata

Author@dqalex
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dqalex-comind": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#comind#collaboration#automation#sync#mcp
Safety Score: 4/5

Flags: network-access, external-api