7.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
| name | database |
| description | Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas. OpenClaw Skills integration. |
| owner | 0xterrybit |
| repository | 0xterrybit/database |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @0xterrybit/database |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
272 BSKILL.md
714 BSKILL.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
- ALWAYS confirm before DELETE/DROP operations
- 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.
