← 返回 Skills 市场
ningtoba

OpenClaw Direct Setup

作者 Ning · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
263
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-direct
功能描述
One-click OpenClaw installer with security hardening. No Docker required - runs directly on Windows, macOS, and Linux.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-direct
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-direct 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
One-click installer with security hardening, auto-installs pc-assistant and event-monitor skills
元数据
Slug openclaw-direct
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Direct Setup 是什么?

One-click OpenClaw installer with security hardening. No Docker required - runs directly on Windows, macOS, and Linux. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。

如何安装 OpenClaw Direct Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-direct」即可一键安装,无需额外配置。

OpenClaw Direct Setup 是免费的吗?

是的,OpenClaw Direct Setup 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Direct Setup 支持哪些平台?

OpenClaw Direct Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Direct Setup?

由 Ning(@ningtoba)开发并维护,当前版本 v1.0.0。

💬 留言讨论