Exec Tool
/install exec-tool
Exec Tool (ClawHub Skill)
Overview
Exec Tool is a controlled system command execution skill designed for OpenClaw environments. It allows secure execution of predefined CLI commands from within ClawHub workflows.
This skill is intended for automation, debugging, and controlled system operations inside VPS environments.
Problem it solves
When working in server environments (such as Hostinger VPS deployments), users often need to trigger system-level commands from automation layers like Telegram bots or OpenClaw agents. This skill bridges that gap safely.
Core functionality
- Executes only allowed system commands
- Currently supports:
clawhubCLI operations - Prevents arbitrary or unsafe command execution
- Returns trimmed output for chat interfaces (e.g., Telegram)
Security model
This skill is intentionally restricted:
- Only whitelisted commands are executed
- Prevents destructive operations (rm, sudo, etc.)
- Designed for controlled automation environments
Example usage
Search skills
clawhub search "Google Workspace"
Install skill
clawhub install exec_tool
Integration use case
This skill is commonly used in:
- Telegram bot automation
- OpenClaw workflows
- VPS management via chat interfaces
- CI/CD command triggers
Notes
This skill is part of a controlled execution layer and should not be used for unrestricted shell access.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install exec-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/exec-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Exec Tool 是什么?
Securely executes predefined clawhub CLI commands within controlled OpenClaw workflows, preventing unsafe or arbitrary system operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Exec Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install exec-tool」即可一键安装,无需额外配置。
Exec Tool 是免费的吗?
是的,Exec Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Exec Tool 支持哪些平台?
Exec Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Exec Tool?
由 Mayuran Ys(@mayuran1096)开发并维护,当前版本 v1.0.0。