exa-plus

Neural web search via Exa AI. Search people, companies, news, research, code. Supports deep search, domain filters, date ranges.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "exa-plus" with this command: npx skills add jordyvandomselaar/exa-plus

Exa - Neural Web Search

Powerful AI-powered search with LinkedIn, news, research papers, and more.

Setup

Create ~/.clawdbot/credentials/exa/config.json:

{"apiKey": "your-exa-api-key"}

Commands

General Search

bash scripts/search.sh "query" [options]

Options (as env vars):

  • NUM=10 - Number of results (max 100)
  • TYPE=auto - Search type: auto, neural, fast, deep
  • CATEGORY= - Category: news, company, people, research paper, github, tweet, pdf, financial report
  • DOMAINS= - Include domains (comma-separated)
  • EXCLUDE= - Exclude domains (comma-separated)
  • SINCE= - Published after (ISO date)
  • UNTIL= - Published before (ISO date)
  • LOCATION=NL - User location (country code)

Examples

# Basic search
bash scripts/search.sh "AI agents 2024"

# LinkedIn people search
CATEGORY=people bash scripts/search.sh "software engineer Amsterdam"

# Company search
CATEGORY=company bash scripts/search.sh "fintech startup Netherlands"

# News from specific domain
CATEGORY=news DOMAINS="reuters.com,bbc.com" bash scripts/search.sh "Netherlands"

# Research papers
CATEGORY="research paper" bash scripts/search.sh "transformer architecture"

# Deep search (comprehensive)
TYPE=deep bash scripts/search.sh "climate change solutions"

# Date-filtered news
CATEGORY=news SINCE="2026-01-01" bash scripts/search.sh "tech layoffs"

Get Content

Extract full text from URLs:

bash scripts/content.sh "url1" "url2"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Ai Freelancing Guide

Provides a complete guide to AI freelancing including niche analysis, pricing, client acquisition, proposal templates, and delivery workflows.

Registry SourceRecently Updated
Coding

Ai Code Assistant

提供多语言AI智能代码处理与批量自动化,显著提升开发效率,适合企业、团队及自由职业者。

Registry SourceRecently Updated
Coding

Life Control

Orchestrate the Life Control CLI skill for OpenClaw agent fleets: initialize the Life Control database, register agent personas, wire Telegram bots, and run daily routines (Morning Alignment, Body Protocol, Financial Pulse, Social Radar, Work Priming, Shutdown). Use when a user asks to create or run a Life Control system, OpenClaw skill integration, or agent persona automation for personal life tracking.

Registry SourceRecently Updated