Skip to main content

database

Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.

Jump to install

Source facts

Repository
RunnerQuan/SAFE-Agent
Last source activity
March 30, 2026 at 04:33
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
4 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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":"[Truncated]"}}}
# 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
View on GitHub