← Back to Skills Marketplace
397
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install opencli-rs
Description
基于Rust的通用命令行枢纽 - 将任何网站、桌面应用、本地CLI工具转变为命令行接口,专为AI Agent和自动化工作流设计。支持55+网站、Electron应用控制和外部CLI集成,单二进制文件4.7MB,性能提升12倍。
Usage Guidance
This package is inconsistent: it advertises a Rust single-binary project but the shipped installer uses npm and references different GitHub repos. Before installing, verify the official upstream repository and the exact installation steps (prefer an official release page). Do not run curl | sh or npm install -g unless you trust the exact repository/maintainer. Understand that the tool expects to reuse your Chrome login/session and can perform authenticated actions on many sites (posting, downloading, following, deleting) — only install in an environment where you are comfortable with that. If you need caution: 1) Inspect the npm package contents (npm pack) or the GitHub release archive before running; 2) run installs in an isolated environment (VM/container) first; 3) avoid connecting browser profiles containing sensitive accounts; 4) prefer an actual Rust binary release (verify checksum/signature) if you want the claimed 'opencli-rs' behavior; 5) confirm which upstream (nashsu, jackwener, smallnest) is authoritative and that the maintainers are reputable.
Capability Analysis
Type: OpenClaw Skill
Name: opencli-rs
Version: 1.0.0
The skill bundle provides an interface for an AI agent to control over 55 websites and desktop applications (e.g., Cursor, Notion, Discord) via a tool called 'opencli'. It exhibits high-risk behaviors, including the ability to register and execute arbitrary local CLI tools, control browser sessions via a Chrome extension, and modify shell startup files (~/.bashrc). There is a notable discrepancy between the SKILL.md documentation, which promotes a Rust-based version (opencli-rs), and the included install.sh script, which installs a Node.js package (@jackwener/opencli) from NPM. These broad capabilities, combined with the inconsistent documentation, create a significant attack surface for prompt injection and unauthorized system access.
Capability Assessment
Purpose & Capability
The skill claims a Rust 'opencli-rs' single binary (4.7MB, zero runtime deps) and links to a nashsu/opencli-rs repo, but the included install.sh and package.json install a Node package (@jackwener/opencli) and the QUICK_GUIDE/README reference other repositories (smallnest, jackwener). Those are mutually inconsistent: a Rust single-binary distribution would not need npm or Node.js >=20 as the install.sh requires. The mixture of multiple upstream project names suggests the package author either bundled/ported multiple projects or mislabeled the origin.
Instruction Scope
SKILL.md and other docs instruct the agent/user to run system-level commands (curl | sh from raw.githubusercontent.com, npm install -g, wget GitHub release archives, cargo build) and to install a Chrome extension and connect to a local daemon. The instructions allow the tool to reuse Chrome login sessions to perform authenticated actions (post/delete/follow/download), and they instruct writing configs under ~/.opencli and adding entries to AGENT.md — behavior that is within an automation skill but broad. The agent is given steps that could execute arbitrary code from remote sources and access browser session state; that scope is larger than a minimal 'command helper' and should be verified by a user.
Install Mechanism
There is no registry install spec in the skill metadata, but the bundled files include an install.sh that runs npm install -g @jackwener/opencli and the SKILL.md also suggests curl | sh against raw.githubusercontent.com and downloading GitHub releases. Using GitHub raw scripts (curl | sh) and npm install of a 'latest' package are normal but carry moderate-to-high risk because they execute code fetched remotely. The presence of multiple conflicting install suggestions (Rust binary release, npm package, build-from-source via cargo) increases confusion and risk.
Credentials
The skill declares no required env vars or credentials, but the runtime instructions explicitly rely on Chrome browser login/session state and a local daemon (localhost:19825). That means the tool can act using the user's logged-in accounts on many sites (Bilibili, Twitter/X, Discord, Xiaohongshu, WeChat public accounts, etc.) — including actions like posting, deleting, following, downloading private content. Requesting no explicit credentials but operating via browser sessions is plausible, however it's a significant privacy/credential surface that users should understand before installing/connecting.
Persistence & Privilege
always is false and the skill does not request system-wide privileges beyond creating ~/.opencli, ~/.opencli/examples, and writing config files — typical for such tools. The skill includes instructions to install npm packages and create config and example scripts in the user's home directory, which is normal for an install script but does persist files on disk. Autonomous invocation is allowed by default (disable-model-invocation: false) — this is platform default and only becomes a bigger concern combined with the other flagged issues (remote installs + browser session use).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install opencli-rs - After installation, invoke the skill by name or use
/opencli-rs - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
opencli-rs 1.0.0 — 首个 Rust 版本发布,带来极大性能和体验提升:
- 全新基于 Rust 重写,单一4.7MB二进制,零外部依赖。
- 性能较 TypeScript/Node.js 版本提升12倍,内存消耗减少10倍。
- 支持 55+ 网站和 Electron 桌面应用命令行集成,涵盖数据抓取、自动化和内容下载。
- 新增 AI Agent 自动工具发现、注册外部CLI、自定义YAML流水线等高级功能。
- 丰富输出格式(表格、JSON、YAML、Markdown、CSV)和 Chrome 扩展配合使用。
- 详尽中文版文档及排障指南。
Metadata
Frequently Asked Questions
What is Opencli Rs?
基于Rust的通用命令行枢纽 - 将任何网站、桌面应用、本地CLI工具转变为命令行接口,专为AI Agent和自动化工作流设计。支持55+网站、Electron应用控制和外部CLI集成,单二进制文件4.7MB,性能提升12倍。 It is an AI Agent Skill for Claude Code / OpenClaw, with 397 downloads so far.
How do I install Opencli Rs?
Run "/install opencli-rs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Opencli Rs free?
Yes, Opencli Rs is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Opencli Rs support?
Opencli Rs is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Opencli Rs?
It is built and maintained by smallnest (@smallnest); the current version is v1.0.0.
More Skills