← Back to Skills Marketplace
highlander89

SAPCONET SSH Bridge

by Highlander89 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
472
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sapconet-ssh-bridge
Description
Standard SAPCONET SSH command templates for bird reads, Puppeteer runs, and inbox messaging workflows.
Usage Guidance
This skill is basically two SSH wrapper scripts and is coherent with its stated purpose, but before installing or running it you should: 1) manually inspect both scripts (they contain placeholders that become remote commands); 2) replace the default SAPCONET_TARGET ([email protected]) with a host you control/trust; 3) ensure your SSH keys/agent are configured rather than entering credentials inline; 4) avoid allowing the agent to autonomously execute these scripts against external hosts unless you explicitly trust the target; and 5) ask the publisher for provenance (source/homepage) if you need accountability — the registry metadata lists no homepage and an unknown owner.
Capability Analysis
Type: OpenClaw Skill Name: sapconet-ssh-bridge Version: 0.1.0 The skill is classified as suspicious due to a remote shell injection vulnerability found in `scripts/msg-sapconet.sh`. The script directly interpolates the `$MESSAGE` argument into the remote SSH command string without proper sanitization, allowing an attacker to execute arbitrary commands on the `SAPCONET_TARGET` host if they can control the `MESSAGE` input. While the script is presented as a template with 'TODO' placeholders, this lack of input sanitization constitutes a significant security flaw, even without clear evidence of intentional malice.
Capability Assessment
Purpose & Capability
The name/description say the skill standardizes SSH command patterns for bird reads, Puppeteer checks, and inbox messaging; the included scripts only use SSH to run placeholder commands on a remote host, which is coherent with the stated purpose. Minor mismatch: the metadata lists no required env vars, but the scripts rely on SAPCONET_TARGET (with a default [email protected]).
Instruction Scope
SKILL.md and scripts confine activity to SSH calls to the target host; there are no other network calls or local file reads. However, remote commands executed over SSH can run arbitrary work on the target host (the scripts currently contain placeholders). The SKILL.md warning to review remote placeholders is appropriate; users should verify remote commands before running.
Install Mechanism
No install spec (instruction-only) and only two bash scripts are included. Nothing will be downloaded or written by an installer — low install risk.
Credentials
The skill requests no declared credentials or env vars in the registry metadata, but runtime instructions and scripts require SAPCONET_TARGET (and in practice system SSH keys/agent or password access). This is proportionate to an SSH template but should be declared explicitly; the hard-coded default target IP/user is an unexplained element that the user must replace.
Persistence & Privilege
always is false, the skill does not request persistent or elevated platform privileges, and it does not modify other skills or global configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sapconet-ssh-bridge
  3. After installation, invoke the skill by name or use /sapconet-ssh-bridge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug sapconet-ssh-bridge
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is SAPCONET SSH Bridge?

Standard SAPCONET SSH command templates for bird reads, Puppeteer runs, and inbox messaging workflows. It is an AI Agent Skill for Claude Code / OpenClaw, with 472 downloads so far.

How do I install SAPCONET SSH Bridge?

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

Is SAPCONET SSH Bridge free?

Yes, SAPCONET SSH Bridge is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SAPCONET SSH Bridge support?

SAPCONET SSH Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SAPCONET SSH Bridge?

It is built and maintained by Highlander89 (@highlander89); the current version is v0.1.0.

💬 Comments