TopRank Skills

Home / Claw Skills / Autres / sapconet-ssh-bridge
Official OpenClaw rules 15%

sapconet-ssh-bridge

Standard SAPCONET SSH command templates for bird reads, Puppeteer runs, and inbox messaging workflows.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 sapconet-ssh-bridge 技能。 若已安装,则直接安装 sapconet-ssh-bridge 技能。

Overview

Skill Key
highlander89/billy-sapconet-ssh-bridge
Author
highlander89
Source Repo
openclaw/skills
Version
-
Source Path
skills/highlander89/billy-sapconet-ssh-bridge
Latest Commit SHA
edd3025f48ae09fe67c2f426342a0a71891a3ca4

Extracted Content

SKILL.md excerpt

# sapconet-ssh-bridge

Author: Billy (SAPCONET)

## Purpose
Standardize shell command patterns for tasks that must run on SAPCONET:
- bird reads
- puppeteer runs
- inbox messaging

## What this skill includes
- `scripts/check-sapconet.sh`: health/check template for SAPCONET command access.
- `scripts/msg-sapconet.sh`: message send template for SAPCONET workflows.

## Safety rules
- Only uses SSH to SAPCONET host.
- No external network calls are performed beyond SSH transport.
- Keep credentials and tokens in environment variables, not inline in scripts.
- Review remote command placeholders before running.

## Usage
Set target and run:

```bash
export SAPCONET_TARGET="neill@100.110.24.44"
bash scripts/check-sapconet.sh
bash scripts/msg-sapconet.sh "NO_REPLY | maintenance notice"
```

Fill placeholders in scripts for your actual bird/inbox commands.

Related Claw Skills