index-optimization针对指定表或集合做查询模式分析、可复用索引设计与 explain 迭代验证。支持两种优化模式:默认全量模式(定位该表/集合所有查询)与单查询模式(用户指定某条查询时,仅分析该查询并查询数据库现有索引);支持两种执行确认模式:需确认模式与免确认模式。
Install via ClawdBot CLI:
clawdbot install jiang-zx/index-optimizationGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 22, 2026
Optimize query performance for high-traffic tables like 'orders' or 'products' in MySQL or PostgreSQL, handling frequent searches, filters, and pagination. This scenario uses the skill's full mode to analyze all queries, design reusable indexes, and validate with explain to reduce latency during peak sales events.
Improve read efficiency for user data collections in a multi-tenant SaaS app by identifying inefficient queries and overlapping indexes. The skill applies in single-query mode to target specific slow aggregations, ensuring minimal write overhead and safe index deletions with rollback plans.
Enhance performance for complex analytical queries on transaction tables in TiDB or PostgreSQL, focusing on range scans and joins. Using full mode, it locates all reporting queries, designs composite indexes, and iteratively validates explain results to meet strict SLAs for daily reports.
Streamline access patterns for 'articles' or 'media' tables in MySQL, addressing slow updates and deletions due to outdated indexes. The skill employs confirmation mode to safely remove redundant indexes after verifying alternatives, reducing storage and improving write speeds.
Offer specialized index optimization as a paid service for clients with performance-critical databases, using the skill to deliver detailed reports and SQL scripts. Revenue comes from project-based fees or retainer contracts for ongoing maintenance and tuning.
Integrate the skill into a cloud-based database management platform as a premium feature, automating index recommendations for subscribers. Revenue is generated through tiered subscription plans based on usage volume or number of databases optimized.
Deploy the skill internally within large enterprises to empower development teams with self-service index optimization, reducing reliance on external DBAs. Revenue is indirect, realized through cost savings from improved application performance and reduced downtime.
💬 Integration Tip
Integrate this skill into CI/CD pipelines to automatically validate index changes in development environments before production deployment, ensuring performance gains without breaking existing queries.
Scored Apr 19, 2026
Use Redis effectively for caching, queues, and data structures with proper expiration and persistence.
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structu...
Database Designer - POWERFUL Tier Skill
Execute SQL queries, inspect Snowflake databases, schemas, tables, views, warehouses, and data pipeline resources. Use this skill when users want to query da...
Skill Oracle — Curated documentation of quality ClawHub skills. Markdown tables telling agents which tools work and which are empty. Not an API or code library.
Database Schema Designer