风险评分

100/100 (Very Low)

OpenClaw: benign
VirusTotal: benign
StaticScan: clean

Collab Setup

作者: OldBulls
Slug:collab-setup
版本:1.0.0
更新时间:2026-03-23 03:16:53
风险信息

OpenClaw: benign

查看 OpenClaw 分析摘要(前 200 字预览)
The skill is an instruction-only troubleshooting/onboarding guide for OpenClaw multi-agent collaboration; its files, references, and runtime instructions are consistent with that purpose and request n...

[内容已截断]

VirusTotal: benign VT 报告

静态扫描: clean

No suspicious patterns detected.
README

README 未提供

文件列表

无文件信息

下载
下载官方 ZIP
原始 JSON 数据
{
    "latestVersion": {
        "_creationTime": 1774206988997,
        "_id": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
        "changelog": "中文介绍:\n\nCollab Setup\nOpenClaw 多 agent 协作配置技能。帮你从零配好多 agent 协作,出了问题也能快速定位和修复。\n\n它能做什么\n自动检测当前协作能力等级:\nLevel 0:单 agent,还没配协作\nLevel 1:多 agent,但只有内部分派,群里看不到\nLevel 2:多 agent + 一个协作群,群里能看到分工和进度\nLevel 3:多 agent + 多个同步群 \/ 默认同步群\n按决策表路由:你的问题 × 当前等级 → 具体该做什么、该看哪个文档\n遇到\"群里不回复\"、\"分工不生效\"、\"超时没回执\"这类问题,直接定位原因\n改配置前自动备份,改完自动验证 JSON语法和gateway 健康,挂了自动回滚\n支持 Feishu(最成熟)、Telegram、Discord、Slack、WhatsApp、Signal 六个渠道\n含 reflector agent 配置模板(用便宜模型跑后台 memory-reflection,防止主模型超时)\n含插件健康检查路径(memory-reflection、self-improvement等后台插件超时诊断)\n包含哪些文件\nCopyCopied!\ncollab-setup\/\n├── SKILL.md# 技能入口\n├── _meta.json                        # 元数据\n├── README.md                         # 说明文档\n└── references\/\n    ├── decision-table.md             # 决策表:意图 × 等级 → 动作\n    ├── checklist.md                  # 执行清单 + 最低证据标准\n    ├── diagnostic-flow.md            # 诊断流程(含插件健康检查)\n    ├── workflow.md                   # 核心工作流\n    ├── conversation-templates.md     # 标准话术模板(13个场景)\n    ├── output-templates.md           # 输出格式模板\n    ├── task-dispatch-sync-modes.md   # 分派\/同步\/超时规则\n    ├── feishu-group-routing-spec.md  # 飞书群路由稳定模式+ 内置命令\n    ├── multi-agent-onboarding-playbook.md  # 从零引导流程\n    ├── multi-agent-config-templates.md     # 配置模板(含 reflector agent)\n    ├── multi-channel-differences.md  # 六渠道差异框架\n    ├── workspace-model.md            # 工作区分层模型\n    ├── config-change-safety-checklist.md   # 配置变更安全检查\n    └── config-backup-rollback-playbook.md  # 备份与回滚\n怎么用\n安装后,直接对 agent 说:\n\n帮我配置多 agent 协作 → 从当前环境开始,逐步引导到最高可用协作模式\n分工处理为什么不生效 → 自动诊断 binding、routing、sessions_send 连通性\n帮我配置协作群 → 检测群是否存在、路由是否正确、bot 是否在群内\n为什么群里不回复 → 检查groupPolicy \/ allowlist \/ requireMention\n设置默认同步群 → 配置多群同步和默认同步目标\n飞书用户还可以用:\n\n\/reset — 重置当前会话,清掉上下文从头来\n\/new — 开一个全新会话,适合切换话题\n安装\nbashCopyCopied!\nnpx clawhub@latest install collab-setup\n或手动复制到 ~\/.openclaw\/skills\/。无额外依赖,OpenClaw 2026.3.x 及以上版本可用。\n\n配合使用\n可独立使用。如果同时安装了 context-flow,两者互补:collab-setup 管\"怎么配置和修复协作基础设施\",context-flow 管\"协作过程中怎么管理上下文\"。\n\nEnglish description:\n\nCollab Setup\nOpenClaw multi-agent collaboration setup skill. Configure multi-agent collaboration from scratch, diagnose and fix issues fast.\n\nWhat it does\nAuto-detects current collaboration capability level:\nLevel 0: Single agent, no collaboration configured\nLevel 1: Multiple agents with internal delegation only (not visible in groups)\nLevel 2: Multiple agents + one visible collaboration group\nLevel 3: Multiple agents + multiple sync groups \/ default sync group\nDecision table routing: your problem × current level → specific action and reference doc\nDiagnoses common issues: \"group not replying\", \"delegation not working\", \"timeout with no receipt\"\nAuto-backup before config changes, auto-verify JSON syntax and gateway health after, auto-rollback on failure\nSupports 6 channels: Feishu (most mature), Telegram, Discord, Slack, WhatsApp, Signal\nIncludes reflector agent template (run background memory-reflection on a cheap model to prevent main model timeouts)\nIncludes plugin health check paths (diagnose memory-reflection, self-improvement, and other background plugin timeouts)\nFile structure\nCopyCopied!\ncollab-setup\/\n├── SKILL.md                          # Skill entry point\n├── _meta.json                        # Metadata\n├── README.md                         # Documentation\n└── references\/\n    ├── decision-table.md             # Decision table: intent × level → action\n    ├── checklist.md                  # Execution checklist + minimum evidence rules\n    ├── diagnostic-flow.md            # Diagnostic flow (incl. plugin health checks)\n    ├── workflow.md                   # Core workflow\n    ├── conversation-templates.md     # Standard reply templates (13 scenarios)\n    ├── output-templates.md           # Output format templates\n    ├── task-dispatch-sync-modes.md   # Dispatch \/ sync \/ timeout rules\n    ├── feishu-group-routing-spec.md  # Feishu group routing + built-in commands\n    ├── multi-agent-onboarding-playbook.md  # Zero-to-hero onboarding flow\n    ├── multi-agent-config-templates.md     # Config templates (incl. reflector agent)\n    ├── multi-channel-differences.md  # 6-channel differences framework\n    ├── workspace-model.md            # Workspace layer model\n    ├── config-change-safety-checklist.md   # Config change safety checks\n    └── config-backup-rollback-playbook.md  # Backup and rollback\nHow to use\nAfter installation, just ask your agent:\n\nHelp me configure multi-agent collaboration → Guides you step by step from current environment to the highest available collaboration mode\nWhy isn't delegation working → Auto-diagnoses binding, routing, and sessions_send connectivity\nHelp me set up a collaboration group → Checks if group exists, routing is correct, and bot is in the group\nWhy isn't the group replying → Checks groupPolicy \/ allowlist \/ requireMention\nSet default sync group → Configures multi-group sync and default sync target\nFeishu users can also use:\n\n\/reset — Reset current session, clear context and start fresh\n\/new — Start a brand new session, good for switching topics\nInstall\nbashCopyCopied!\nnpx clawhub@latest install collab-setup\nOr manually copy to ~\/.openclaw\/skills\/. No additional dependencies. Requires OpenClaw 2026.3.x or later.\n\nCompanion skill\nWorks standalone. If context-flow is also installed, they complement each other: collab-setup handles \"how to configure and fix collaboration infrastructure\", context-flow handles \"how to manage context during collaboration\".",
        "changelogSource": "user",
        "createdAt": 1774206988997,
        "version": "1.0.0"
    },
    "owner": {
        "_creationTime": 0,
        "_id": "publishers:missing",
        "displayName": "OldBulls",
        "handle": "oldbulls",
        "image": "https:\/\/avatars.githubusercontent.com\/u\/9461547?v=4",
        "kind": "user",
        "linkedUserId": "kn752wyf3z2v2gfe0dm9cewjas839tk2"
    },
    "ownerHandle": "oldbulls",
    "skill": {
        "_creationTime": 1774206988997,
        "_id": "kd7d69aznx5rt2b3daf5h4rj0h83dgn7",
        "badges": [],
        "createdAt": 1774206988997,
        "displayName": "Collab Setup",
        "latestVersionId": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
        "ownerUserId": "kn752wyf3z2v2gfe0dm9cewjas839tk2",
        "slug": "collab-setup",
        "stats": {
            "comments": 0,
            "downloads": 30,
            "installsAllTime": 0,
            "installsCurrent": 0,
            "stars": 0,
            "versions": 1
        },
        "summary": "Configure and troubleshoot OpenClaw multi-agent collaboration, delegation, sync groups, and channel routing for seamless visible teamwork across supported pl...",
        "tags": {
            "collaboration": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "config-safety": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "delegation": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "discord": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "feishu": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "group-routing": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "latest": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "multi-agent": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "setup": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "signal": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "slack": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "telegram": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "troubleshooting": "k97fkfbkx0dqtwwhq5zg3231hs83djz4",
            "whatsapp": "k97fkfbkx0dqtwwhq5zg3231hs83djz4"
        },
        "updatedAt": 1774207013547
    }
}