← 返回 Skills 市场
kime541200

openclaw-server-secure-skill

作者 kime541200 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
3224
总下载
1
收藏
18
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-server-secure-skill
功能描述
Comprehensive security hardening and installation guide for OpenClaw (formerly Clawdbot/Moltbot). Use this skill when the user wants to secure a server, install the OpenClaw agent, or configure Tailscale/Firewall for the agent.
安全使用建议
This guide appears to do what it says, but it instructs you to run high‑privilege commands and to pipe a remote install script into sh and to run a global npm install. Before following it: (1) ensure you have console or out-of-band access so you cannot be locked out; (2) fetch and inspect any remote installer (do not blindly run curl | sh); prefer distro packages or verify checksums/signatures; (3) verify the npm package name and source (openclaw) and consider installing into a controlled environment first; (4) backup configuration and test firewall/SSH rules incrementally (add SSH allow rule before enabling default-deny); (5) run these steps on a non-production instance first or follow an established change-control process. If you want, I can rewrite the instructions to include verification steps, safe rollback commands, and least-risk installation alternatives (e.g., installing Tailscale from your distro repo or downloading and verifying release artifacts).
功能分析
Type: OpenClaw Skill Name: openclaw-server-secure-skill Version: 1.0.0 The skill is designed for server hardening and OpenClaw installation, with most commands being benign security configurations. However, it uses a high-risk `curl -fsSL https://tailscale.com/install.sh | sh` command in `SKILL.md` to install Tailscale. While Tailscale is a legitimate service and the action aligns with the stated purpose, executing remote scripts directly via `curl | sh` is a significant security risk due to the potential for arbitrary code execution if the remote source were compromised or the URL tampered with, classifying it as suspicious rather than benign.
能力评估
Purpose & Capability
Name/description (server hardening, Tailscale, OpenClaw install) match the actions in SKILL.md: editing sshd_config, enabling UFW/Fail2ban, installing Tailscale and OpenClaw, and locking down credentials. No unrelated credentials or unexplained capabilities are requested.
Instruction Scope
The instructions perform system-wide, high-privilege changes (modify /etc/ssh/sshd_config, enable UFW, install packages, change sysctl). They acknowledge risks (note about console access) but do not require or describe safe verification steps (e.g., test changes before enabling UFW, dry-run, or backup verification beyond a single sshd_config copy). They also instruct to run a remote installer script and global npm install which are out-of-band network actions that may introduce unverified code.
Install Mechanism
There is no formal install spec (skill is instruction-only). The Tailscale install is suggested via curl -fsSL https://tailscale.com/install.sh | sh (piping remote shell script) and OpenClaw via npm install -g openclaw. Piping a remote script to sh and performing global npm installs are common but elevate supply-chain risk; the SKILL.md does not advise verifying checksums, signatures, or package provenance.
Credentials
The skill requests no environment variables or external credentials. It asks interactively for a Telegram ID to configure allowlist, which is proportionate to the claimed goal. There are no unexplained credential or config path accesses declared.
Persistence & Privilege
The skill is instruction-only, always:false, user-invocable, and does not request persistent elevated platform privileges or modify other skills. Autonomous invocation remains allowed by platform default but the skill itself does not declare forced persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-server-secure-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-server-secure-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-server-secure-skill. - Provides a step-by-step guide for securing and installing OpenClaw, including SSH and firewall hardening, brute-force protection, and VPN configuration with Tailscale. - Covers OpenClaw agent installation and secure configuration. - Includes instructions for owner access setup and running a security audit.
元数据
Slug openclaw-server-secure-skill
版本 1.0.0
许可证
累计安装 21
当前安装数 18
历史版本数 1
常见问题

openclaw-server-secure-skill 是什么?

Comprehensive security hardening and installation guide for OpenClaw (formerly Clawdbot/Moltbot). Use this skill when the user wants to secure a server, install the OpenClaw agent, or configure Tailscale/Firewall for the agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3224 次。

如何安装 openclaw-server-secure-skill?

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

openclaw-server-secure-skill 是免费的吗?

是的,openclaw-server-secure-skill 完全免费(开源免费),可自由下载、安装和使用。

openclaw-server-secure-skill 支持哪些平台?

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

谁开发了 openclaw-server-secure-skill?

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

💬 留言讨论