A manual-mode power-user shortcut for executing direct shell commands without agent intervention or command rewriting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agi-term-helper
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 agi-term-helper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The /term skill is an essential utility within the Openclaw Skills ecosystem designed for developers who need deterministic, manual control over their terminal environment. Unlike standard agent workflows that involve a planning loop, /term forwards your input as-is to the underlying execution tool, ensuring your shell commands are never rewritten or misinterpreted by an LLM.
This skill serves as a high-speed bridge for users who already know the exact command they need. By leveraging the command-dispatch tool architecture, Openclaw Skills can perform read-only checks, system debugging, and file inspections with zero latency, providing a professional-grade interface for terminal-heavy development tasks.
The /term skill is typically included in the core Openclaw Skills installation. To ensure optimal performance, verify that your runtime environment has the necessary permissions and PATH settings.
# Verify your current environment path
/term echo $PATH
# Test connectivity with the Peekaboo bridge (macOS)
/term peekaboo bridge status --verbose
The /term skill utilizes a raw dispatch schema to maintain command integrity. Data is organized according to the following parameter structure:
| Field | Description |
|---|---|
| command | The raw argument string containing the shell command and flags |
| commandName | The specific slash command triggered by the user |
| skillName | The internal identifier used by the Openclaw Skills registry |
Loading
A comprehensive AI agent skill for real-time A-share stock market analysis, watchlist management, and automated price monitoring.

An AI-driven co-pilot that automates bid pricing and proposal generation for professional freelancers.

Automates the compliance auditing of insurance claim authorization letters with real-time Lark notifications.

A cross-platform utility for querying essential system hardware and software information through a simple command-line interface.

A specialized runbook for executing terminal commands safely within AI agent environments, prioritizing sandboxing and explicit user confirmation.

An automated documentation engine that produces a multi-layered suite of technical guides, architecture diagrams, and quick-reference indices for complex systems.








































