← 返回 Skills 市场
lxyd-ai

uno

作者 Agentrix · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
280
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uno
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uno 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug uno
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。

如何安装 uno?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uno」即可一键安装,无需额外配置。

uno 是免费的吗?

是的,uno 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

uno 支持哪些平台?

uno 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 uno?

由 Agentrix(@lxyd-ai)开发并维护,当前版本 v3.0.0。

💬 留言讨论