📦 CLI Anything Wrapper — CLI万能封装

v1.0.0

把 CLI-Anything 封装成 OpenClaw 可调用的动作,一句话即可驱动任意软件的 CLI 功能,无需额外集成。

0· 80·1 当前·1 累计
下载技能包
最后更新
2026/4/8
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's files and runtime instructions match its stated purpose (wrapping the CLI-Anything harness to run local CLIs); nothing requested or installed is disproportionate, but it does run local executables and can clone/run remote setup scripts — so exercise normal caution.
评估建议
This skill is coherent with its description: it discovers and runs CLI-Anything harness scripts and can clone the CLI-Anything repo. Before installing or running it, review and trust the upstream CLI-Anything repo and any harness contents (they will be executed locally). Prefer dry-run mode first, avoid passing untrusted inputs as --args, and do not run --install unless you are comfortable executing a remote setup.sh/pip install from that GitHub repository. If you need stricter safety, run the w...
详细分析 ▾
用途与能力
Name/description claim to wrap CLI-Anything to control local software; the code enumerates supported apps, locates harnesses under ~/.openclaw/workspace/CLI-Anything, and executes harness scripts. Required resources (none) align with this purpose.
指令范围
SKILL.md and run.py stay within the wrapper's purpose, listing/installing CLI-Anything and invoking harness executables. Note: runtime will execute arbitrary local harness scripts with user-supplied arguments (via subprocess.run). This is expected for a wrapper but increases risk if untrusted inputs or harnesses are present.
安装机制
There is no external install spec, but run.py includes an --install action that clones https://github.com/HKUDS/CLI-Anything (GitHub) and attempts ./setup.sh or pip install -e. Using a GitHub repo is standard, but the install runs remote setup scripts (shell=True), which can execute arbitrary code from the cloned repo — review upstream code before running install.
凭证需求
The skill declares no environment variables or credentials and the code only reads the user's home path for the workspace. It does not request unrelated secrets or access tokens.
持久化与权限
always:false and no modifications to other skills or system-wide settings. The skill can be invoked autonomously (default), which is normal for skills; combine that with its ability to run local binaries when considering risk.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/8

Initial release: Enables OpenClaw to call any software via CLI-Anything. - Supports running commands for popular software (GIMP, Blender, LibreOffice, etc.) from OpenClaw. - Allows listing supported applications and filtering by category. - Includes options for detailed info, dry-run simulation, installation helper, and JSON output. - Requires CLI-Anything and Python 3.10+ to be installed.

可疑

安装命令

点击复制
官方npx clawhub@latest install cli-anything-wrapper
镜像加速npx clawhub@latest install cli-anything-wrapper --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库