← 返回 Skills 市场
onescience-installer
作者
onescience-ai
· GitHub ↗
· v1.0.0
· MIT-0
67
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install onescience-installer
功能描述
Guide remote installation of OneScience on DCU clusters via SSH with strict remote-only execution rules.
安全使用建议
Before installing or running this skill, consider the following:
- The skill explicitly instructs the agent to read your local ~/.ssh/config. That file can include hostnames, usernames, and references to private keys. Only proceed if you are comfortable granting the agent access to that file.
- Verify the repository source: the package homepage is GitHub but the install sequence clones from Gitee. Confirm the expected repository and trustworthiness of the code before cloning or running remote install scripts.
- Prefer to have the skill list the exact remote commands it will run and review them before execution. If possible, run the commands yourself on the remote host or use a test account with minimal privileges.
- If you do allow the skill to read ~/.ssh/config, restrict that config to only the hosts you intend the skill to manage, and avoid storing sensitive or broad-scope entries you don't want the skill to see.
- If you want lower risk, skip automatic execution: have the skill produce a detailed install plan/command list and run those commands manually on the cluster.
- If you need a firmer assessment, ask the publisher for: (a) an explicit statement of why ~/.ssh/config must be read, (b) the exact SSH/remote commands the skill will execute, and (c) checksums or known-good sources for any repositories or installers it will pull.
能力评估
Purpose & Capability
The name/description (remote installer for DCU via SSH) matches the instructions to identify hosts and run remote commands. However the skill's 'strict remote-only execution' claim conflicts with the explicit rule to always read the user's local ~/.ssh/config first — that is not remote execution, it requires local file access. Reading SSH config can be legitimate to discover hosts, but it is more invasive than a purely remote-only workflow.
Instruction Scope
SKILL.md instructs the agent to always read ~/.ssh/config and to 'identify available remote hosts' before doing anything else. That file can contain sensitive hostnames, user names, and paths to private key files. The skill does not declare this local file access in its metadata, and it gives no guidance about handling identity files or how to avoid leaking sensitive information. Additionally, the README/homepage points to GitHub but the install steps clone from gitee.com — a minor inconsistency that should be verified.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by an installer. This is the lowest-risk install mechanism from the skill packaging perspective.
Credentials
The skill declares no required env vars or config paths, yet the runtime instructions explicitly require reading a local sensitive file (~/.ssh/config) and presume the presence of SSH keys and cluster module paths. Because access to SSH configuration is effectively a credential/identity surface, the omission of that requirement in the metadata is disproportionate and under-specified.
Persistence & Privilege
always is false and there is no install stage that would persist or modify other skills or global agent settings. The skill doesn't request elevated or persistent privileges in its metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install onescience-installer - 安装完成后,直接呼叫该 Skill 的名称或使用
/onescience-installer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OneScience Installer skill v1.0.0 initial release
- Guides remote installation of OneScience on DCU clusters via SSH.
- Enforces strict remote-only execution; never runs local installations.
- Reads local ~/.ssh/config to identify available remote hosts before proceeding.
- Supports installation for specified domains: earth, cfd, bio, matchem, all.
- Provides a clear, step-by-step workflow for verified installations.
- Uses structured output for install plan, commands, verification steps, and risk reporting.
元数据
常见问题
onescience-installer 是什么?
Guide remote installation of OneScience on DCU clusters via SSH with strict remote-only execution rules. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 onescience-installer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install onescience-installer」即可一键安装,无需额外配置。
onescience-installer 是免费的吗?
是的,onescience-installer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
onescience-installer 支持哪些平台?
onescience-installer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 onescience-installer?
由 onescience-ai(@onescience-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills