← 返回 Skills 市场
ynxiyan

Openclaw Production Deploy

作者 兮颜 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-production-deploy
功能描述
提供OpenClaw聊天界面本地部署和生产环境配置方案,包括服务注册、开机自启、性能优化、监控和故障恢复。
安全使用建议
This package looks like a real OpenClaw deployer, but there are important inconsistencies and things to check before running it: - Missing files: SKILL.md and docs reference many scripts (step2-install.js, step3-configure.js, monitoring and backup scripts) that are not included in the published manifest. Do not assume the 'one‑click' deployment will work — inspect the repository or contact the author to obtain the missing scripts. - Required tools: The scripts require Node.js (>=22), npm (>=10), git and the OpenClaw CLI; the registry metadata does not declare these. Ensure you have the correct versions installed. - Network installs: deploy.js will run npm install -g, npx, and git clone. These perform network downloads and will install code globally. If you accept, prefer to inspect the exact commands and versions, run in a controlled environment (VM/container), and avoid running as root unless necessary. - Backup and review: Back up any existing ~/.openclaw configuration before running. Inspect deploy.js and any other scripts you will run for unexpected network POSTs, external endpoints, or code that sends data off-host. - Principle of least privilege: Run initial checks first (step1-environment.js) in a non-privileged session. Only grant admin/root when you understand the service-install steps and trust the source. - Verify origin: The skill lists no homepage and source is unknown. Prefer installing from an official OpenClaw repository or a publisher you can verify. Ask the publisher for the full source tree, checksums, or a link to the canonical repo before using in production. If you want, I can: 1) diff the SKILL.md's referenced file list against the manifest and produce a precise 'missing files' list, 2) scan the two included scripts for suspicious patterns (network exfil, obfuscation), or 3) draft safe commands to run in a sandbox to validate behavior.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill claims to provide a full production deployment for OpenClaw (service registration, autostart, monitoring). That purpose is consistent with the included deploy and environment-check scripts. However the registry metadata lists no required binaries/configs while the docs and scripts clearly require Node.js (22+), npm, git, and the OpenClaw CLI. Several files referenced throughout SKILL.md (step2-install.js, step3-configure.js, monitoring/..., backup/...) are listed in the docs but are not present in the published file manifest. This mismatch between claimed functionality and shipped files is a meaningful inconsistency.
Instruction Scope
SKILL.md and deploy.js instruct the agent/user to run command-line installers, create system services, write production config files (~/.openclaw/production-config.yaml), generate tokens, and perform network operations (npm install, git clone). The included step1-environment.js performs filesystem writes and network checks. These actions are within scope for a deployer, but the instructions also reference many additional scripts that are missing — so following the provided 'one-click' flow may attempt commands that don't exist. The scripts read and write user home configuration and create system services, which require elevated privileges; nothing in metadata warns about missing scripts or external network installs beyond normal docs.
Install Mechanism
The skill is instruction-only (no install spec in registry), but the deploy script runs network install commands (npm install -g openclaw, registry switch to https://registry.npmmirror.com, npx, git clone from GitHub). Using npm/GitHub is expected for installing OpenClaw but the deploy script performs global installs and repository clones without integrity checks (no checksums or pinned versions). That is moderate risk but coherent with a deployer; the absence of required-binaries metadata and missing referenced scripts increases concern.
Credentials
The skill declares no required environment variables or credentials, which matches that it does not exfiltrate secrets. However it requires elevated privileges for service registration and will create files under the user's home and system service locations. It also generates and writes an auth token into a local config file. The lack of declared requirements (Node/npm/git/OpenClaw CLI) in registry metadata is a proportionality mismatch and should be corrected by the publisher.
Persistence & Privilege
The skill does not request 'always: true' nor does it modify other skills. It instructs creating system services and configuring autostart (expected for a deploy tool) which requires administrative rights on the host. That behavior is within scope for a deployment skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-production-deploy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-production-deploy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw生产环境部署技能 1.0.0 - 初始版本发布,提供OpenClaw聊天界面的本地及生产环境一键部署方案。 - 支持系统服务注册、开机自启、性能优化、服务监控及自动故障恢复。 - 内置完整的备份与恢复机制,含详细的部署与故障排除文档。 - 适配Windows、Linux和macOS,支持系统资源与安全性优化。 - 包含环境检测、分步部署脚本和常用生产配置模板。
元数据
Slug openclaw-production-deploy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Production Deploy 是什么?

提供OpenClaw聊天界面本地部署和生产环境配置方案,包括服务注册、开机自启、性能优化、监控和故障恢复。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 Openclaw Production Deploy?

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

Openclaw Production Deploy 是免费的吗?

是的,Openclaw Production Deploy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw Production Deploy 支持哪些平台?

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

谁开发了 Openclaw Production Deploy?

由 兮颜(@ynxiyan)开发并维护,当前版本 v1.0.0。

💬 留言讨论