·db-extractor
{}

db-extractor

Extract schema and sample data from databases for analysis.

19Installs·0Trend·@famaoai-creator

Installation

$npx skills add https://github.com/famaoai-creator/gemini-skills --skill db-extractor

How to Install db-extractor

Quickly install db-extractor AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill db-extractor
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: famaoai-creator/gemini-skills.

SKILL.md

View raw

| Cannot find module 'sqlite3' | Native module not built | Run npm rebuild sqlite3 | | SQLITECANTOPEN | Database file not found or locked | Check file path and permissions | | SQLITEBUSY | Database locked by another process | Close other connections, retry | | SQLITECORRUPT | Database file corrupted | Restore from backup, run PRAGMA integritycheck |

| Error: ...node-pre-gyp... | Binary incompatibility | Run npm rebuild sqlite3 --build-from-source |

Extract schema and sample data from databases for analysis. Source: famaoai-creator/gemini-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill db-extractor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/famaoai-creator/gemini-skills --skill db-extractor
Category
{}Data Analysis
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from famaoai-creator/gemini-skills

Quick answers

What is db-extractor?

Extract schema and sample data from databases for analysis. Source: famaoai-creator/gemini-skills.

How do I install db-extractor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill db-extractor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/famaoai-creator/gemini-skills