← Back to Skills Marketplace
tao-vin

Opsera

by Tao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install opsera
Description
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...
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install opsera
  3. After installation, invoke the skill by name or use /opsera
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug opsera
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install Opsera?

Run "/install opsera" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Opsera free?

Yes, Opsera is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Opsera support?

Opsera is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Opsera?

It is built and maintained by Tao (@tao-vin); the current version is v1.0.0.

💬 Comments