{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-genie",
    "name": "Openclaw Genie",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/fcsouza/openclaw-genie",
    "canonicalUrl": "https://clawhub.ai/fcsouza/openclaw-genie",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-genie",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-genie",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/channels.md",
      "references/configuration.md",
      "references/deployment.md",
      "references/memory.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-genie"
    },
    "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-genie",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-genie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-genie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-genie/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Genie",
        "body": "OpenClaw is a self-hosted personal AI agent gateway (MIT license, open source).\nIt connects LLM agents to 22+ messaging platforms natively (WhatsApp, Telegram,\nDiscord, Slack, Signal, iMessage, MS Teams, Matrix, and more) with 50+\nintegrations (Gmail, GitHub, Obsidian, Spotify, and more) through a single\nGateway process. All data stays local."
      },
      {
        "title": "Quick Start",
        "body": "# One-liner install (macOS/Linux, requires Node 22+)\ncurl -fsSL https://openclaw.ai/install.sh | bash\n\n# Or via npm\nnpm install -g openclaw@latest\n\n# Interactive setup — gateway, workspace, channels, skills\nopenclaw onboard --install-daemon\n\n# Verify\nopenclaw status\nopenclaw gateway status\n\nWeb Control UI: http://127.0.0.1:18789/"
      },
      {
        "title": "Core Architecture",
        "body": "Channels (WhatsApp, Discord, Telegram, Slack, Signal, …)\n        ↓\n    Gateway  ← WebSocket control plane (port 18789), single source of truth\n        ↓\n    Agents   ← isolated workspaces, sessions, memory, tools\n        ↓\n    Tools    ← exec, browser, skills, hooks, messaging, sub-agents\n        ↓\n    Nodes    ← companion devices (macOS/iOS/Android): camera, canvas, screen\n\nGateway: Multiplexed port (WebSocket + HTTP + Control UI). Hot-reloads config.\nAgents: Fully isolated — own workspace, session store, memory, auth profiles, sandbox.\nChannels: 22+ native adapters run simultaneously. Deterministic routing: replies return to origin.\nNodes: Paired companion devices that expose canvas.*, camera.*, screen.*, device.*, notifications.* via node.invoke.\nSessions: Key format agent:<agentId>:<channel>:<scope>:<chatId>. DM scopes: main, per-peer, per-channel-peer, per-account-channel-peer."
      },
      {
        "title": "Agent Configuration",
        "body": "Workspace files in ~/.openclaw/workspace/ (default agent) or ~/.openclaw/workspace-<agentId>/:\n\nFilePurposeSOUL.mdAgent personality and system promptIDENTITY.mdName, emoji, avatarUSER.mdUser profile informationMEMORY.mdCurated long-term memorymemory/YYYY-MM-DD.mdDaily append-only session logsTOOLS.mdTool usage guidanceBOOTSTRAP.mdOne-time init tasks (deleted after first run)HEARTBEAT.mdPeriodic check-in instructions\n\nBootstrap injection: IDENTITY → SOUL → USER → MEMORY → daily log → skills → session.\nLimits: 20,000 chars/file, 150,000 chars total (configurable).\n\nMulti-agent config uses agents.list[] and bindings[] in openclaw.json (see references/multi-agent.md)."
      },
      {
        "title": "Configuration — openclaw.json",
        "body": "Location: ~/.openclaw/openclaw.json (JSON5 — comments and trailing commas OK).\n\n{\n  \"models\": {           // primary, fallbacks, aliases, image model\n    \"primary\": \"anthropic/claude-sonnet-4-5\",\n    \"fallbacks\": [\"openai/gpt-4o\"]\n  },\n  \"channels\": { },      // discord, telegram, whatsapp, slack, signal, …\n  \"agents\": { },        // list, defaults, bindings, broadcast, subagents\n  \"tools\": { },         // profiles, allow/deny, loop detection, exec config\n  \"skills\": { },        // entries, load dirs, install manager\n  \"browser\": { },       // profiles, SSRF policy, executable path\n  \"sandbox\": { },       // mode (off/non-main/all), scope, Docker hardening\n  \"gateway\": { },       // port, auth, discovery, binding\n  \"automation\": { },    // cron, webhooks, heartbeat\n  \"hooks\": { },         // internal hooks config\n  \"session\": { },       // dmScope, resets, sendPolicy, maintenance\n  \"auth\": { }           // OAuth profiles, key rotation, order\n}\n\nEnv vars: ~/.openclaw/.env, ${VAR} substitution in config strings.\n$include: Nested file inclusion (up to 10 levels).\nHot reload: hybrid mode (default) — safe changes hot-apply, critical ones auto-restart. Debounce 300ms.\nStrict validation: Unknown keys prevent Gateway startup.\n\nFor full reference, read references/configuration.md."
      },
      {
        "title": "Channels Quick Reference",
        "body": "ChannelSetupNotesDiscordopenclaw channels add discordBot API + Gateway; servers, DMs, threads, slash commands, voiceTelegramopenclaw channels add telegramgrammY; groups, forums, inline buttons, webhook modeWhatsAppopenclaw channels add whatsappBaileys; QR pairing, media, pollsSlackopenclaw channels add slackBolt SDK; socket or HTTP mode, native streamingSignalopenclaw channels add signalsignal-cli; privacy-focused, auto-daemoniMessageopenclaw channels add bluebubblesBlueBubbles; reactions, edits, groupsGoogle Chatopenclaw channels add googlechatHTTP webhook appIRCopenclaw channels add ircNickServ, channels + DMsMS Teamsopenclaw plugins install @openclaw/msteamsAdaptive Cards, pollsMatrixopenclaw plugins install @openclaw/matrixE2EE, threads, roomsMattermostopenclaw plugins install @openclaw/mattermostSelf-hostedNextcloud Talkopenclaw plugins install @openclaw/nextcloud-talkSelf-hostedWebChatBuilt-in web UIBrowser-based access at gateway URL\n\nAccess control: DM policy (pairing/allowlist/open/disabled), group policy, mention gating. Multi-account per channel supported.\n\nFor per-channel details, read references/channels.md."
      },
      {
        "title": "Memory System",
        "body": "Daily logs: memory/YYYY-MM-DD.md — today + yesterday loaded at session start\nLong-term: MEMORY.md — curated facts, decisions, preferences (private sessions only)\nTools: memory_search (vector recall, ~400-token chunks) and memory_get (file reads)\nHybrid search: BM25 (exact tokens) + vector (semantic) with configurable weights\nPost-processing: MMR deduplication (lambda 0.7) + temporal decay (30-day half-life)\nProviders: auto-selects local → OpenAI → Gemini → Voyage → Mistral\nQMD backend: Optional local-first sidecar (BM25 + vectors + reranking)\nAuto flush: Silent agentic turn before context compaction preserves important memories\n\nFor full memory config, read references/memory.md."
      },
      {
        "title": "Tools Overview",
        "body": "ToolPurposeexecShell commands (sandbox/gateway/node hosts)processBackground process managementbrowserChromium automation (navigate, click, type, screenshot)web_searchBrave Search API queriesweb_fetchURL → markdown extractionmemory_searchSemantic vector search over memorymemory_getDirect memory file readsmessageCross-channel messaging (send, react, thread, pin, poll)sessions_spawnSub-agent runs (one-shot or persistent, up to depth 5)canvasNode Canvas UI (HTML display on connected devices)nodesPaired device control: camera snap/clip, screen record, notifications, canvas A2UIpdfNative PDF analysis (up to 10 PDFs, Anthropic/Google native mode, extraction fallback)\n\nAccess control: Profiles (minimal, coding, messaging, full), allow/deny lists, tool groups (group:fs, group:runtime, group:sessions, group:web, group:ui, group:automation).\nDefault profile (since v2026.3.2): onboarding defaults to messaging (not coding).\n\nFor full tools, skills, and hooks reference, read references/tools.md."
      },
      {
        "title": "Hooks & Automation",
        "body": "Hooks — event-driven TypeScript handlers in <workspace>/hooks/:\n\nEventTriggercommand:new/reset/stopSession lifecycleagent:bootstrapPre-injection (can mutate bootstrap files)gateway:startupAfter channels loadmessage:received/sentMessage lifecycletool_result_persistSynchronous tool result transform\n\nAutomation — built into Gateway:\n\nCron: Scheduled jobs (cron expressions, intervals, one-shot). Isolated or main-session.\nWebhooks: /hooks/wake (system events), /hooks/agent (isolated turns), custom mapped endpoints.\nHeartbeat: Periodic check-ins (default 30min), batches multiple checks per turn.\n\nVoice — macOS/iOS wake word + talk mode overlay; continuous voice on Android with ElevenLabs or system TTS; OpenAI-compatible STT endpoint (messages.tts.openai.baseUrl)."
      },
      {
        "title": "Deployment Options",
        "body": "# Local service (default)\nopenclaw gateway install && openclaw gateway start\n\n# One-liner Docker\n./docker-setup.sh\n\n# Manual Docker\ndocker build -t openclaw:local -f Dockerfile .\ndocker compose up -d openclaw-gateway\n\nCloud: Fly.io, Railway, Render, GCP, Hetzner, Cloudflare Workers, Ansible.\nSandbox: Docker isolation for untrusted sessions. Modes: off, non-main, all. Scopes: session, agent, shared.\nRemote access: Tailscale/VPN preferred, SSH tunnel fallback.\n\nFor full deployment guide, read references/deployment.md."
      },
      {
        "title": "CLI Essentials",
        "body": "CommandPurposeopenclaw onboardInteractive first-time setupopenclaw gateway start/stop/statusService managementopenclaw channels add/list/status/loginChannel managementopenclaw models list/set/auth/scanModel config + authopenclaw skills list/info/checkSkill managementopenclaw hooks list/enable/disable/installHook managementopenclaw agent --message \"...\"Single agent turnopenclaw agents list/add/deleteMulti-agent managementopenclaw sessionsList/manage sessionsopenclaw browserBrowser control (50+ subcommands)openclaw cron list/add/runScheduled jobsopenclaw nodes statusList paired companion nodesopenclaw devices list/approveManage device pairing requestsopenclaw config get/set/unset/validateConfig helpers (validate checks file before startup)openclaw doctor [--fix]Health checks + auto-repairopenclaw security audit [--deep]Security auditopenclaw logs [--follow]Tail gateway logsopenclaw memory search \"query\"Vector searchopenclaw dns setupCoreDNS + Tailscale discoveryopenclaw tuiTerminal UI\n\nGlobal flags: --dev, --profile <name>, --json, --no-color"
      },
      {
        "title": "When to Read Reference Files",
        "body": "If you need…ReadFull openclaw.json, model providers, env vars, auth, OAuthreferences/configuration.mdPer-channel setup, routing, access control, streaming, multi-accountreferences/channels.mdMemory files, vector search, QMD, embeddings, hybrid searchreferences/memory.mdExec, browser, skills, hooks, tool access, sub-agents, nodesreferences/tools.mdDocker, cloud deploy, sandboxing, native install, securityreferences/deployment.mdMulti-agent config, bindings, broadcast, sub-agents, workspacesreferences/multi-agent.md"
      }
    ],
    "body": "OpenClaw Genie\n\nOpenClaw is a self-hosted personal AI agent gateway (MIT license, open source). It connects LLM agents to 22+ messaging platforms natively (WhatsApp, Telegram, Discord, Slack, Signal, iMessage, MS Teams, Matrix, and more) with 50+ integrations (Gmail, GitHub, Obsidian, Spotify, and more) through a single Gateway process. All data stays local.\n\nQuick Start\n# One-liner install (macOS/Linux, requires Node 22+)\ncurl -fsSL https://openclaw.ai/install.sh | bash\n\n# Or via npm\nnpm install -g openclaw@latest\n\n# Interactive setup — gateway, workspace, channels, skills\nopenclaw onboard --install-daemon\n\n# Verify\nopenclaw status\nopenclaw gateway status\n\n\nWeb Control UI: http://127.0.0.1:18789/\n\nCore Architecture\nChannels (WhatsApp, Discord, Telegram, Slack, Signal, …)\n        ↓\n    Gateway  ← WebSocket control plane (port 18789), single source of truth\n        ↓\n    Agents   ← isolated workspaces, sessions, memory, tools\n        ↓\n    Tools    ← exec, browser, skills, hooks, messaging, sub-agents\n        ↓\n    Nodes    ← companion devices (macOS/iOS/Android): camera, canvas, screen\n\nGateway: Multiplexed port (WebSocket + HTTP + Control UI). Hot-reloads config.\nAgents: Fully isolated — own workspace, session store, memory, auth profiles, sandbox.\nChannels: 22+ native adapters run simultaneously. Deterministic routing: replies return to origin.\nNodes: Paired companion devices that expose canvas.*, camera.*, screen.*, device.*, notifications.* via node.invoke.\nSessions: Key format agent:<agentId>:<channel>:<scope>:<chatId>. DM scopes: main, per-peer, per-channel-peer, per-account-channel-peer.\nAgent Configuration\n\nWorkspace files in ~/.openclaw/workspace/ (default agent) or ~/.openclaw/workspace-<agentId>/:\n\nFile\tPurpose\nSOUL.md\tAgent personality and system prompt\nIDENTITY.md\tName, emoji, avatar\nUSER.md\tUser profile information\nMEMORY.md\tCurated long-term memory\nmemory/YYYY-MM-DD.md\tDaily append-only session logs\nTOOLS.md\tTool usage guidance\nBOOTSTRAP.md\tOne-time init tasks (deleted after first run)\nHEARTBEAT.md\tPeriodic check-in instructions\n\nBootstrap injection: IDENTITY → SOUL → USER → MEMORY → daily log → skills → session. Limits: 20,000 chars/file, 150,000 chars total (configurable).\n\nMulti-agent config uses agents.list[] and bindings[] in openclaw.json (see references/multi-agent.md).\n\nConfiguration — openclaw.json\n\nLocation: ~/.openclaw/openclaw.json (JSON5 — comments and trailing commas OK).\n\n{\n  \"models\": {           // primary, fallbacks, aliases, image model\n    \"primary\": \"anthropic/claude-sonnet-4-5\",\n    \"fallbacks\": [\"openai/gpt-4o\"]\n  },\n  \"channels\": { },      // discord, telegram, whatsapp, slack, signal, …\n  \"agents\": { },        // list, defaults, bindings, broadcast, subagents\n  \"tools\": { },         // profiles, allow/deny, loop detection, exec config\n  \"skills\": { },        // entries, load dirs, install manager\n  \"browser\": { },       // profiles, SSRF policy, executable path\n  \"sandbox\": { },       // mode (off/non-main/all), scope, Docker hardening\n  \"gateway\": { },       // port, auth, discovery, binding\n  \"automation\": { },    // cron, webhooks, heartbeat\n  \"hooks\": { },         // internal hooks config\n  \"session\": { },       // dmScope, resets, sendPolicy, maintenance\n  \"auth\": { }           // OAuth profiles, key rotation, order\n}\n\nEnv vars: ~/.openclaw/.env, ${VAR} substitution in config strings.\n$include: Nested file inclusion (up to 10 levels).\nHot reload: hybrid mode (default) — safe changes hot-apply, critical ones auto-restart. Debounce 300ms.\nStrict validation: Unknown keys prevent Gateway startup.\n\nFor full reference, read references/configuration.md.\n\nChannels Quick Reference\nChannel\tSetup\tNotes\nDiscord\topenclaw channels add discord\tBot API + Gateway; servers, DMs, threads, slash commands, voice\nTelegram\topenclaw channels add telegram\tgrammY; groups, forums, inline buttons, webhook mode\nWhatsApp\topenclaw channels add whatsapp\tBaileys; QR pairing, media, polls\nSlack\topenclaw channels add slack\tBolt SDK; socket or HTTP mode, native streaming\nSignal\topenclaw channels add signal\tsignal-cli; privacy-focused, auto-daemon\niMessage\topenclaw channels add bluebubbles\tBlueBubbles; reactions, edits, groups\nGoogle Chat\topenclaw channels add googlechat\tHTTP webhook app\nIRC\topenclaw channels add irc\tNickServ, channels + DMs\nMS Teams\topenclaw plugins install @openclaw/msteams\tAdaptive Cards, polls\nMatrix\topenclaw plugins install @openclaw/matrix\tE2EE, threads, rooms\nMattermost\topenclaw plugins install @openclaw/mattermost\tSelf-hosted\nNextcloud Talk\topenclaw plugins install @openclaw/nextcloud-talk\tSelf-hosted\nWebChat\tBuilt-in web UI\tBrowser-based access at gateway URL\n\nAccess control: DM policy (pairing/allowlist/open/disabled), group policy, mention gating. Multi-account per channel supported.\n\nFor per-channel details, read references/channels.md.\n\nMemory System\nDaily logs: memory/YYYY-MM-DD.md — today + yesterday loaded at session start\nLong-term: MEMORY.md — curated facts, decisions, preferences (private sessions only)\nTools: memory_search (vector recall, ~400-token chunks) and memory_get (file reads)\nHybrid search: BM25 (exact tokens) + vector (semantic) with configurable weights\nPost-processing: MMR deduplication (lambda 0.7) + temporal decay (30-day half-life)\nProviders: auto-selects local → OpenAI → Gemini → Voyage → Mistral\nQMD backend: Optional local-first sidecar (BM25 + vectors + reranking)\nAuto flush: Silent agentic turn before context compaction preserves important memories\n\nFor full memory config, read references/memory.md.\n\nTools Overview\nTool\tPurpose\nexec\tShell commands (sandbox/gateway/node hosts)\nprocess\tBackground process management\nbrowser\tChromium automation (navigate, click, type, screenshot)\nweb_search\tBrave Search API queries\nweb_fetch\tURL → markdown extraction\nmemory_search\tSemantic vector search over memory\nmemory_get\tDirect memory file reads\nmessage\tCross-channel messaging (send, react, thread, pin, poll)\nsessions_spawn\tSub-agent runs (one-shot or persistent, up to depth 5)\ncanvas\tNode Canvas UI (HTML display on connected devices)\nnodes\tPaired device control: camera snap/clip, screen record, notifications, canvas A2UI\npdf\tNative PDF analysis (up to 10 PDFs, Anthropic/Google native mode, extraction fallback)\n\nAccess control: Profiles (minimal, coding, messaging, full), allow/deny lists, tool groups (group:fs, group:runtime, group:sessions, group:web, group:ui, group:automation). Default profile (since v2026.3.2): onboarding defaults to messaging (not coding).\n\nFor full tools, skills, and hooks reference, read references/tools.md.\n\nHooks & Automation\n\nHooks — event-driven TypeScript handlers in <workspace>/hooks/:\n\nEvent\tTrigger\ncommand:new/reset/stop\tSession lifecycle\nagent:bootstrap\tPre-injection (can mutate bootstrap files)\ngateway:startup\tAfter channels load\nmessage:received/sent\tMessage lifecycle\ntool_result_persist\tSynchronous tool result transform\n\nAutomation — built into Gateway:\n\nCron: Scheduled jobs (cron expressions, intervals, one-shot). Isolated or main-session.\nWebhooks: /hooks/wake (system events), /hooks/agent (isolated turns), custom mapped endpoints.\nHeartbeat: Periodic check-ins (default 30min), batches multiple checks per turn.\n\nVoice — macOS/iOS wake word + talk mode overlay; continuous voice on Android with ElevenLabs or system TTS; OpenAI-compatible STT endpoint (messages.tts.openai.baseUrl).\n\nDeployment Options\n# Local service (default)\nopenclaw gateway install && openclaw gateway start\n\n# One-liner Docker\n./docker-setup.sh\n\n# Manual Docker\ndocker build -t openclaw:local -f Dockerfile .\ndocker compose up -d openclaw-gateway\n\n\nCloud: Fly.io, Railway, Render, GCP, Hetzner, Cloudflare Workers, Ansible. Sandbox: Docker isolation for untrusted sessions. Modes: off, non-main, all. Scopes: session, agent, shared. Remote access: Tailscale/VPN preferred, SSH tunnel fallback.\n\nFor full deployment guide, read references/deployment.md.\n\nCLI Essentials\nCommand\tPurpose\nopenclaw onboard\tInteractive first-time setup\nopenclaw gateway start/stop/status\tService management\nopenclaw channels add/list/status/login\tChannel management\nopenclaw models list/set/auth/scan\tModel config + auth\nopenclaw skills list/info/check\tSkill management\nopenclaw hooks list/enable/disable/install\tHook management\nopenclaw agent --message \"...\"\tSingle agent turn\nopenclaw agents list/add/delete\tMulti-agent management\nopenclaw sessions\tList/manage sessions\nopenclaw browser\tBrowser control (50+ subcommands)\nopenclaw cron list/add/run\tScheduled jobs\nopenclaw nodes status\tList paired companion nodes\nopenclaw devices list/approve\tManage device pairing requests\nopenclaw config get/set/unset/validate\tConfig helpers (validate checks file before startup)\nopenclaw doctor [--fix]\tHealth checks + auto-repair\nopenclaw security audit [--deep]\tSecurity audit\nopenclaw logs [--follow]\tTail gateway logs\nopenclaw memory search \"query\"\tVector search\nopenclaw dns setup\tCoreDNS + Tailscale discovery\nopenclaw tui\tTerminal UI\n\nGlobal flags: --dev, --profile <name>, --json, --no-color\n\nWhen to Read Reference Files\nIf you need…\tRead\nFull openclaw.json, model providers, env vars, auth, OAuth\treferences/configuration.md\nPer-channel setup, routing, access control, streaming, multi-account\treferences/channels.md\nMemory files, vector search, QMD, embeddings, hybrid search\treferences/memory.md\nExec, browser, skills, hooks, tool access, sub-agents, nodes\treferences/tools.md\nDocker, cloud deploy, sandboxing, native install, security\treferences/deployment.md\nMulti-agent config, bindings, broadcast, sub-agents, workspaces\treferences/multi-agent.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/fcsouza/openclaw-genie",
    "publisherUrl": "https://clawhub.ai/fcsouza/openclaw-genie",
    "owner": "fcsouza",
    "version": "1.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-genie",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-genie",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-genie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-genie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-genie/agent.md"
  }
}