TopRank Skills

Home / Claw Skills / Browser automation / Openclaw Anything
Official OpenClaw rules 36%

Openclaw Anything

 name: openclaw description: OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Openclaw Anything 技能。 若已安装,则直接安装 Openclaw Anything 技能。

Overview

Skill Key
doanbactam/openclaw-anything
Author
doanbactam
Source Repo
openclaw/skills
Version
-
Source Path
skills/doanbactam/openclaw-anything
Latest Commit SHA
b5121289a3d4ad3450e6816bc3c01236d25b3178

Extracted Content

SKILL.md excerpt

---
name: openclaw
description: OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
---

# OpenClaw Skill

CLI wrapper + docs companion. Does NOT contain OpenClaw runtime source.
Wraps `openclaw` CLI and provides local reference docs aligned to `https://docs.openclaw.ai`.

## Prerequisites
- `openclaw` CLI in `PATH` (required)
- Node.js (install/update flows), Playwright deps (browser), Tailscale (remote nodes) — optional

## Quick Reference

| Need | File |
|------|------|
| Find a command | `references/cli-full.md` → search by keyword |
| Security rules | `references/security-policy.md` |
| Config syntax | `references/config-schema.md` |
| Deploy/update | `references/deployment.md` |
| Platform notes | `references/nodes-platforms.md` |
| Doc links | `references/hubs.md` |

## Global Flags
`--dev` `--profile <name>` `--no-color` `--json` `-V`

## Security Model
Default: least privilege. High-risk ops require explicit per-action approval.

### Low-risk (default)
Status, list, health, doctor, logs, config read, docs search, memory search.

### High-risk (require `OPENCLAW_WRAPPER_ALLOW_RISKY=1`)
Shell exec · nodes invoke/run/camera/screen/location · browser automation · cron mutate · plugin/hook install · device pairing · secrets apply · sandbox recreate · webhooks · dns setup.

Wrapper: `bash scripts/openclaw.sh <command> [args]`
Granular gating: plugin gates only install/enable, secrets gates only apply, sandbox gates only recreate.

## Wrapper Command Routes
```
LOW-RISK (pass-through):
  install setup doctor status reset version tui dashboard
  update uninstall health logs configure completion config docs qr
  channel model agent agents message sessions memory skills
  security approvals system directory acp gateway service

HIGH-RISK (OPENCLAW_WRAPPER_ALLOW_RISKY=1):
  cron browser webhooks dns nodes node devices pairing prose
  plugin (install|enable only)
  hooks (install|enable only)
  secrets (apply only)...

Related Claw Skills