skills$openclaw/database
0xterrybit7.6k

by 0xterrybit

database – OpenClaw Skill

database is an OpenClaw Skills integration for data analytics workflows. Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.

7.6k stars8.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namedatabase
descriptionDatabase management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas. OpenClaw Skills integration.
owner0xterrybit
repository0xterrybit/database
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @0xterrybit/database
last updatedFeb 7, 2026

Maintainer

0xterrybit

0xterrybit

Maintains database in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
272 B
SKILL.md
714 B
SKILL.md

name: database description: Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas. metadata: {"clawdbot":{"emoji":"🗄️","always":true,"requires":{"bins":["curl","jq"]}}}

Database 🗄️

Database management and queries.

Supported Databases

  • PostgreSQL
  • MySQL
  • SQLite
  • MongoDB
  • Redis

Features

  • Run SQL queries
  • Schema management
  • Data export/import
  • Backup and restore
  • Performance monitoring

Usage Examples

"Show all tables in database"
"Run query: SELECT * FROM users LIMIT 10"
"Export table to CSV"

Safety Rules

  1. ALWAYS confirm before DELETE/DROP operations
  2. WARN about queries without WHERE clause
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install database?

Run openclaw add @0xterrybit/database in your terminal. This installs database into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/0xterrybit/database. Review commits and README documentation before installing.