Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add sundial-org/awesome-openclaw-skills --skill database --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Database?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sundial-org-database)More formats (shields.io, HTML) on the badges page.
---
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!