Openclaw Skills for database admin free helps AI agents design basic PostgreSQL tables, insert data, run simple queries, and manage safe transactions.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install database-admin-free
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install database-admin-free using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Database Admin Free is an Openclaw Skills package for handling foundational PostgreSQL administration tasks through an AI agent workflow. It focuses on the essentials: table design with primary keys, NOT NULL and DEFAULT constraints, common column types, single-row and batch inserts, basic SELECT queries, and transaction control.
This skill is designed for practical day-to-day database operations where speed and consistency matter more than advanced tuning. Openclaw Skills makes it easier to generate structured SQL, validate common database changes, and keep work aligned with a predictable input/output contract.
export API_KEY=${API_KEY:?Please set the environment variable}
input plus optional options.callback_url for asynchronous completion handling.Supported environments mentioned by the skill include Claude Code, Cursor, Codex, Gemini CLI, Windows, macOS, and Linux.
The skill follows a simple request/response contract and uses PostgreSQL-flavored SQL as its primary data format.
| Field | Type | Required | Purpose |
|---|---|---|---|
| input | string | Yes | The database admin task, command, or data payload to process |
| options | object | No | Additional configuration such as mode or formatting preferences |
| callback_url | string | No | Async callback endpoint after processing completes |
| Area | Typical objects | Example constructs |
|---|---|---|
| Table design | schema definition | PRIMARY KEY, NOT NULL, DEFAULT, CREATE INDEX |
| Data types | PostgreSQL basic types | TEXT, VARCHAR(n), INT, SERIAL, TIMESTAMP, DECIMAL(p,s) |
| Inserts | single and batch writes | INSERT INTO ... VALUES ... inside BEGIN / COMMIT |
| Queries | read operations | WHERE, ORDER BY, GROUP BY |
| Transactions | write safety | BEGIN, COMMIT, ROLLBACK |
The response is structured as JSON with:
success: boolean execution statusdata.result: the generated or processed resultdata.execution_time: runtime summarydata.metadata: version and processor identifiersexecution_log: ordered processing stepserror: null on success or an error object/message on failureversion: skill version identifierprocessor: logical processor name (database-admin)stock_infocallback_urlLoading
Pybricks Debug Coach is an evidence-first Openclaw Skills workflow for troubleshooting Pybricks and LEGO robot problems with one-variable tests and observable results.

Diagram Generator LITE turns natural-language diagram requests into validated Mermaid and Draw.io files through Openclaw Skills and MCP tooling.

Decision Architect Free helps AI agents structure decisions, match the right framework, detect cognitive bias, and label confidence in one workflow.

Openclaw Skills design-free is a lightweight UI preference learning skill that detects repeated design choices and writes stable visual preferences into a persistent archive.

Hypertxt is a controlled content-operations skill for inspecting, generating, reviewing, and publishing articles through the Hypertxt MCP server.

Openclaw Skills for discovering Relux Works services, reviewing fixed-price software packages, and submitting a consent-based project inquiry.








































