← 返回 Skills 市场
319
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install yggdrasil
功能描述
Diagnose Yggdrasil installation and daemon status for IPv6 P2P connectivity. Use when P2P fails, user asks about connectivity, or Yggdrasil needs to be insta...
安全使用建议
This skill appears to do what it says: help install and diagnose Yggdrasil. Before installing: (1) review the Node package @resciencelab/declaw (its npm page or GitHub) to ensure you trust it, since the skill's runtime behavior depends on that package; (2) when running install commands, avoid blindly piping remote content into sudo — download and inspect GPG keys and package sources first; (3) note the apt repo in the instructions uses HTTP — prefer HTTPS or verify package signatures to avoid MITM risk; (4) the skill requires elevated privileges to create network interfaces (CAP_NET_ADMIN/root) — apply least privilege and run these steps on machines you control. If you want higher assurance, provide the package name and version so you or a reviewer can audit its code before installing.
功能分析
Type: OpenClaw Skill
Name: yggdrasil
Version: 0.1.3
The skill bundle is designed to install and manage the Yggdrasil network daemon for IPv6 P2P connectivity. All installation instructions in `references/install.md` use standard package managers (brew, apt, yay) or direct downloads from the official Yggdrasil GitHub repositories (e.g., `https://www.yggdrasil-network.github.io`, `https://github.com/yggdrasil-network/yggdrasil-go`). While the `curl | sudo apt-key add -` pattern carries inherent supply chain risks, it is a standard method for adding APT keys from official sources and is directly aligned with the skill's stated purpose. There is no evidence of data exfiltration, backdoors, obfuscation, or malicious prompt injection attempts in `SKILL.md` or other files; all instructions are transparent and task-oriented.
能力评估
Purpose & Capability
The name/description (diagnose Yggdrasil, help install/start daemon) matches the SKILL.md and references/install.md content. The Node install spec (@resciencelab/declaw) plausibly provides the gateway plugin the instructions expect; no unrelated services or credentials are requested.
Instruction Scope
Instructions legitimately cover checking for the yggdrasil binary, installing it, setting network capabilities (setcap/CAP_NET_ADMIN or running as root), and restarting the gateway. They ask the agent/operator to run system-level commands and to add apt repos. This is expected for a network/daemon helper, but the guidance includes piping a downloaded GPG key into sudo apt-key add and adding an HTTP apt repo — both are operationally sensitive and should be executed only after verifying source integrity.
Install Mechanism
Install uses a Node package (@resciencelab/declaw) — a reasonable, traceable registry artifact — plus standard platform package commands and GitHub releases for manual installs. This is moderate risk (installing third-party packages). The apt repo URL in the instructions is served over HTTP (not HTTPS) which could be subject to MITM if used; the curl|sudo apt-key add pattern is also high-privilege and should be treated cautiously.
Credentials
The skill requests no environment variables, secrets, or config paths. The elevated privileges it references (CAP_NET_ADMIN, running installers with sudo) are required by Yggdrasil to create TUN interfaces and are proportional to the stated purpose.
Persistence & Privilege
always:false and normal model-invocation settings. The SKILL.md says the plugin/gateway will detect and start the daemon — expected behavior for a plugin managing a network daemon. There is no request to modify other skills or system-wide agent configs beyond starting the daemon.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yggdrasil - 安装完成后,直接呼叫该 Skill 的名称或使用
/yggdrasil触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Fix skill name, add troubleshooting for derived_only, Docker/permissions guidance
v0.1.2
- Updated the package name in install instructions from @resciencelab/claw-p2p to @resciencelab/declaw.
- Changed the homepage URL in metadata from github.com/ReScienceLab/claw-p2p to github.com/ReScienceLab/declaw.
v0.1.0
Initial release
元数据
常见问题
Yggdrasil 是什么?
Diagnose Yggdrasil installation and daemon status for IPv6 P2P connectivity. Use when P2P fails, user asks about connectivity, or Yggdrasil needs to be insta... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Yggdrasil?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yggdrasil」即可一键安装,无需额外配置。
Yggdrasil 是免费的吗?
是的,Yggdrasil 完全免费(开源免费),可自由下载、安装和使用。
Yggdrasil 支持哪些平台?
Yggdrasil 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Yggdrasil?
由 Yilin(@jing-yilin)开发并维护,当前版本 v0.1.3。
推荐 Skills