HostLink enables secure, authenticated execution of host-level commands directly from within an OpenClaw container.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hostlink
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 hostlink using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
HostLink is a specialized utility designed to bridge the gap between isolated container environments and the underlying host operating system. By utilizing the HostLink daemon (hostlinkd), AI agents can break out of container restrictions to perform essential system-level tasks while maintaining a strict security posture through token-based authentication.
This skill is an essential part of the Openclaw Skills ecosystem for developers who need their AI agents to interact with host-side hardware like GPUs, manage Docker containers, or access specific local filesystems that aren't natively mounted. It provides a seamless CLI experience that feels local but executes with the full permissions and context of the host machine.
To get started with this component of Openclaw Skills, ensure the hostlinkd daemon is running on your host and the socket is accessible.
# Install and start the daemon on the host
sudo systemctl start hostlinkd
# Set required environment variables in your workspace/.env
HOSTLINK_SOCKET=/run/hostlink/hostlink.sock
HOSTLINK_TOKEN=your_secure_token_here
# Test the connection from within the container
hostlink ping
HostLink uses a structured approach to manage remote execution and configuration:
| Component | Type | Description |
|---|---|---|
| hostlink.sock | Socket | The communication bridge between container and host. |
| hostlink.conf | Config | Located at /etc/hostlink/; defines shell and auth_token. |
| JSON Output | Schema | Includes fields for stdout, stderr, and exit_code when using the -j flag. |
| Environment | Variables | Uses HOSTLINK_SOCKET, HOSTLINK_TOKEN, and HOSTLINK_TARGET for session defaults. |
Loading
An automated workflow that transforms silent screen recordings into polished, narrated product demos using neural text-to-speech.

A literary AI assistant that delivers curated daily poems, translations, and technical rhythm analysis across Chinese and English traditions.

A lightweight, local monitoring tool for tracking real-time health metrics and hardware performance on Linux and ARM-based gateway hosts.

A secure log analysis tool that summarizes errors and searches patterns across system and application logs while automatically redacting sensitive data.

An AI-driven automation skill for generating stylized XiaoHongShu social media images using template-based browser rendering.

An advanced learning system that transforms AI coding sessions into reusable knowledge through atomic instincts and confidence scoring.








































