← Back to Skills Marketplace
lxyd-ai

uno

by Agentrix · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
280
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install uno
Description
Call 2000+ tools via curl, zero installation. Supports tool-level semantic search — get full inputSchema in one step and invoke directly. Covers search, dev,...
Usage Guidance
This skill is internally consistent with its description: it queries and invokes MCPMarket tools via the public API. Before installing, consider: (1) the skill will run an OAuth device flow and store a bearer token at ~/.uno/token — review what scopes the token grants and whether you trust https://mcpmarket.cn; (2) the registry metadata did not list the config path or the need for curl (the SKILL.md requires curl and writes to ~/.uno), so expect the skill to create/read that file; (3) invoking tools via this marketplace may in turn trigger downstream auth flows for third-party services — be cautious when authorizing those; (4) if you want to limit blast radius, create a dedicated account for this marketplace and review token scopes, or avoid authorizing downstream services you don't trust. Overall the skill appears coherent, but validate the provider and OAuth scopes before giving it access.
Capability Analysis
Type: OpenClaw Skill Name: uno Version: 3.0.0 The 'uno' skill is a client for the MCPMarket platform (mcpmarket.cn), allowing an AI agent to search and invoke over 2000 tools and fetch additional skill definitions. It implements a standard OAuth 2.0 device authorization flow and follows good security practices by storing its access token in a restricted local file (~/.uno/token with 0600 permissions). While the skill provides the agent with broad capabilities to interact with external services and dynamically load instructions, these actions are transparently documented and aligned with its stated purpose as a tool marketplace aggregator.
Capability Assessment
Purpose & Capability
The name/description (search + invoke many tools via REST) matches the SKILL.md: it describes search-tools, call-tool, and related endpoints on https://mcpmarket.cn. There are no unrelated credentials or surprising binaries requested.
Instruction Scope
The instructions explicitly instruct the agent to create ~/.uno, write a bearer token to ~/.uno/token, and read that file for subsequent calls. The registry metadata did not declare any required config paths, so the SKILL.md reads/writes a user-home path that is not declared in the manifest. This is functionally legitimate for storing an API token but should be noted because the skill will persist a token on disk.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only and relies on curl. This is low-risk from an install standpoint (nothing is downloaded/executed by the skill itself).
Credentials
The skill declares no required environment variables or primary credential, yet its runtime flow obtains and persists an access token via an OAuth device flow. Requesting and storing a single bearer token is proportional to the stated purpose, but the token file and OAuth flow are not represented in the registry metadata (no primaryEnv, no required config path).
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges. The only persistence is the token file in ~/.uno (its own directory). The skill does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install uno
  3. After installation, invoke the skill by name or use /uno
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
- Expanded to support 2000+ tools; broader tool and service coverage. - Added detailed documentation for new endpoints: `credits`, `skills-search`, and `skills-fetch`. - API reference now includes output stats (ratings, calls, performance) to guide tool selection. - Instructions for tool and skill rating now specify user ID and tool/skill granularity. - Clarified search/browse guidance for better query construction and result relevance. - Parameter construction rules restated and highlighted for correct usage and reduced errors.
v2.0.0
v2.0.0 — curl direct (current) Replaced pip install uno-cli + uno-mcp gateway with pure curl against MCPMarket REST API. Zero install — No pip/uv required, eliminates supply-chain risk No middleware — Bypasses uno-mcp gateway, curl hits MCPMarket directly Transparent auth — OAuth 2.1 Device Code via plain curl, token at ~/.uno/token (0600) 2 APIs instead of 5 — search-tools + call-tool replaces search/discover/call/script/rate New POST /api/uno/call-tool — MCP protocol handled server-side, client sends JSON only Seamless downstream OAuth — Returns auth_url on first call, retry after authorize, no discover step v1.0.0 — uno-cli install CLI via pip install uno-cli, 5 gateway tools, OAuth cold-start requires discover round-trips
v1.0.0
v1.0.0 Initial release integrating 134+ MCP Server tools via a single aggregation gateway 5 gateway commands: search, discover, call, script sandbox, rate Tool-level semantic / hybrid / keyword search returning full inputSchema Streamlined OAuth flow: auto-detects uncached servers, dedicated discover call triggers auth and caches results Comprehensive CLI examples and workflow recommendations for efficient multi-source tool invocation
Metadata
Slug uno
Version 3.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is uno?

Call 2000+ tools via curl, zero installation. Supports tool-level semantic search — get full inputSchema in one step and invoke directly. Covers search, dev,... It is an AI Agent Skill for Claude Code / OpenClaw, with 280 downloads so far.

How do I install uno?

Run "/install uno" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is uno free?

Yes, uno is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does uno support?

uno is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created uno?

It is built and maintained by Agentrix (@lxyd-ai); the current version is v3.0.0.

💬 Comments