← Back to Skills Marketplace
263
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-direct
Description
One-click OpenClaw installer with security hardening. No Docker required - runs directly on Windows, macOS, and Linux.
Usage Guidance
This installer is coherent with its stated purpose, but it performs multiple network installs and executes downloaded code: (1) it runs a remote install script from ollama.com via curl | sh, (2) runs npm -g installs, and (3) pulls models and GitHub skills (clawhub install). These actions can pull arbitrary code onto your machine. Before running it, consider: - Review the remote install scripts and the npm/GitHub packages being installed (openclaw, clawhub, ningtoba/pc-assistant, event-monitor, and the named model). - Prefer running in an isolated environment (VM or disposable machine) or inspect the scripts line-by-line. - Be cautious about giving sudo for firewall changes; the script may prompt for sudo when modifying system firewall. - If you rely on sensitive local data or secrets, do not run unverified installers on your main workstation. - If you decide to proceed, keep backups and monitor network/activity during the first run. If you want, I can list the exact network calls and packages the scripts will fetch and explain what to look for on those upstream endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-direct
Version: 1.0.0
The bundle is a legitimate installer for the OpenClaw platform, incorporating several security-hardening features such as localhost-only binding (127.0.0.1), root-user detection to prevent execution with elevated privileges, and the explicit disabling of sensitive commands like 'exec' and screen recording in the generated configuration (create-config.js). While the setup script (setup.sh) utilizes global npm installations and the official Ollama installer, these actions are consistent with the stated purpose of a system-wide tool setup and show no signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the provided artifacts: scripts create a local OpenClaw config, install openclaw/clawhub packages, install models/skills, and start local services. Nothing obvious is requested that is unrelated to an installer.
Instruction Scope
SKILL.md directs the user to run platform install scripts which: install Ollama via a remote install script, pull models from Ollama, install npm packages globally, and run clawhub to install GitHub skills. The instructions do not read unrelated secrets or exfiltrate data, but they grant broad discretion to fetch and execute third‑party code.
Install Mechanism
There is no formal install spec, but setup.sh pipes a remote script from https://ollama.com/install.sh into sh and runs npm -g installs and clawhub installs. These are legitimate for an installer but are high‑risk operations because they execute code fetched from the network (remote install script, model pulls, and GitHub skill installs).
Credentials
The skill does not declare or require credentials or config paths beyond writing to ~/.openclaw. create-config.js generates a local token and writes config to the user's home directory. No unrelated environment variables or secrets are requested.
Persistence & Privilege
The installer installs global npm packages, starts background services (ollama, OpenClaw gateway), and may add firewall rules (via sudo). It does not request 'always: true' or modify other skills' configs, but it does increase system presence and can install components that run persistently.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-direct - After installation, invoke the skill by name or use
/openclaw-direct - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
One-click installer with security hardening, auto-installs pc-assistant and event-monitor skills
Metadata
Frequently Asked Questions
What is OpenClaw Direct Setup?
One-click OpenClaw installer with security hardening. No Docker required - runs directly on Windows, macOS, and Linux. It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.
How do I install OpenClaw Direct Setup?
Run "/install openclaw-direct" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Direct Setup free?
Yes, OpenClaw Direct Setup is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenClaw Direct Setup support?
OpenClaw Direct Setup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Direct Setup?
It is built and maintained by Ning (@ningtoba); the current version is v1.0.0.
More Skills