docs-search

Search aem.live documentation and blog indexes with a Node.js CLI.

1|6|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/aemsites/summit-portal --skill docs-search-aemsites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-search
Source: https://github.com/aemsites/summit-portal/tree/main/skills/aem/edge-delivery-services/docs-search
Command: npx skills add https://github.com/aemsites/summit-portal --skill docs-search-aemsites

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill reduces time wasted hunting through unrelated pages by providing focused searches of the aem.live documentation and blog posts so developers can quickly locate authoritative guidance on AEM Edge Delivery Services features and implementation details.

Core Features & Use Cases

  • Targeted keyword search: Uses a Node.js CLI search script that filters stop words and accepts 1–3 focused keywords to surface relevant doc and blog results.
  • Relevance ranking & snippets: Ranks results by weighted scoring across title, description, and content, and extracts contextual snippets to preview relevance.
  • Deprecation awareness & fetching: Merges deprecation metadata, warns about deprecated features, and supports fetching full page content for the top results.
  • Use Case: When a developer cannot find implementation examples via a basic web search, run this skill to locate official docs about block decoration, metadata patterns, or Edge Delivery Services configuration.

Quick Start

Run the docs-search Node.js script with one to three focused keywords to retrieve the most relevant aem.live documentation and then fetch the top results for full content.

Frequently Asked Questions about docs-search

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

FAQPage Schema
How do I search aem.live documentation for Edge Delivery Services implementation guidance?

To search aem.live documentation, use a Node.js CLI script that accepts 1–3 focused keywords, filters stop words, and queries JSON indexes to retrieve relevant implementation guidance for AEM Edge Delivery Services.

What is the best way to find deprecated AEM Edge Delivery Services features in official docs?

Finding deprecated features involves merging deprecation metadata during the search process, which warns you about deprecated AEM Edge Delivery Services capabilities and adjusts relevance ranking to prioritize current documentation.

Can I retrieve full page content from aem.live documentation after finding relevant search results?

Retrieving full page content is supported through an optional fetch mechanism that downloads the complete text of the top-ranked aem.live documentation results returned by the initial keyword search.

Does the aem.live documentation search require any external dependencies or packages?

The aem.live documentation search operates using a standalone Node.js script with no external dependencies, fetching JSON indexes directly from the aem.live site to perform keyword filtering and relevance scoring.

Why does my general web search fail to find AEM Edge Delivery Services block decoration examples?

General web searches often fail to surface block decoration examples because they lack targeted relevance scoring across title, description, and content fields, whereas a focused aem.live index search extracts contextual snippets directly from authoritative documentation.

How do I get contextual snippets from aem.live blog posts about metadata patterns?

Getting contextual snippets from aem.live blog posts requires running the Node.js search script with metadata-related keywords, which then ranks results by weighted scoring and extracts preview snippets to evaluate relevance.