exa-hello-world

Installation
SKILL.md

Exa Hello World

Overview

Minimal working examples demonstrating all core Exa search operations: basic search, search with contents, find similar, and get contents. Each example is runnable standalone.

Prerequisites

  • exa-js SDK installed (npm install exa-js)
  • EXA_API_KEY environment variable set
  • Node.js 18+ with ES module support

Instructions

Step 1: Basic Search (Metadata Only)

import Exa from "exa-js";

const exa = new Exa(process.env.EXA_API_KEY);
Installs
26
GitHub Stars
2.3K
First Seen
Feb 18, 2026
exa-hello-world — jeremylongshore/claude-code-plugins-plus-skills