openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 三只虾协作系统

三只虾协作系统是基于多agent的任务分配、实时监控和自动通知框架,支持角色分工和心跳检测,实现任务高效协同。

AI 与大模型

作者:张洋 @ayangai

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 83 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:ayangai/three-shrimp-collab

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

The skill appears to implement the described multi-agent heartbeat/notification system, but contains several coherence and safety issues (hardcoded paths, undeclared env vars, macOS-only launchd installation) that you should review before installing.

目的

The skill's purpose (multi-agent task monitoring + notifications) matches the included scripts (fswatch monitor, heartbeat check, notify). However the package omits expected declarations: it requires fswatch and macOS launchctl usage but the registry metadata lists no required binaries or an OS restriction. Several files and plist templates hardcode paths under /Users/zhangyang, which is unrelated to a generic 'skill' installation and is unlik…

说明范围

SKILL.md instructs copying and loading launchd plist files and running background monitors; the shipped scripts read and write workspace files (tasks/queue.md, MEMORY.md, logs/pending-notifications-*.md) and optionally post notifications to an external Feishu webhook. The runtime instructions and scripts are mostly within the stated purpose, but they instruct persistent system changes (adding LaunchAgents) and refer to files under a hardcoded …

安装机制

There is no formal install spec in the registry (instruction-only), but the bundle includes install.sh and setup scripts that will modify the system: install.sh and setup-heartbeat.sh copy plist files into ~/Library/LaunchAgents and load them with launchctl. The plist templates themselves reference absolute /Users/zhangyang paths. Using these scripts will create persistent launchd services; that is coherent with the feature but the hardcoded p…

证书

The SKILL.md and scripts expect environment variables for Feishu notifications (FEISHU_WEBHOOK, FEISHU_USER_ID) and mention configuring them, but the skill metadata declares no required env. The notify script has a default hardcoded FEISHU_USER_ID and will POST to FEISHU_WEBHOOK if set — an external webhook endpoint that could receive notification content. The absence of explicit env declarations and the presence of a hardcoded user id are dis…

持久

The skill installs launchd agents (persistent background services) to run hourly and respond to fswatch events. Persistence is consistent with a heartbeat/monitoring feature, but the implementation will enable system-level background services and load them immediately. The package does not declare an OS restriction (it is macOS-specific) and uses hardcoded user paths, increasing the chance of accidental misconfiguration.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「三只虾协作系统」。简介:三只虾协作系统是基于多agent的任务分配、实时监控和自动通知框架,支持角色分工和心跳检测,实现任务高效协同。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ayangai/three-shrimp-collab/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。