yggdrasil

Diagnose Yggdrasil installation and daemon status for IPv6 P2P connectivity. Use when P2P fails, user asks about connectivity, or Yggdrasil needs to be installed.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yggdrasil" with this command: npx skills add Jing-yilin/yggdrasil

Yggdrasil Setup

Yggdrasil gives every OpenClaw agent a globally-routable 200::/8 IPv6 address derived from their Ed25519 keypair. Without it, P2P addresses are local-only.

Quick Reference

SituationAction
"Is P2P working?" / "Can I connect?"yggdrasil_check(), explain result
"What is my address?" (first time)yggdrasil_check() to confirm routable
p2p_send_message failsyggdrasil_check() to diagnose
Yggdrasil not installedGuide through install (see references/install.md)
User asks what Yggdrasil isExplain briefly, offer to install

Interpreting yggdrasil_check Results

Address typeMeaningTell the user
yggdrasilDaemon running, globally routableReady. Share the address with peers.
test_modeLocal/Docker onlyFine for testing on the same machine. Not reachable by internet peers.
derived_onlyYggdrasil not runningAddress is NOT reachable. Install Yggdrasil first.

Troubleshooting derived_only

If yggdrasil_check() returns derived_only after install:

  1. Binary not on PATH: Run which yggdrasil. If not found, add to PATH or reinstall.
  2. Gateway not restarted: The plugin detects the binary at startup. Restart the OpenClaw gateway.
  3. Permission denied: On Linux, Yggdrasil needs CAP_NET_ADMIN to create a TUN interface. Run as root or use setcap.
  4. Docker: Container needs --cap-add=NET_ADMIN and --device=/dev/net/tun.

After Install

  1. Restart the OpenClaw gateway.
  2. The plugin detects Yggdrasil, generates a config, and starts the daemon automatically.
  3. Call yggdrasil_check() to confirm the routable 200: address.

See references/install.md for platform-specific install commands.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

magister.net

Fetch schedule, grades, and infractions from https://magister.net 🇳🇱 portal

Registry SourceRecently Updated
1400ghuron
General

Official Doc

公文写作助手。通知、报告、请示、批复、会议纪要、工作总结、格式检查、语气检查、模板库。Official document writer for notices, reports, requests, meeting minutes with format check, tone check, template l...

Registry SourceRecently Updated
2392ckchzh
General

Douyin Creator

抖音内容创作与运营助手。抖音运营、抖音涨粉、短视频创作、抖音标题、抖音标签、抖音SEO、抖音账号运营、抖音数据分析、抖音选题、抖音脚本、抖音文案、抖音评论区运营、抖音人设定位、抖音发布时间、DOU+投放、抖音流量、短视频运营、视频创意、直播脚本、话题标签策略、合拍翻拍创意、抖音变现、带货星图、Douyin con...

Registry SourceRecently Updated