← Back to Skills Marketplace
olegnazarov23

Warehouse UI

by olegnazarov23 · GitHub ↗ · v0.10.0
darwinlinuxwin32 ⚠ suspicious
419
Downloads
1
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install warehouse-ui
Description
Universal database IDE CLI — query PostgreSQL, MySQL, SQLite, BigQuery, MongoDB with cost projection
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install warehouse-ui
  3. After installation, invoke the skill by name or use /warehouse-ui
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.10.0
Release 0.10.0
v0.9.0
Release 0.9.0
Metadata
Slug warehouse-ui
Version 0.10.0
License
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Warehouse UI?

Universal database IDE CLI — query PostgreSQL, MySQL, SQLite, BigQuery, MongoDB with cost projection. It is an AI Agent Skill for Claude Code / OpenClaw, with 419 downloads so far.

How do I install Warehouse UI?

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

Is Warehouse UI free?

Yes, Warehouse UI is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Warehouse UI support?

Warehouse UI is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).

Who created Warehouse UI?

It is built and maintained by olegnazarov23 (@olegnazarov23); the current version is v0.10.0.

💬 Comments