New:Socket for Asana Is Now Available.Learn more
Get Started

@zenalexa/openclaw-unicli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenalexa/openclaw-unicli

Uni-CLI plugin for OpenClaw — 220 sites, 1283 commands via MCP

latest
npmnpm
Version
0.215.0
Version published
Weekly downloads
1
-90%
Maintainers
1
Weekly downloads
 
Created
Source

@zenalexa/openclaw-unicli

OpenClaw Bundle MCP plugin that exposes Uni-CLI as an MCP server — 220 sites, 1283 commands.

How It Works

This is a Bundle MCP plugin. OpenClaw reads openclaw.plugin.json, finds the mcpServers block, and launches unicli mcp serve as a child process. All four smart-default tools (unicli_run, unicli_list, unicli_search, unicli_explore) are available immediately inside OpenClaw without any extra configuration.

Requirements

unicli must be installed globally before loading this plugin:

npm i -g @zenalexa/unicli

Install

openclaw plugins install @zenalexa/openclaw-unicli

Or copy openclaw.plugin.json manually to ~/.openclaw/plugins/unicli/openclaw.plugin.json.

Tools

ToolDescription
unicli_runExecute any Uni-CLI command (site + command + args)
unicli_listList available sites and commands, filter by site or type
unicli_searchSearch commands by intent, including bilingual EN/ZH
unicli_exploreAuto-discover API endpoints for any URL

unicli_run

{ "site": "hackernews", "command": "top", "limit": 10 }

unicli_list

{ "site": "twitter", "type": "web-api" }
{ "query": "推特热门", "limit": 5 }

unicli_explore

{ "url": "https://example.com", "goal": "get trending posts" }

License

Apache-2.0

Keywords

openclaw

FAQs

Package last updated on 24 Apr 2026

Related posts