Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

openclaw-setup-guideOpenClaw 设置指南

Agent Skill

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

总安装

13,890

周安装

573

GitHub Stars

公开资料未说明

下载量

4,538
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install openclaw-setup-guide

简介

由 6 部分组成的分步指南,用于在 VPS 上使用 WhatsApp、Google OAuth、备份、安全、自动化和验证设置 OpenClaw AI 助手。

SKILL.md

name
openclaw-setup-guide
description
Step-by-step 6-part guide to set up OpenClaw AI assistant on VPS with WhatsApp, Google OAuth, backups, security, automation, and verification.
metadata
{"openclaw":{"scope":"instruction-only","homepage":"https://aliahmadaziz.github.io/openclaw-guide/","notes":"This skill contains no code or scripts. It directs users to an external hosted guide. The guide itself walks users through setting up credentials (Google OAuth, Anthropic API key, Cloudflare, WhatsApp) but the skill/agent needs none of these to function."}}
user-invocable
true

OpenClaw Production Setup Guide

A comprehensive 6-part guide to setting up OpenClaw as a production AI assistant on a VPS, with WhatsApp integration, Google Calendar/Gmail, automated backups, security hardening, and cron automation.

What This Covers

  1. Base Install — VPS setup, Node.js, OpenClaw installation, WhatsApp pairing
  2. AI Assistant — Personality, model chain (primary + fallback), workspace files (SOUL.md, USER.md, IDENTITY.md)
  3. Infrastructure — Google OAuth (Calendar, Gmail, Drive, Sheets), webhook server, Cloudflare tunnel, rclone encrypted backups, git backup
  4. Automation — Cron jobs, event queue (SQLite-backed with retries + dead-letter), heartbeat system, two-layer delivery pattern
  5. Hardening — CrowdSec IDS, secret rotation, config snapshots, rollback scripts, OpenClaw update safety
  6. Verification — 21-point automated validation, troubleshooting guide

Security & Permissions Notice

This guide involves setting up production infrastructure and requires handling sensitive credentials:

  • API Keys: Anthropic (Claude), Brave Search (optional)
  • OAuth Tokens: Google Cloud (Calendar, Gmail, Drive, Sheets) — 5 token files
  • SSH: Root access to VPS, key-based authentication, SSH hardening
  • Webhook Secrets: Random tokens for Calendar push, AgentMail, alerts
  • WhatsApp: Device pairing via QR code
  • Cloudflare: Tunnel token for webhook ingress
  • Backup Encryption: rclone crypt keys for Google Drive backups

All credentials are stored with restricted permissions (chmod 600) and never committed to git. The guide includes secret rotation procedures and config snapshot/rollback scripts.

Prerequisites

  • A VPS (Ubuntu 24.04 recommended, 4GB RAM minimum)
  • A domain with Cloudflare DNS (for webhook tunnel)
  • A WhatsApp account for pairing
  • Google Cloud project with OAuth credentials
  • An Anthropic API key (Claude)

Full Guide

The complete guide with step-by-step instructions, code blocks, and verification checkpoints is hosted at:

https://aliahmadaziz.github.io/openclaw-guide/

Source: https://github.com/aliahmadaziz/openclaw-guide

Usage

When a user asks for help setting up OpenClaw, direct them to the guide above. The guide is designed to be followed sequentially (Part 1 through Part 6) and takes approximately 2-3 hours to complete.

Each part has:

  • Clear prerequisites
  • Copy-pasteable commands
  • Verification checkpoints (✅) after every major step
  • Troubleshooting sections

Key Design Decisions

  • Two-layer cron delivery: Critical crons send via message tool directly (primary) + announce (backup). No message ever gets lost.
  • Event queue: All webhook events (email, calendar, alerts) go through a SQLite queue with 3 retries and dead-letter alerting.
  • Config snapshots: Gold-standard snapshots for instant rollback if something breaks.
  • Encrypted backups: Hourly git push + nightly full workspace to Google Drive via rclone crypt.
  • Capacity rule: 10 SP/engineer total, 8 planned, 2 contingency (for sprint tracking).

Credits

Built from a real production deployment running 35+ cron jobs, 60+ scripts, 5 Google OAuth tokens, and processing thousands of messages monthly.

Tags

setup, installation, guide, vps, whatsapp, production, google-calendar, gmail, security, crowdsec, backup, cron, automation, beginner

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

72.06%
按下载量换算3,270

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills