← 返回 Skills 市场
Warehouse UI
作者
olegnazarov23
· GitHub ↗
· v0.10.0
419
总下载
1
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install warehouse-ui
功能描述
Universal database IDE CLI — query PostgreSQL, MySQL, SQLite, BigQuery, MongoDB with cost projection
安全使用建议
This skill appears to do what it says, but it runs a local binary you will need to install—verify the GitHub release (checksum/signature) before running. DATABASE_URL (or explicit connect) gives the tool DB access; prefer a least-privilege, read-only DB user for exploration. If you use BigQuery, provide a service-account JSON with only the needed permissions. The AI feature will send prompts/possibly schema or queries to OpenAI/Anthropic—avoid sending sensitive data there. If you are uncertain, review the upstream repository/releases and run the binary in an isolated environment (container or VM) before using it against production data.
功能分析
Type: OpenClaw Skill
Name: warehouse-ui
Version: 0.10.0
The warehouse-ui skill provides a database management CLI that handles sensitive credentials (DATABASE_URL, API keys) and supports AI-generated SQL execution via the 'ai --execute' command. While these features are aligned with its stated purpose, the handling of high-privilege secrets and the capability to execute arbitrary queries represent significant risk surfaces for an AI agent. Additionally, the installation process involves downloading a binary from a GitHub repository (olegnazarov23/warehouse-ui), which is a high-risk capability according to the provided criteria.
能力评估
Purpose & Capability
Name/description (universal DB CLI) aligns with required binary 'warehouse-ui' and primary credential DATABASE_URL. Supported DBs (Postgres, MySQL, SQLite, BigQuery, MongoDB) and BigQuery service-account usage are consistent with the stated capabilities.
Instruction Scope
SKILL.md instructs the agent to run the warehouse-ui binary and to read DB connection URLs, local SQLite files, and (optionally) a BigQuery service-account JSON path; these are expected. It also documents using OPENAI_API_KEY or ANTHROPIC_API_KEY for AI features — this implies sending queries or prompts to external model APIs, which is expected for the feature but means query text or schema might be transmitted externally. The SKILL.md does not instruct reading unrelated system files.
Install Mechanism
SKILL.md and its embedded metadata recommend downloading releases from GitHub Releases (reasonable, low-risk). There is a minor registry inconsistency: the top-level registry metadata indicated 'No install spec' while SKILL.md includes a 'github-release' install entry. The install source (GitHub Releases) is acceptable but users should verify release authenticity (checksums/signatures) before running a shipped binary.
Credentials
PrimaryEnv DATABASE_URL is appropriate. The AI provider keys (OPENAI_API_KEY, ANTHROPIC_API_KEY) are referenced as optional for the 'ai' command but are not listed as required in the skill's top-level required-env metadata — this is reasonable for optional features. BigQuery's service-account JSON path is a necessary credential for that integration. Be mindful that using AI features will transmit query text (potentially sensitive) to third-party model APIs.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. It does not instruct modifying other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not combined with any other high-risk setting.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install warehouse-ui - 安装完成后,直接呼叫该 Skill 的名称或使用
/warehouse-ui触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.10.0
Release 0.10.0
v0.9.0
Release 0.9.0
元数据
常见问题
Warehouse UI 是什么?
Universal database IDE CLI — query PostgreSQL, MySQL, SQLite, BigQuery, MongoDB with cost projection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。
如何安装 Warehouse UI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install warehouse-ui」即可一键安装,无需额外配置。
Warehouse UI 是免费的吗?
是的,Warehouse UI 完全免费(开源免费),可自由下载、安装和使用。
Warehouse UI 支持哪些平台?
Warehouse UI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Warehouse UI?
由 olegnazarov23(@olegnazarov23)开发并维护,当前版本 v0.10.0。
推荐 Skills