← 返回 Skills 市场
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install opsera
功能描述
Use the bundled Opsera executable as the Xshell replacement for VPN-launched sessions. Use when an agent needs to run commands or upload/download files throu...
使用说明 (SKILL.md)
\r \r
Opsera\r
\r Opsera is self-contained in this skill directory.\r \r Executable:\r \r
$opsera = Join-Path $env:CODEX_HOME "skills\opsera\bin\opsera.exe"\r
```\r
\r
If `CODEX_HOME` is not set, resolve this skill directory first, then use `bin\opsera.exe` under it.\r
\r
## Modes\r
\r
- No args opens the GUI.\r
- `command` and `file` args run CLI mode for agents.\r
- CLI mode writes events to `%LOCALAPPDATA%\Opsera\events`; GUI shows those command/upload/download events.\r
\r
## Command\r
\r
```powershell\r
& $opsera command run --xsh "\x3Cpath.xsh>" "hostname && whoami"\r
```\r
\r
## Upload\r
\r
```powershell\r
& $opsera file upload --xsh "\x3Cpath.xsh>" "D:\local\file.txt" "/root/file.txt"\r
```\r
\r
## Large Upload\r
\r
Use this for large files. It uploads resumable chunks, keeps SSH alive, merges remotely, and verifies sha256.\r
\r
```powershell\r
& $opsera file upload-large --xsh "\x3Cpath.xsh>" --chunk-mb 512 "D:\local\big.dat" "/root/big.dat"\r
```\r
\r
## Download\r
\r
```powershell\r
& $opsera file download --xsh "\x3Cpath.xsh>" "/root/file.txt" "D:\local\file.txt"\r
```\r
\r
## Rules\r
\r
- Use the bundled `bin\opsera.exe`; do not depend on external install directories.\r
- Use CLI mode, not HTTP, for agent operations.\r
- Do not call Xshell directly.\r
- Use `.xsh` fields `Host`, `Port`, `UserName`, and encrypted session password as parsed by Opsera.\r
- If the `.xsh` tunnel port is closed, ask the user to launch the VPN entry again and rerun immediately.\r
- Do not expose passwords.\r
安全使用建议
Review before installing. The documented behavior is powerful but purpose-aligned for SSH/VPN work; the main issue is that the package says it includes an executable, yet only the markdown instructions are present. Do not rely on this skill until the publisher supplies the expected binary in the package and its provenance can be checked.
能力评估
Purpose & Capability
The stated purpose is an Xshell replacement for VPN-launched SSH tunnel sessions, and the documented capabilities of running commands plus uploading/downloading files fit that purpose.
Instruction Scope
Instructions are explicit and user-directed around a provided .xsh path, but they involve sensitive remote command execution and file movement using session profile credentials.
Install Mechanism
The skill claims to be self-contained and to provide bin\opsera.exe, but the artifact and metadata contain only SKILL.md, leaving the actual executable absent and unreviewed.
Credentials
Use of VPN-created local SSH tunnels and .xsh session fields is proportionate to the stated Xshell-replacement purpose, but it is high-impact access.
Persistence & Privilege
The skill discloses local event logging under %LOCALAPPDATA%\Opsera\events and does not describe background persistence, but it can exercise privileged remote access when the executable exists.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opsera - 安装完成后,直接呼叫该 Skill 的名称或使用
/opsera触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Opsera skill.
- Provides the bundled Opsera executable to replace Xshell for VPN-launched sessions.
- Supports running commands, uploading, and downloading files via SSH tunnels defined in .xsh profiles.
- Includes CLI and GUI modes, with CLI events logged for review.
- Features resumable chunked uploads for large files and automatic verification.
- Ensures all operations use the included executable without external dependencies.
元数据
常见问题
Opsera 是什么?
Use the bundled Opsera executable as the Xshell replacement for VPN-launched sessions. Use when an agent needs to run commands or upload/download files throu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。
如何安装 Opsera?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opsera」即可一键安装,无需额外配置。
Opsera 是免费的吗?
是的,Opsera 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Opsera 支持哪些平台?
Opsera 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Opsera?
由 Tao(@tao-vin)开发并维护,当前版本 v1.0.0。
推荐 Skills