A specialized tool for managing persistent SSH sessions and remote command execution via a systemd-backed daemon and REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ssh-agentd-control
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ssh-agentd-control using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ssh-agentd-control skill is a robust management interface for the ssh-agentd daemon, a persistent service that facilitates long-running SSH connections and automated remote tasks. By integrating directly with systemd, this skill ensures that your SSH management layer is always available and easily controllable through standardized CLI commands and API endpoints. It is a vital part of the Openclaw Skills library for developers who need reliable, programmatic access to remote infrastructure.
This skill abstracts the complexities of maintaining SSH connectivity, offering secure operations like remote command execution, file uploads, and log monitoring. It utilizes a token-based authentication system to ensure that all interactions with the local daemon are authorized, making it a professional choice for secure devops workflows.
To get started with this skill, ensure the binary is in the correct path and initialize the service:
sudo systemctl daemon-reload
sudo systemctl enable --now ssh-agentd.service
Verify that the service is running and listening correctly:
sudo systemctl status ssh-agentd.service
ss -ltnp | grep 18081
Ensure your target hosts are defined in the hosts.yaml configuration file located in the Openclaw Skills directory structure.
The skill utilizes a structured approach to manage daemon state and host data:
| Component | Location | Purpose |
|---|---|---|
| Binary | ~/.openclaw/workspace-hermes/ssh-agentd/bin/ |
Core executable for the daemon. |
| Configuration | ~/.openclaw/ssh-agentd/hosts.yaml |
Host definitions and connection parameters. |
| Service Unit | ssh-agentd.service |
Systemd configuration for process management. |
| API Script | scripts/api.sh |
Wrapper for making authenticated REST calls. |
Loading
A comprehensive Tesla vehicle control and monitoring skill for macOS utilizing the Tesla Owner API.

A powerful workflow wrapper for discovering and controlling Apple TVs, HomePods, and AirPlay devices directly from your macOS environment.

A powerful integration for automating Dolphin Anty antidetect browser profiles using Playwright and local APIs for high-anonymity tasks.

Disclaw allows developers to manage Discord categories, channels, threads, and AI agent routing using a declarative YAML configuration file.

A professional AI content generation skill for creating high-quality images and 1080P videos from text prompts using the Volcano Engine Jimeng AI API.

A comprehensive AI generation skill for Openclaw Skills that enables text-to-image, video synthesis, and digital human creation via the Volcengine Jimeng API.








































