Generate smart database index suggestions by analyzing query patterns in your source code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install index-gen
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install index-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Index Suggester is a high-performance utility designed to identify and resolve database bottlenecks. As a key component of the Openclaw Skills ecosystem, it scans your codebase to understand exactly how data is being queried. By analyzing WHERE clauses, JOIN conditions, and sorting patterns, the tool provides actionable advice on which indexes will yield the highest performance gains while warning against the pitfalls of over-indexing.
To get started with this tool from the Openclaw Skills collection, ensure you have Node.js 18 or higher installed on your system.
# Set your required environment variable
export OPENAI_API_KEY='your-key-here'
# Run the analyzer on your query directory without installation
npx @lxgicstudios/ai-index ./src/queries/
# Help command to see all options
npx @lxgicstudios/ai-index --help
The tool processes source code and generates optimization metadata to guide database administrators.
| Data Component | Description |
|---|---|
| Supported Inputs | .sql, .ts, .js, and .prisma files |
| Extraction Logic | Identification of WHERE, JOIN, ORDER BY, and GROUP BY clauses |
| Recommendation Format | Standard SQL CREATE INDEX syntax or CLI-based performance reports |
| Metadata Context | Explanations regarding index selectivity and write-performance trade-offs |
Loading
A zero-config AI utility that scans image directories to identify performance bottlenecks and suggest optimization strategies.

A command-line tool that uses AI to scan your image assets and provide actionable optimization recommendations to improve web performance.

A smart utility that analyzes your project structure to automatically configure tailored Git hooks for linting, testing, and commit standards.

A zero-config tool that analyzes your project to automatically generate and configure tailored Git hooks using Husky.

A developer-centric tool that analyzes your actual codebase to generate relevant, high-signal technical interview questions for hiring.

An automated documentation tool that generates JSDoc or TSDoc comments for exported functions and classes without modifying code logic.








































