search

Set up Meilisearch with Redis caching, rate limiting, and API key management.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mattwoodco/skills --skill search-mattwoodco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/mattwoodco/skills/tree/main/skills/search
Command: npx skills add https://github.com/mattwoodco/skills --skill search-mattwoodco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the setup of a robust full-text search solution using Meilisearch, complete with essential features for production readiness.

Core Features & Use Cases

  • Production-Ready Search: Integrates Meilisearch with Redis caching, rate limiting, input sanitization, and API key management.
  • Developer Experience: Provides client libraries, React hooks, and API endpoints for seamless integration into applications.
  • Use Case: Implement a fast and secure search experience for your e-commerce product catalog, allowing users to quickly find items with features like auto-completion and typo tolerance.

Quick Start

Use the search skill to set up Meilisearch with Redis caching and API key management.

Frequently Asked Questions about search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Meilisearch with Redis caching and rate limiting?

To set up Meilisearch with Redis caching and rate limiting, you can configure this skill to integrate full-text search, input sanitization, and API key management into your web application. It provides client libraries and API endpoints for search queries.

What is the best way to add typo-tolerant full-text search to a React application?

The best way to add typo-tolerant full-text search to a React application is using this skill to generate Meilisearch React hooks and API endpoints. It facilitates fast search experiences with auto-completion features.

Do I need Redis and Zod to manage Meilisearch API security?

Yes, you need Redis for caching and Zod for input validation to manage Meilisearch API security. This skill requires both dependencies to implement rate limiting, input sanitization, and secure API key management.

Can I use Meilisearch for an e-commerce product catalog search?

Yes, you can use Meilisearch for an e-commerce product catalog search. This skill streamlines setting up a robust, production-ready search solution with auto-completion, typo tolerance, and Redis caching for fast query performance.

How does Redis caching improve full-text search performance?

Redis caching improves full-text search performance by storing frequent query results, reducing direct database load. This skill integrates Redis caching alongside Meilisearch to deliver faster search responses and manage rate limiting.