A lightweight, secure, one-click installer for the OpenClaw ecosystem that bypasses the need for Docker.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-direct
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-direct using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
openclaw-direct simplifies the deployment of your AI agent environment by providing a native installation path across all major operating systems. As part of the broader Openclaw Skills collection, this tool automates the configuration of Node.js dependencies, the installation of the core gateway, and the integration of essential skills like pc-assistant and event-monitor without the overhead of containerization.
This streamlined approach ensures that developers and power users can get their local AI infrastructure up and running in seconds. It focuses heavily on security hardening by enforcing localhost-only binding and preventing execution with elevated privileges, making it a safe choice for local development. By leveraging this entry point into the Openclaw Skills framework, you gain immediate access to a robust gateway for LLM interactions.
First, ensure Node.js (LTS) is installed on your machine.
Windows:
# Run the batch or PowerShell script
./setup.bat
# Or
./setup.ps1
Linux / macOS:
bash setup.sh
Follow the prompts to configure your LLM Base URL (e.g., http://localhost:11434/v1 for Ollama) and your preferred model. To manage your installation later, you can use the Openclaw Skills management commands provided by the CLI.
The installation organizes its assets within a hidden directory in the user's profile to maintain a clean workspace for all Openclaw Skills.
| Component | Location | Description |
|---|---|---|
| Configuration | ~/.openclaw/openclaw.json |
Stores LLM endpoints, ports, and security tokens. |
| Workspace | ~/.openclaw/workspace |
Persistent directory for skill data and agent outputs. |
| Binary | npm install -g openclaw |
The global executable for managing the gateway. |
| CLI Tool | npm install -g clawhub |
The primary interface for interacting with Openclaw Skills. |
Loading
An automated scraper and analyzer for extracting positive market catalysts from official CNINFO A-share disclosures.

An automated engine for extracting actionable stock market catalysts and real-time news from Cailian Press (CLS).

A layout-aware AI agent that translates PowerPoint files using a render-and-verify loop to ensure zero text overflow.

A specialized tool for managing DevRev issues, tickets, and parts directly through an AI-driven interface.

An operational framework for AI agents that prioritizes direct function and authentic pattern recognition over corporate image management.

An advanced security auditing tool designed to detect malicious behaviors and obfuscated code within AI agent skills.








































