Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

connect-to-another-openclawconnect TO another OpenClaw 效率

Agent Skill

connect-to-another-openclaw 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,836

周安装

117

GitHub Stars

公开资料未说明

下载量

927
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:connect-to-another-openclaw(connect TO another OpenClaw 效率)
来源仓库:https://github.com/fangbb-coder/connect-to-another-openclaw
安装命令:
openclaw skills install connect-to-another-openclaw
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install connect-to-another-openclaw

简介

远程连接并管理另一台 OpenClaw 服务器。检查状态、同步技能、重启网关和监控通道。

SKILL.md

name
Connect_to_another_openclaw
description
Connect to and manage another OpenClaw server remotely. Check status, sync skills, restart gateway, and monitor channels.

Connect to Another OpenClaw

What This Skill Does

Provides a unified interface to connect to a remote OpenClaw server via SSH, perform health checks, manage skills, and troubleshoot common issues like port conflicts.

Prerequisites

  1. SSH Access to the remote machine:

- SSH private key file (recommended) OR password access - Remote user must have sudo/root privileges - Remote machine must have OpenClaw installed

  1. SkillHub on both local and remote (for skill sync)
  2. Network connectivity (port 22 SSH)

Primary Workflow

1. Connect and Check Status

connect-openclaw --host <your-remote-host> --action status

Important: Replace <your-remote-host> with your actual remote server IP or domain (e.g., 192.168.1.100 or myserver.com). This is a required placeholder.

This will:

  • Test SSH connectivity
  • Check OpenClaw Gateway status
  • List active channels (QQBot, etc.)
  • Show recent sessions

2. Fix Common Issues

connect-openclaw --host <your-remote-host> --action fix-port

Automatically:

  • Detect port conflicts on gateway port (default 18790)
  • Kill conflicting processes (SSH tunnels, test services)
  • Restart OpenClaw gateway
  • Verify recovery

3. Sync Skills

# See differences
connect-openclaw --host <your-remote-host> --action diff

# Install remote's missing skills to local
connect-openclaw --host <your-remote-host> --action sync-to-local

# Install local's missing skills to remote (if remote has SkillHub)
connect-openclaw --host <your-remote-host> --action sync-to-remote

4. Send Message via Remote QQBot

connect-openclaw --host <your-remote-host> --action send-qqbot \
  --session "agent:main:qqbot:direct:..." \
  --message "Hello from local OpenClaw"

Commands Reference

CommandDescription
statusFull health check of remote OpenClaw
fix-portAuto-fix port 18790 conflicts
diffCompare local vs remote skills
sync-to-localInstall remote-only skills to local
sync-to-remotePush local-only skills to remote
list-skillsList all skills on remote
list-channelsList configured channels
list-sessionsShow active sessions
tail-logsTail OpenClaw logs filtered by channel
test-connectionSimple SSH test

Configuration

The skill uses these environment variables (optional):

VariablePurposeDefault
CONNECT_OPENCLAW_SSH_KEYPath to SSH private key~/.ssh/id_rsa
CONNECT_OPENCLAW_USERRemote usernameroot
CONNECT_OPENCLAW_PORTSSH port22
CONNECT_OPENCLAW_GATEWAY_PORTRemote OpenClaw port18790

You can also pass these as CLI flags:

connect-openclaw --host example.com --user admin --key ~/.ssh/mykey.pem --action status

Examples

Quick diagnostic

connect-openclaw --host <your-remote-host> --action status

Fix port conflict and restart

connect-openclaw --host <your-remote-host> --action fix-port

Compare skills before syncing

connect-openclaw --host <your-remote-host> --action diff

One-way sync (remote → local)

connect-openclaw --host <your-remote-host> --action sync-to-local

Installation

If not already installed, run:

skillhub install Connect_to_another_openclaw

Or clone this repository to ~/.openclaw/workspace/skills/Connect_to_another_openclaw/.

Requirements

  • Python 3.9+ (or Node.js version if implemented in JS)
  • paramiko (Python SSH library) or native ssh command
  • Access to remote shell

Troubleshooting

ProblemSolution
SSH connection failedCheck key permissions (chmod 600), network, and authorized_keys
SkillHub not found on remoteInstall SkillHub on remote first
Permission deniedEnsure remote user has sudo/root and correct key
Port still in use after fixManually check with lsof -i :18790 and kill processes

Notes

  • Always test with --action test-connection first
  • fix-port will kill processes matching ssh -N.*18790 and voice-bridge-light
  • Skill sync uses SkillHub CLI; ensure it's installed on both sides
  • For safety, sync-to-remote prompts before each installation (use --yes to auto-confirm)

Version: 1.0.0 Author: 小李 (基于 2026-03-28 实践经验) License: MIT

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.4%
按下载量换算903

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills