search

Adds on-site search to static websites using Pagefind client-side indexing.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill search-anglesite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/search
Command: npx skills add https://github.com/Anglesite/anglesite --skill search-anglesite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires astro-pagefind, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Searching through a website with many pages can be time-consuming. This Skill adds an on-site search functionality, allowing visitors to find content quickly without relying on external search engines.

Core Features & Use Cases

  • Full-text Search: Indexes the content of all pages on your site for fast and accurate search results.
  • Client-side Search: Search is performed entirely on the client-side, ensuring privacy and avoiding the need for an external API.
  • Use Case: A visitor wants to find a specific blog post on your Anglesite site. With the search feature, they can quickly type in keywords and find the post immediately.

Quick Start

Use the search skill to search for the keyword 'Anglesite' on your site.

Frequently Asked Questions about search

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

FAQPage Schema
How do I add on-site search to an Astro static website?

To add on-site search to an Astro static website, use this Skill to integrate Pagefind for client-side indexing and searching. It provides full-text search functionality directly within your static site without requiring server-side processing.

Does client-side site search work without external API calls?

Yes, client-side site search works entirely without external API calls. This Skill uses Pagefind to perform indexing and searching on the client side, ensuring user privacy and eliminating the need for external search engine dependencies.

What is the best way to implement full-text search in Anglesite?

The best way to implement full-text search in Anglesite is using this Skill, which leverages Pagefind. It indexes all your site pages locally, allowing visitors to quickly find specific content like blog posts by typing keywords immediately.

Does the search functionality require JavaScript to run?

Yes, the search functionality requires JavaScript to run. Because this Skill implements client-side searching with Pagefind, visitors must have JavaScript enabled in their browsers for the search interface to function properly.

Can I use Pagefind for content discovery on privacy-focused static sites?

Yes, you can use Pagefind for content discovery on privacy-focused static sites. This Skill performs all searching client-side, meaning no user search queries are sent to external servers, completely respecting visitor privacy.