agi-term-helperFast, explicit terminal execution via OpenClaw exec (direct dispatch; you type the exact command).
Install via ClawdBot CLI:
clawdbot install liuwujijay/agi-term-helper/term is a power-user shortcut: whatever you type after /term is forwarded as-is to OpenClaw’s exec tool.
This is intentionally “manual mode”:
OpenClaw supports command-dispatch: tool skills. When you run:
/term ls -lathe raw argument string (ls -la) is forwarded to the configured tool (exec) without extra parsing. In tool-dispatch mode, OpenClaw invokes the tool with params shaped like:
{ command: "
See the Skills docs section on command-dispatch, command-tool, and command-arg-mode. :contentReference[oaicite:10]{index=10}
Use /term when:
Prefer normal agent flow when:
/term is equivalent to letting an assistant type into your terminal.
Good defaults:
1) Prefer read-only commands unless you mean to change state.
2) Avoid secrets in command lines (tokens, API keys, cookies).
3) Avoid remote execution one-liners:
curl ... | sh4) If the command could delete or overwrite files, slow down and double-check paths.
Your actual execution environment depends on how you invoke exec in your setup (sandbox vs host).
Also note: when a session is sandboxed, environment variables are not automatically inherited by the container; you must inject them via sandbox env settings or bake them into the image. :contentReference[oaicite:11]{index=11}
/term pwd/term ls -la/term git status/term rg -n "TODO|FIXME" ./term peekaboo bridge status --verboseIf the output shows “no such file or directory” for all candidates and “Selected: local (in-process)”, you likely have no bridge host running (see troubleshooting below).
If you want JSON output for parsing:
/term python -c 'import json,platform; print(json.dumps({"py":platform.python_version()}))'The tool runs in whatever PATH your OpenClaw runtime provides. If you rely on Homebrew, ensure the runtime sees /opt/homebrew/bin.
Some tools (screen capture / UI automation) require Screen Recording / Accessibility. Those permissions are per-process context on macOS; using PeekabooBridge is often the reliable path for automation.
Install/use the companion skill terminal-helper (model-invocable) which teaches safe patterns, confirmations, and runbooks.
Generated Mar 1, 2026
System administrators and DevOps engineers use /term for quick, deterministic terminal commands to inspect server status, check logs, or verify configurations without the overhead of an AI planning loop. It's ideal for tasks like checking disk usage, verifying service status, or running diagnostic scripts in production environments.
Developers leverage /term to execute precise shell commands for version control operations, code searches, or environment checks during coding sessions. Examples include running git status, grepping for specific patterns in codebases, or testing build scripts directly from their development environment.
Data scientists use /term to quickly run command-line tools for data processing, such as checking file structures, running Python one-liners for JSON output, or executing data pipeline scripts. It supports rapid iteration and inspection without interrupting workflow in analytics platforms.
Security professionals employ /term for direct terminal access to run forensic commands, check system integrity, or execute security scans in controlled environments. It enables fast, manual execution of tools like grep for log analysis or network diagnostics during security audits.
IT support teams use /term to diagnose issues by running read-only commands to check system health, verify network connectivity, or inspect configuration files. It helps in quick problem resolution without the need for complex AI-driven workflows in helpdesk scenarios.
Offer /term as part of a premium AI assistant subscription, targeting developers and IT professionals who need fast terminal access. Revenue is generated through monthly or annual fees, with tiers based on usage limits and advanced features like sandboxed execution environments.
License /term to large organizations for internal use, integrating it into their existing DevOps or IT management tools. Revenue comes from one-time or annual enterprise licenses, with customization options for security compliance and support services tailored to corporate needs.
Provide /term as a free basic feature in an AI platform, with monetization through premium add-ons like enhanced safety guardrails, integration with third-party tools, or priority support. Revenue is driven by upselling advanced functionalities to power users and teams.
💬 Integration Tip
Integrate /term by configuring it with OpenClaw's exec tool in your setup, ensuring proper environment variable injection for sandboxed sessions to maintain functionality across different operating systems.
Extract text from PDFs with OCR support. Perfect for digitizing documents, processing invoices, or analyzing content. Zero dependencies required.
Fast local PDF parsing with PyMuPDF (fitz) for Markdown/JSON outputs and optional images/tables. Use when speed matters more than robustness, or as a fallback while heavier parsers are unavailable. Default to single-PDF parsing with per-document output folders.
Find, evaluate, and recommend ClawHub skills by need with quality filtering and preference learning.
Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
Skill 查找器 | Skill Finder. 帮助发现和安装 ClawHub Skills | Discover and install ClawHub Skills. 回答'有什么技能可以X'、'找一个技能' | Answers 'what skill can X', 'find a skill'. 触发...
Generate QR codes from text or URL for mobile scanning.