{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-expert",
    "name": "Openclaw Expert",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/arn0ld87/openclaw-expert",
    "canonicalUrl": "https://clawhub.ai/arn0ld87/openclaw-expert",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-expert",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-expert",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/examples.md",
      "references/docker-setup.md",
      "references/nodes-and-remote.md",
      "references/dashboard.md",
      "references/skills-guide.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-expert"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-expert",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-expert/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Kernprinzip: Docs-First + Backup-First",
        "body": "OpenClaw verwendet CalVer-Versioning (YYYY.M.D-N) und ändert sich häufig.\nVor jeder Änderung diese Checkliste abarbeiten:\n\nVersion prüfen: openclaw --version\nLive-Docs holen — web_fetch auf relevante Docs-Seiten (URLs in Referenzdateien)\nCommunity-Tipps suchen — web_search nach aktuellen Workarounds\nBackup anlegen — Niemals Konfig ohne Backup ändern\nÄnderung durchführen\nValidieren — openclaw doctor vor und nach jeder Änderung\nGateway neu starten — systemctl --user restart openclaw-gateway\nTesten — openclaw status + Kanal-Test"
      },
      {
        "title": "Architektur auf einen Blick",
        "body": "Messaging-Kanäle (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Teams, Matrix, Google Chat, Zalo, WebChat…)\n        │\n        ▼\n┌───────────────────────────────┐\n│          Gateway              │  ← ws://127.0.0.1:18789\n│     (Control-Plane, RPC)      │  ← Config: ~/.openclaw/openclaw.json (JSON5)\n│     systemd user service      │  ← Dashboard: http://127.0.0.1:18789\n└──────────────┬────────────────┘\n               │\n        ┌──────┴──────┐\n        │  Agent(s)   │  ← Workspace: ~/.openclaw/workspace/\n        │  Runtime    │  ← Sessions: ~/.openclaw/agents/<id>/sessions/\n        └──────┬──────┘\n               │\n        ┌──────┴──────────────────────────┐\n        │  Nodes (optional)               │\n        │  iOS / Android / macOS / Pi     │\n        │  + Canvas / A2UI                │\n        └─────────────────────────────────┘"
      },
      {
        "title": "Verzeichnisstruktur",
        "body": "~/.openclaw/\n├── openclaw.json          # Haupt-Config (JSON5 – Kommentare + trailing commas!)\n├── credentials/           # API-Keys (chmod 600!)\n│   ├── anthropic\n│   ├── openai\n│   └── openrouter\n├── agents/\n│   └── <agentId>/\n│       └── sessions/      # Session-Logs (*.jsonl)\n├── skills/                # Managed/lokale Skills\n└── workspace/             # Agent-Workspace (= das \"Gehirn\")\n    ├── AGENTS.md          # Betriebsanweisungen (in JEDER Session geladen)\n    ├── SOUL.md            # Persönlichkeit, Ton, Grenzen (jede Session)\n    ├── USER.md            # Nutzerprofil (jede Session)\n    ├── TOOLS.md           # Tool-Hinweise (jede Session)\n    ├── IDENTITY.md        # Name, Emoji, Vibe\n    ├── HEARTBEAT.md       # Scheduled-Tasks / Cron-Checkliste\n    ├── MEMORY.md          # Langzeit-Gedächtnis (nur private Sessions!)\n    ├── BOOTSTRAP.md       # Einmal-Setup (nach Ausführung gelöscht)\n    ├── memory/            # Tages-Logs (YYYY-MM-DD.md)\n    ├── skills/            # Workspace-Skills\n    └── .git/              # Git-Backup (empfohlen!)"
      },
      {
        "title": "Referenzdateien — Wann was lesen",
        "body": "Dieses Skill-Paket enthält detaillierte Referenzdateien. Lies die relevante Datei\nBEVOR du eine Aktion durchführst. Die Dateien liegen unter references/ im Skill-Verzeichnis.\n\nAufgabeReferenzdateiInhaltInstallation & erste Schrittereferences/installation.mdnpm/pnpm, Docker, VPS-Setup, Onboarding-Wizardopenclaw.json bearbeitenreferences/config-reference.mdVollständige Feld-Referenz basierend auf realer Config (auth, models, agents, tools, gateway…)Dashboard (Control UI)references/dashboard.mdAlle Dashboard-Bereiche, Zugriff, TroubleshootingWorkspace-Dateien schreibenreferences/workspace-files.mdAGENTS.md, SOUL.md, USER.md, HEARTBEAT.md, MEMORY.md TemplatesChannels einrichtenreferences/channels.mdTelegram (komplett!), WhatsApp, Discord, Slack, Signal + TroubleshootingMemory & Compaction tunenreferences/memory-system.mdmemoryFlush, memorySearch, Compaction, Semantic Search, DecayDocker-Deploymentreferences/docker-setup.mddocker-compose, Sandbox, alpine/openclaw, PermissionsSecurity-Hardeningreferences/security-hardening.mddmPolicy, Token-Rotation, Allowlists, Sandboxing, CIS-StyleSkills entwickeln/installierenreferences/skills-guide.mdSKILL.md-Format, ClawHub, Workspace-Skills, Security-ReviewMulti-Agent-Routingreferences/multi-agent.mdagents.list, bindings, accountId, agentId, IsolationCLI-Referenzreferences/cli-reference.mdAlle Befehle mit Syntax und BeispielenDashboard / Control UIreferences/dashboard.mdSidebar-Navigation, Bereiche, CORS, Config, TroubleshootingNodes & Remote-Zugriffreferences/nodes-and-remote.mdNode-Typen, Pairing, Headless-Nodes, Bonjour/mDNS, Exec-ApprovalsTailscale-Integrationreferences/tailscale-integration.mdServe vs Funnel vs Tailnet-Bind, SSH-Tunnel, Auth, Config-BeispielePraxis-Beispielereferences/examples.md7 vollständige Setup-Szenarien (Einsteiger → Multi-Agent → Kosten-optimiert)Troubleshootingreferences/troubleshooting.mdHäufige Fehler, Logs, Diagnose-SchritteTricks & Power-Userreferences/tricks-and-hacks.mdCommunity-Tipps, Cost-Saving, Obsidian, Surge, Watchdog"
      },
      {
        "title": "Schnellreferenz: Wichtigste CLI-Befehle",
        "body": "# Status & Diagnose\nopenclaw --version                    # CalVer-Version\nopenclaw doctor                       # Gesundheitscheck (IMMER!)\nopenclaw doctor --fix                 # Auto-Fix\nopenclaw status                       # Kurzer Status\nopenclaw dashboard                    # Browser-UI (Port 18789)\n\n# Gateway\nopenclaw gateway start|stop|restart|status\nopenclaw gateway install              # systemd user service\nopenclaw gateway log                  # Logs (= journalctl --user -u openclaw-gateway -f)\n\n# Channels\nopenclaw channels list|add|remove|restart\nopenclaw channels status --probe      # Live-Check\n\n# Models\nopenclaw models list|set <provider/model>\n\n# Skills\nopenclaw skills list|reload\nclawhub search|install|update <name>\n\n# Memory & Sessions\nopenclaw sessions list|clean\nopenclaw memory flush\n\n# Update\npnpm add -g openclaw@latest && pnpm approve-builds -g && openclaw doctor\n\n# Nodes & Devices\nopenclaw nodes status                 # Verbundene Nodes anzeigen\nopenclaw nodes describe --all         # Node-Capabilities auflisten\nopenclaw nodes run --node <id> -- <cmd>  # Befehl auf Node ausführen\nopenclaw devices list                 # Pairing-Requests anzeigen\nopenclaw devices approve <requestId>  # Node-Pairing genehmigen\n\n# Channel-Pairing\nopenclaw pairing list|approve <channel> <code>\n\n# Config\nopenclaw config list|get|set|validate\n\n# Security\nopenclaw token:rotate --force --length 64\nopenclaw security audit --deep"
      },
      {
        "title": "Sicherheits-Grundregeln (IMMER beachten!)",
        "body": "Gateway bind: loopback — Niemals lan oder 0.0.0.0 ohne Tailscale/VPN\ndmPolicy: allowlist — Niemals open in Produktion\nToken: mindestens 64 Zeichen — openclaw token:rotate --force --length 64\nCredentials: chmod 600 — chmod 600 ~/.openclaw/credentials/*\nSkills reviewen — Vor Installation Quellcode prüfen, ClawHub \"Hide Suspicious\" nutzen\nKein root — OpenClaw als eigener User betreiben\nWorkspace = privat — Git-Backup in privates Repo, MEMORY.md nie in Groups laden\nAPI-Spending-Limits — Beim Provider setzen, bevor Heartbeat aktiviert wird\nSandbox für Tools — tools.exec.host: \"sandbox\" wenn möglich"
      },
      {
        "title": "Offizielle Docs-URLs (für web_fetch)",
        "body": "https://docs.openclaw.ai                          # Hauptseite\nhttps://docs.openclaw.ai/install/docker           # Docker\nhttps://docs.openclaw.ai/concepts/agent-workspace # Workspace\nhttps://docs.openclaw.ai/concepts/memory          # Memory\nhttps://docs.openclaw.ai/concepts/multi-agent     # Multi-Agent\nhttps://docs.openclaw.ai/channels/<name>          # Channel-Guides\nhttps://docs.openclaw.ai/models                   # Models\nhttps://docs.openclaw.ai/tools/skills             # Skills\nhttps://docs.openclaw.ai/security                 # Security\n\nAlternative Docs-Mirror: https://openclaw.im/docs/"
      },
      {
        "title": "Community-Suche (für web_search)",
        "body": "\"openclaw <Thema> 2026 tips\"\n\"openclaw <Problem> fix workaround github issue\"\n\"openclaw.json <Section> advanced configuration\"\n\nQuellen-Priorität:\n\ngithub.com/openclaw/openclaw (Issues, Discussions, AGENTS.md)\ndocs.openclaw.ai / openclaw.im/docs\nCommunity-Guides (Simon Willison TIL, Substack, Medium)\nReddit r/selfhosted, Hacker News"
      },
      {
        "title": "Backup-Strategie (IMMER vor Änderungen)",
        "body": "# Snapshot der Config\ncp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak\n\n# Versioniertes Backup\ntar czf ~/openclaw-backup-$(date +%Y%m%d_%H%M%S).tar.gz ~/.openclaw/\n\n# Git-Backup des Workspace (empfohlen)\ncd ~/.openclaw/workspace && git add -A && git commit -m \"backup: $(date +%Y%m%d_%H%M%S)\""
      },
      {
        "title": "Protokoll: Sichere Config-Änderung",
        "body": "openclaw --version → Version notieren\nRelevante Referenzdatei lesen (siehe Tabelle oben)\nLive-Docs fetchen (URLs oben)\ncp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak\nÄnderung durchführen\nopenclaw doctor\nsystemctl --user restart openclaw-gateway\nopenclaw status + Funktionstest im Channel\nBei Fehler: cp ~/.openclaw/openclaw.json.bak ~/.openclaw/openclaw.json && systemctl --user restart openclaw-gateway"
      }
    ],
    "body": "OpenClaw Expert Skill\nKernprinzip: Docs-First + Backup-First\n\nOpenClaw verwendet CalVer-Versioning (YYYY.M.D-N) und ändert sich häufig. Vor jeder Änderung diese Checkliste abarbeiten:\n\nVersion prüfen: openclaw --version\nLive-Docs holen — web_fetch auf relevante Docs-Seiten (URLs in Referenzdateien)\nCommunity-Tipps suchen — web_search nach aktuellen Workarounds\nBackup anlegen — Niemals Konfig ohne Backup ändern\nÄnderung durchführen\nValidieren — openclaw doctor vor und nach jeder Änderung\nGateway neu starten — systemctl --user restart openclaw-gateway\nTesten — openclaw status + Kanal-Test\nArchitektur auf einen Blick\nMessaging-Kanäle (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Teams, Matrix, Google Chat, Zalo, WebChat…)\n        │\n        ▼\n┌───────────────────────────────┐\n│          Gateway              │  ← ws://127.0.0.1:18789\n│     (Control-Plane, RPC)      │  ← Config: ~/.openclaw/openclaw.json (JSON5)\n│     systemd user service      │  ← Dashboard: http://127.0.0.1:18789\n└──────────────┬────────────────┘\n               │\n        ┌──────┴──────┐\n        │  Agent(s)   │  ← Workspace: ~/.openclaw/workspace/\n        │  Runtime    │  ← Sessions: ~/.openclaw/agents/<id>/sessions/\n        └──────┬──────┘\n               │\n        ┌──────┴──────────────────────────┐\n        │  Nodes (optional)               │\n        │  iOS / Android / macOS / Pi     │\n        │  + Canvas / A2UI                │\n        └─────────────────────────────────┘\n\nVerzeichnisstruktur\n~/.openclaw/\n├── openclaw.json          # Haupt-Config (JSON5 – Kommentare + trailing commas!)\n├── credentials/           # API-Keys (chmod 600!)\n│   ├── anthropic\n│   ├── openai\n│   └── openrouter\n├── agents/\n│   └── <agentId>/\n│       └── sessions/      # Session-Logs (*.jsonl)\n├── skills/                # Managed/lokale Skills\n└── workspace/             # Agent-Workspace (= das \"Gehirn\")\n    ├── AGENTS.md          # Betriebsanweisungen (in JEDER Session geladen)\n    ├── SOUL.md            # Persönlichkeit, Ton, Grenzen (jede Session)\n    ├── USER.md            # Nutzerprofil (jede Session)\n    ├── TOOLS.md           # Tool-Hinweise (jede Session)\n    ├── IDENTITY.md        # Name, Emoji, Vibe\n    ├── HEARTBEAT.md       # Scheduled-Tasks / Cron-Checkliste\n    ├── MEMORY.md          # Langzeit-Gedächtnis (nur private Sessions!)\n    ├── BOOTSTRAP.md       # Einmal-Setup (nach Ausführung gelöscht)\n    ├── memory/            # Tages-Logs (YYYY-MM-DD.md)\n    ├── skills/            # Workspace-Skills\n    └── .git/              # Git-Backup (empfohlen!)\n\nReferenzdateien — Wann was lesen\n\nDieses Skill-Paket enthält detaillierte Referenzdateien. Lies die relevante Datei BEVOR du eine Aktion durchführst. Die Dateien liegen unter references/ im Skill-Verzeichnis.\n\nAufgabe\tReferenzdatei\tInhalt\nInstallation & erste Schritte\treferences/installation.md\tnpm/pnpm, Docker, VPS-Setup, Onboarding-Wizard\nopenclaw.json bearbeiten\treferences/config-reference.md\tVollständige Feld-Referenz basierend auf realer Config (auth, models, agents, tools, gateway…)\nDashboard (Control UI)\treferences/dashboard.md\tAlle Dashboard-Bereiche, Zugriff, Troubleshooting\nWorkspace-Dateien schreiben\treferences/workspace-files.md\tAGENTS.md, SOUL.md, USER.md, HEARTBEAT.md, MEMORY.md Templates\nChannels einrichten\treferences/channels.md\tTelegram (komplett!), WhatsApp, Discord, Slack, Signal + Troubleshooting\nMemory & Compaction tunen\treferences/memory-system.md\tmemoryFlush, memorySearch, Compaction, Semantic Search, Decay\nDocker-Deployment\treferences/docker-setup.md\tdocker-compose, Sandbox, alpine/openclaw, Permissions\nSecurity-Hardening\treferences/security-hardening.md\tdmPolicy, Token-Rotation, Allowlists, Sandboxing, CIS-Style\nSkills entwickeln/installieren\treferences/skills-guide.md\tSKILL.md-Format, ClawHub, Workspace-Skills, Security-Review\nMulti-Agent-Routing\treferences/multi-agent.md\tagents.list, bindings, accountId, agentId, Isolation\nCLI-Referenz\treferences/cli-reference.md\tAlle Befehle mit Syntax und Beispielen\nDashboard / Control UI\treferences/dashboard.md\tSidebar-Navigation, Bereiche, CORS, Config, Troubleshooting\nNodes & Remote-Zugriff\treferences/nodes-and-remote.md\tNode-Typen, Pairing, Headless-Nodes, Bonjour/mDNS, Exec-Approvals\nTailscale-Integration\treferences/tailscale-integration.md\tServe vs Funnel vs Tailnet-Bind, SSH-Tunnel, Auth, Config-Beispiele\nPraxis-Beispiele\treferences/examples.md\t7 vollständige Setup-Szenarien (Einsteiger → Multi-Agent → Kosten-optimiert)\nTroubleshooting\treferences/troubleshooting.md\tHäufige Fehler, Logs, Diagnose-Schritte\nTricks & Power-User\treferences/tricks-and-hacks.md\tCommunity-Tipps, Cost-Saving, Obsidian, Surge, Watchdog\nSchnellreferenz: Wichtigste CLI-Befehle\n# Status & Diagnose\nopenclaw --version                    # CalVer-Version\nopenclaw doctor                       # Gesundheitscheck (IMMER!)\nopenclaw doctor --fix                 # Auto-Fix\nopenclaw status                       # Kurzer Status\nopenclaw dashboard                    # Browser-UI (Port 18789)\n\n# Gateway\nopenclaw gateway start|stop|restart|status\nopenclaw gateway install              # systemd user service\nopenclaw gateway log                  # Logs (= journalctl --user -u openclaw-gateway -f)\n\n# Channels\nopenclaw channels list|add|remove|restart\nopenclaw channels status --probe      # Live-Check\n\n# Models\nopenclaw models list|set <provider/model>\n\n# Skills\nopenclaw skills list|reload\nclawhub search|install|update <name>\n\n# Memory & Sessions\nopenclaw sessions list|clean\nopenclaw memory flush\n\n# Update\npnpm add -g openclaw@latest && pnpm approve-builds -g && openclaw doctor\n\n# Nodes & Devices\nopenclaw nodes status                 # Verbundene Nodes anzeigen\nopenclaw nodes describe --all         # Node-Capabilities auflisten\nopenclaw nodes run --node <id> -- <cmd>  # Befehl auf Node ausführen\nopenclaw devices list                 # Pairing-Requests anzeigen\nopenclaw devices approve <requestId>  # Node-Pairing genehmigen\n\n# Channel-Pairing\nopenclaw pairing list|approve <channel> <code>\n\n# Config\nopenclaw config list|get|set|validate\n\n# Security\nopenclaw token:rotate --force --length 64\nopenclaw security audit --deep\n\nSicherheits-Grundregeln (IMMER beachten!)\nGateway bind: loopback — Niemals lan oder 0.0.0.0 ohne Tailscale/VPN\ndmPolicy: allowlist — Niemals open in Produktion\nToken: mindestens 64 Zeichen — openclaw token:rotate --force --length 64\nCredentials: chmod 600 — chmod 600 ~/.openclaw/credentials/*\nSkills reviewen — Vor Installation Quellcode prüfen, ClawHub \"Hide Suspicious\" nutzen\nKein root — OpenClaw als eigener User betreiben\nWorkspace = privat — Git-Backup in privates Repo, MEMORY.md nie in Groups laden\nAPI-Spending-Limits — Beim Provider setzen, bevor Heartbeat aktiviert wird\nSandbox für Tools — tools.exec.host: \"sandbox\" wenn möglich\nWorkflow: Docs nachschlagen\nOffizielle Docs-URLs (für web_fetch)\nhttps://docs.openclaw.ai                          # Hauptseite\nhttps://docs.openclaw.ai/install/docker           # Docker\nhttps://docs.openclaw.ai/concepts/agent-workspace # Workspace\nhttps://docs.openclaw.ai/concepts/memory          # Memory\nhttps://docs.openclaw.ai/concepts/multi-agent     # Multi-Agent\nhttps://docs.openclaw.ai/channels/<name>          # Channel-Guides\nhttps://docs.openclaw.ai/models                   # Models\nhttps://docs.openclaw.ai/tools/skills             # Skills\nhttps://docs.openclaw.ai/security                 # Security\n\n\nAlternative Docs-Mirror: https://openclaw.im/docs/\n\nCommunity-Suche (für web_search)\n\"openclaw <Thema> 2026 tips\"\n\"openclaw <Problem> fix workaround github issue\"\n\"openclaw.json <Section> advanced configuration\"\n\n\nQuellen-Priorität:\n\ngithub.com/openclaw/openclaw (Issues, Discussions, AGENTS.md)\ndocs.openclaw.ai / openclaw.im/docs\nCommunity-Guides (Simon Willison TIL, Substack, Medium)\nReddit r/selfhosted, Hacker News\nBackup-Strategie (IMMER vor Änderungen)\n# Snapshot der Config\ncp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak\n\n# Versioniertes Backup\ntar czf ~/openclaw-backup-$(date +%Y%m%d_%H%M%S).tar.gz ~/.openclaw/\n\n# Git-Backup des Workspace (empfohlen)\ncd ~/.openclaw/workspace && git add -A && git commit -m \"backup: $(date +%Y%m%d_%H%M%S)\"\n\nProtokoll: Sichere Config-Änderung\nopenclaw --version → Version notieren\nRelevante Referenzdatei lesen (siehe Tabelle oben)\nLive-Docs fetchen (URLs oben)\ncp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak\nÄnderung durchführen\nopenclaw doctor\nsystemctl --user restart openclaw-gateway\nopenclaw status + Funktionstest im Channel\nBei Fehler: cp ~/.openclaw/openclaw.json.bak ~/.openclaw/openclaw.json && systemctl --user restart openclaw-gateway"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/arn0ld87/openclaw-expert",
    "publisherUrl": "https://clawhub.ai/arn0ld87/openclaw-expert",
    "owner": "arn0ld87",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-expert",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-expert",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-expert/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-expert/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-expert/agent.md"
  }
}