/term for Openclaw

A manual-mode power-user shortcut for executing direct shell commands without agent intervention or command rewriting.

liuwujijay
v1.0.1
Feb 16, 2026
0
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agi-term-helper

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is /term?

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.

/term Use Cases

  • Performing quick, read-only system checks such as listing files or checking git status.
  • Debugging Openclaw Skills configurations, log files, or Peekaboo bridge connectivity.
  • Executing precise one-liners for structured data extraction using Python or jq.
  • Verifying environment variables and PATH configurations within a sandboxed runtime.

How /term Works

  1. The user invokes the skill by typing /term followed by a specific shell command.
  2. OpenClaw detects the tool-dispatch configuration and captures the raw argument string.
  3. The system bypasses the model's reasoning loop to prevent any modifications to the command syntax.
  4. The raw command is dispatched to the exec tool and executed within the designated host or sandbox environment.
  5. The stdout or stderr output is returned directly to the user interface for immediate review.

/term Setup

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

/term Data Schema & Taxonomy

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

/term Advanced Features

  • Direct dispatch mode ensures zero-interference execution for complex regex and pipe operations.
  • Multi-OS support across Darwin, Linux, and Win32 platforms.
  • Seamless integration with sandbox environment variables for secure, isolated testing.
  • Compatibility with the terminal-helper skill for users requiring additional guardrails or runbooks.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*