← Back to Skills Marketplace
95
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install remote-skill-installer
Description
远程安装、管理和更新技能到指定Agent,支持批量导入、网络异常重试及安全校验防护。
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install remote-skill-installer - After installation, invoke the skill by name or use
/remote-skill-installer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 官方 Skills Hub 表的“推荐 Agent”列被移除,现在仅包含技能名称和说明。
- 官方技能说明内容进行了详细扩充,增加了各个技能的用途描述。
- 增加提示:使用 `import` 命令可一键安装所有官方 Skills。
- 其他命令与功能说明未变,保持与前一版本一致。
v1.0.0
remote-skill-installer v1.0.0
- 首发版本,支持通过 URL 远程安装、更新、移除 Skills
- 支持批量从官方 Skills Hub 导入技能到多个 Agent
- 提供已安装 Skills 的列表与详细信息查询
- 完善的网络异常处理与安全防护措施
- 支持代理、镜像与自定义 Hub 方案应对网络问题
Metadata
Frequently Asked Questions
What is Remote Skill Installer?
远程安装、管理和更新技能到指定Agent,支持批量导入、网络异常重试及安全校验防护。 It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Remote Skill Installer?
Run "/install remote-skill-installer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Remote Skill Installer free?
Yes, Remote Skill Installer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Remote Skill Installer support?
Remote Skill Installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Remote Skill Installer?
It is built and maintained by mumu (@ysy88092144); the current version is v1.0.1.
More Skills