Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

openclaw-genieOpenClaw genie 搜索

Agent Skill

openclaw-genie 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,136

周安装

516

GitHub Stars

2

下载量

4,252
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-genie(OpenClaw genie 搜索)
来源仓库:https://github.com/fcsouza/openclaw-genie
安装命令:
openclaw skills install openclaw-genie
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-genie

简介

OpenClaw 通用助手,解答关于安装、配置、技能集成与部署相关的各类问题。

  • 适合新手入门或中级用户排错,提供通道管理、OAuth 设置与 Docker 部署指导。
  • 当用户询问代理架构或工具链时使用,返回简明步骤与官方链接参考。
  • 答案基于公开文档,不涉及私有配置,复杂问题建议结合日志与社区讨论深化。
  • 不替代实际操作,关键变更前请备份数据,部分命令需根据环境调整参数。

SKILL.md

name
openclaw-genie
version
1.2.0
description
>-

OpenClaw Genie

OpenClaw 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.


Quick Start

# One-liner install (macOS/Linux, requires Node 22+)
curl -fsSL https://openclaw.ai/install.sh | bash

# Or via npm
npm install -g openclaw@latest

# Interactive setup — gateway, workspace, channels, skills
openclaw onboard --install-daemon

# Verify
openclaw status
openclaw gateway status

Web Control UI: http://127.0.0.1:18789/


Core Architecture

Channels (WhatsApp, Discord, Telegram, Slack, Signal, …)
        ↓
    Gateway  ← WebSocket control plane (port 18789), single source of truth
        ↓
    Agents   ← isolated workspaces, sessions, memory, tools
        ↓
    Tools    ← exec, browser, skills, hooks, messaging, sub-agents
        ↓
    Nodes    ← companion devices (macOS/iOS/Android): camera, canvas, screen
  • Gateway: Multiplexed port (WebSocket + HTTP + Control UI). Hot-reloads config.
  • Agents: Fully isolated — own workspace, session store, memory, auth profiles, sandbox.
  • Channels: 22+ native adapters run simultaneously. Deterministic routing: replies return to origin.
  • Nodes: Paired companion devices that expose canvas.*, camera.*, screen.*, device.*, notifications.* via node.invoke.
  • Sessions: Key format agent:<agentId>:<channel>:<scope>:<chatId>. DM scopes: main, per-peer, per-channel-peer, per-account-channel-peer.

Agent Configuration

Workspace files in ~/.openclaw/workspace/ (default agent) or ~/.openclaw/workspace-<agentId>/:

FilePurpose
SOUL.mdAgent personality and system prompt
IDENTITY.mdName, emoji, avatar
USER.mdUser profile information
MEMORY.mdCurated long-term memory
memory/YYYY-MM-DD.mdDaily append-only session logs
TOOLS.mdTool usage guidance
BOOTSTRAP.mdOne-time init tasks (deleted after first run)
HEARTBEAT.mdPeriodic check-in instructions

Bootstrap injection: IDENTITY → SOUL → USER → MEMORY → daily log → skills → session. Limits: 20,000 chars/file, 150,000 chars total (configurable).

Multi-agent config uses agents.list[] and bindings[] in openclaw.json (see references/multi-agent.md).


Configuration — openclaw.json

Location: ~/.openclaw/openclaw.json (JSON5 — comments and trailing commas OK).

{
  "models": {           // primary, fallbacks, aliases, image model
    "primary": "anthropic/claude-sonnet-4-5",
    "fallbacks": ["openai/gpt-4o"]
  },
  "channels": { },      // discord, telegram, whatsapp, slack, signal, …
  "agents": { },        // list, defaults, bindings, broadcast, subagents
  "tools": { },         // profiles, allow/deny, loop detection, exec config
  "skills": { },        // entries, load dirs, install manager
  "browser": { },       // profiles, SSRF policy, executable path
  "sandbox": { },       // mode (off/non-main/all), scope, Docker hardening
  "gateway": { },       // port, auth, discovery, binding
  "automation": { },    // cron, webhooks, heartbeat
  "hooks": { },         // internal hooks config
  "session": { },       // dmScope, resets, sendPolicy, maintenance
  "auth": { }           // OAuth profiles, key rotation, order
}
  • Env vars: ~/.openclaw/.env, ${VAR} substitution in config strings.
  • $include: Nested file inclusion (up to 10 levels).
  • Hot reload: hybrid mode (default) — safe changes hot-apply, critical ones auto-restart. Debounce 300ms.
  • Strict validation: Unknown keys prevent Gateway startup.

For full reference, read references/configuration.md.


Channels Quick Reference

ChannelSetupNotes
Discordopenclaw channels add discordBot API + Gateway; servers, DMs, threads, slash commands, voice
Telegramopenclaw channels add telegramgrammY; groups, forums, inline buttons, webhook mode
WhatsAppopenclaw channels add whatsappBaileys; QR pairing, media, polls
Slackopenclaw channels add slackBolt SDK; socket or HTTP mode, native streaming
Signalopenclaw channels add signalsignal-cli; privacy-focused, auto-daemon
iMessageopenclaw channels add bluebubblesBlueBubbles; reactions, edits, groups
Google Chatopenclaw channels add googlechatHTTP webhook app
IRCopenclaw channels add ircNickServ, channels + DMs
MS Teamsopenclaw plugins install @openclaw/msteamsAdaptive Cards, polls
Matrixopenclaw plugins install @openclaw/matrixE2EE, threads, rooms
Mattermostopenclaw plugins install @openclaw/mattermostSelf-hosted
Nextcloud Talkopenclaw plugins install @openclaw/nextcloud-talkSelf-hosted
WebChatBuilt-in web UIBrowser-based access at gateway URL

Access control: DM policy (pairing/allowlist/open/disabled), group policy, mention gating. Multi-account per channel supported.

For per-channel details, read references/channels.md.


Memory System

  • Daily logs: memory/YYYY-MM-DD.md — today + yesterday loaded at session start
  • Long-term: MEMORY.md — curated facts, decisions, preferences (private sessions only)
  • Tools: memory_search (vector recall, ~400-token chunks) and memory_get (file reads)
  • Hybrid search: BM25 (exact tokens) + vector (semantic) with configurable weights
  • Post-processing: MMR deduplication (lambda 0.7) + temporal decay (30-day half-life)
  • Providers: auto-selects local → OpenAI → Gemini → Voyage → Mistral
  • QMD backend: Optional local-first sidecar (BM25 + vectors + reranking)
  • Auto flush: Silent agentic turn before context compaction preserves important memories

For full memory config, read references/memory.md.


Tools Overview

ToolPurpose
execShell commands (sandbox/gateway/node hosts)
processBackground process management
browserChromium automation (navigate, click, type, screenshot)
web_searchBrave Search API queries
web_fetchURL → markdown extraction
memory_searchSemantic vector search over memory
memory_getDirect memory file reads
messageCross-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 A2UI
pdfNative PDF analysis (up to 10 PDFs, Anthropic/Google native mode, extraction fallback)

Access 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).

For full tools, skills, and hooks reference, read references/tools.md.


Hooks & Automation

Hooks — event-driven TypeScript handlers in <workspace>/hooks/:

EventTrigger
command:new/reset/stopSession lifecycle
agent:bootstrapPre-injection (can mutate bootstrap files)
gateway:startupAfter channels load
message:received/sentMessage lifecycle
tool_result_persistSynchronous tool result transform

Automation — built into Gateway:

  • Cron: Scheduled jobs (cron expressions, intervals, one-shot). Isolated or main-session.
  • Webhooks: /hooks/wake (system events), /hooks/agent (isolated turns), custom mapped endpoints.
  • Heartbeat: Periodic check-ins (default 30min), batches multiple checks per turn.

Voice — macOS/iOS wake word + talk mode overlay; continuous voice on Android with ElevenLabs or system TTS; OpenAI-compatible STT endpoint (messages.tts.openai.baseUrl).


Deployment Options

# Local service (default)
openclaw gateway install && openclaw gateway start

# One-liner Docker
./docker-setup.sh

# Manual Docker
docker build -t openclaw:local -f Dockerfile .
docker compose up -d openclaw-gateway

Cloud: 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.

For full deployment guide, read references/deployment.md.


CLI Essentials

CommandPurpose
openclaw onboardInteractive first-time setup
openclaw gateway start/stop/statusService management
openclaw channels add/list/status/loginChannel management
openclaw models list/set/auth/scanModel config + auth
openclaw skills list/info/checkSkill management
openclaw hooks list/enable/disable/installHook management
openclaw agent --message "..."Single agent turn
openclaw agents list/add/deleteMulti-agent management
openclaw sessionsList/manage sessions
openclaw browserBrowser control (50+ subcommands)
openclaw cron list/add/runScheduled jobs
openclaw nodes statusList paired companion nodes
openclaw devices list/approveManage device pairing requests
openclaw config get/set/unset/validateConfig helpers (validate checks file before startup)
openclaw doctor [--fix]Health checks + auto-repair
openclaw security audit [--deep]Security audit
openclaw logs [--follow]Tail gateway logs
openclaw memory search "query"Vector search
openclaw dns setupCoreDNS + Tailscale discovery
openclaw tuiTerminal UI

Global flags: --dev, --profile <name>, --json, --no-color


When to Read Reference Files

If you need…Read
Full openclaw.json, model providers, env vars, auth, OAuthreferences/configuration.md
Per-channel setup, routing, access control, streaming, multi-accountreferences/channels.md
Memory files, vector search, QMD, embeddings, hybrid searchreferences/memory.md
Exec, browser, skills, hooks, tool access, sub-agents, nodesreferences/tools.md
Docker, cloud deploy, sandboxing, native install, securityreferences/deployment.md
Multi-agent config, bindings, broadcast, sub-agents, workspacesreferences/multi-agent.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.08%
按下载量换算2,980

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills