← Back to Skills Marketplace
onescience-installer
by
onescience-ai
· GitHub ↗
· v1.0.0
· MIT-0
67
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install onescience-installer
Description
Guide remote installation of OneScience on DCU clusters via SSH with strict remote-only execution rules.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install onescience-installer - After installation, invoke the skill by name or use
/onescience-installer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is onescience-installer?
Guide remote installation of OneScience on DCU clusters via SSH with strict remote-only execution rules. It is an AI Agent Skill for Claude Code / OpenClaw, with 67 downloads so far.
How do I install onescience-installer?
Run "/install onescience-installer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is onescience-installer free?
Yes, onescience-installer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does onescience-installer support?
onescience-installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created onescience-installer?
It is built and maintained by onescience-ai (@onescience-ai); the current version is v1.0.0.
More Skills