openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Muster Connect

Connect to a Muster instance via MCP. Use when: registering as an agent for the first time, sending a heartbeat, picking up a task, updating task status, pos...

AI 与大模型

许可证:MIT-0

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

版本:v1.0.2

统计:⭐ 0 · 201 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:airborneeagle/muster

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill's code and instructions are consistent with its stated purpose (connecting to a Muster server via MCP); minor metadata omissions (undeclared env vars and required binaries) are the main issues.

目的

Name/description match the behavior: the script and SKILL.md only talk to a user-specified Muster URL and implement registration, heartbeat, task updates, and logging. Minor mismatch: the registry metadata lists no required env vars or binaries, but the SKILL.md and script expect MUSTER_URL, MUSTER_API_KEY, MUSTER_STATE_FILE and use curl/python3/security (macOS). These are reasonable for the described purpose but should have been declared.

说明范围

Runtime instructions and the script stay within the Muster domain: they POST to the configured MUSTER_URL endpoints, prompt for agent details, store agent_id in ~/.muster/state.json, and optionally read an API key from macOS Keychain. The instructions do not request unrelated system data or unknown external endpoints beyond the user-supplied webhook/MUSTER_URL.

安装机制

No install spec — instruction-only with a small helper script. No downloads or archives; nothing is written beyond the state file the script creates. This is low-risk for install mechanism.

证书

The skill legitimately needs an API key, a base URL, and a state file path; those are used by the script. However, the registry metadata did not declare these required env vars or that the script uses macOS Keychain (security binary), curl, and python3. The env/credential requests themselves are proportionate to the task.

持久

always is false and the skill only writes its own state file (~/.muster/state.json). It does not modify other skills, system settings, or request permanent platform privileges.

综合结论

This skill appears to do what it says: it connects to a Muster server, registers an agent, sends heartbeats, and updates tasks. Before installing/using it: (1) verify MUSTER_URL points to a server you trust — the script will send your agent data and API key (when provided) to that URL; (2) note the registry metadata omits required env vars and binaries — the script requires curl, python3, and (on macOS) the security tool if you use Keychain; (…

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Muster Connect」。简介:Connect to a Muster instance via MCP. Use when: registering as an agent for the…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/airborneeagle/muster/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

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