← 返回 Skills 市场
95
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install remote-skill-installer
功能描述
远程安装、管理和更新技能到指定Agent,支持批量导入、网络异常重试及安全校验防护。
安全使用建议
This tool mostly does what it says: it downloads SKILL.md files and stores them under ~/.openclaw workspaces. Before installing or importing skills, consider: 1) Verify sources — prefer official hub URLs and inspect downloaded SKILL.md files before enabling/executing them, because the installer saves files verbatim. 2) The code claims SSRF protection but the hostname check only blocks literal IP addresses; it does not perform DNS resolution to detect if a hostname resolves to a private IP, so SSRF protections are weaker than advertised. Treat custom URLs cautiously and consider restricting network egress. 3) The script computes and stores a SHA256-derived checksum but does not verify files against a known trusted signature — checksum is informational, not an authenticity check. 4) SKILL.md mentions XXE/RSS protections, but there is no RSS parsing code in the installer — that claim is misleading. 5) If you will use this in sensitive environments, prefer to: (a) audit the script locally, (b) run it in a restricted environment/container, (c) restrict which domains it may fetch from (allowlist), and (d) review any installed SKILL.md before enabling the skill. These gaps make the package suspicious but not outright malicious; the issues could be sloppy implementation or overpromising documentation rather than intentional misdirection.
能力评估
Purpose & Capability
Name/description match the observable behavior: the code fetches SKILL.md files from URLs and writes them into per-agent workspaces under ~/.openclaw/workspace-<agent>/skills/<skill>/. Required resources (network, filesystem write to home) are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs running the bundled Python script and setting optional env vars (https_proxy, OPENCLAW_SKILLS_HUB_BASE). The instructions reference only the installer’s workspace paths and proxy/hub configuration. However, the installer will download arbitrary SKILL.md content and save it verbatim to disk — it does not execute that content itself but later execution of installed skills (outside this installer) could be a downstream risk. The SKILL.md documentation suggests RSS/XXE protections, but the code contains no RSS parsing; this is a mismatch.
Install Mechanism
There is no external install spec; the package is distributed as a small Python script included in the skill bundle. No external archives or code downloads are executed during install. The script itself performs network fetches at runtime (to pull SKILL.md files), which is expected for an installer.
Credentials
The skill does not declare required credentials or config paths. It does read optional env vars (OPENCLAW_SKILLS_HUB_BASE and standard https_proxy) and offers writing to ~/.openclaw; these are reasonable for this tool. The registry metadata lists no required envs, but the SKILL.md and code rely on optional environment settings — this is not dangerous but should be noted.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It creates and writes files under ~/.openclaw only (per-agent workspace directories and .source.json), which is consistent with its purpose and not an elevated system privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remote-skill-installer - 安装完成后,直接呼叫该 Skill 的名称或使用
/remote-skill-installer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 官方 Skills Hub 表的“推荐 Agent”列被移除,现在仅包含技能名称和说明。
- 官方技能说明内容进行了详细扩充,增加了各个技能的用途描述。
- 增加提示:使用 `import` 命令可一键安装所有官方 Skills。
- 其他命令与功能说明未变,保持与前一版本一致。
v1.0.0
remote-skill-installer v1.0.0
- 首发版本,支持通过 URL 远程安装、更新、移除 Skills
- 支持批量从官方 Skills Hub 导入技能到多个 Agent
- 提供已安装 Skills 的列表与详细信息查询
- 完善的网络异常处理与安全防护措施
- 支持代理、镜像与自定义 Hub 方案应对网络问题
元数据
常见问题
Remote Skill Installer 是什么?
远程安装、管理和更新技能到指定Agent,支持批量导入、网络异常重试及安全校验防护。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Remote Skill Installer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remote-skill-installer」即可一键安装,无需额外配置。
Remote Skill Installer 是免费的吗?
是的,Remote Skill Installer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Remote Skill Installer 支持哪些平台?
Remote Skill Installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Remote Skill Installer?
由 mumu(@ysy88092144)开发并维护,当前版本 v1.0.1。
推荐 Skills