elasticsearchQuery and index Elasticsearch with proper mappings, analyzers, and search patterns.
Install via ClawdBot CLI:
clawdbot install ivangdavila/elasticsearchGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 20, 2026
Implement a search engine for an online store using text fields with analyzers for full-text search and keyword fields for exact filtering by SKU or category. Use filter context for price ranges and availability to improve performance, and nested types for product variants like size and color combinations.
Set up an Elasticsearch cluster to index and query application logs, using index templates and ILM for automatic rollover and deletion of old indices. Apply keyword analyzers for log levels and IP addresses, and use aggregations to generate reports on error frequencies and user activities.
Build a system to search and filter support tickets with text fields for issue descriptions and keyword fields for ticket IDs and statuses. Utilize nested queries for attachments or comments, and implement pagination with search_after for handling large result sets efficiently.
Create a dashboard for monitoring business metrics by indexing time-series data with proper mappings for dates and numbers. Use filter context for date ranges and aggregations like terms and cardinality to track trends, ensuring shard sizes are optimized for query performance.
Offer Elasticsearch as a managed service for businesses needing scalable search capabilities, with features like custom analyzers and performance tuning. Revenue comes from subscription tiers based on data volume and query throughput, plus add-ons for advanced analytics.
Provide expertise in designing and deploying Elasticsearch clusters, including mapping strategies, sharding, and index management for clients in industries like e-commerce or log management. Revenue is generated through project-based fees and ongoing support contracts.
Develop a platform that leverages Elasticsearch for real-time data ingestion and querying, targeting enterprises for business intelligence. Revenue models include licensing fees for the software and additional charges for training and customization services.
💬 Integration Tip
Use index aliases to switch between old and new indices during reindexing for zero downtime, and always test analyzers with the _analyze endpoint before deploying to production to avoid mapping issues.
Scored Apr 18, 2026
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Design data models for construction projects. Create entity-relationship diagrams, define schemas, and generate database structures.
MarkItDown is a Python utility from Microsoft for converting various files (PDF, Word, Excel, PPTX, Images, Audio) to Markdown. Useful for extracting structu...
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.