kb: Skill for Claude Code

.agents/skills/exa-web-search-free/SKILL.md

exa-web-search-free is a skill for Claude Code, Codex from compozy/kb. It costs 42 tokens per session (696 once invoked), scanned B, a copy of exa-web-search-free, MIT.

A web and code search tool that finds current information, news, company details, documentation, and programming examples online.

In plain words
What is it for?
Use it to research current topics, investigate companies, and find code examples or API documentation from sources such as GitHub and Stack Overflow.
Why use it?
It reduces the need to search several websites manually or set up a paid search API key.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is compozy/kb's own configuration. It tells Claude Code and Codex how to work on kb itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kb configures →

View source ↗ compozy/kb
Reuse

Borrowing it

Nothing to install: this file belongs to compozy/kb. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/compozy/kb/main/.agents/skills/exa-web-search-free/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/compozy/kb

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for exa-web-search-free

README.md
[![agentmods](https://agentmods.dev/badge/skills/compozy/kb/exa-web-search-free.svg)](https://agentmods.dev/skills/compozy/kb/exa-web-search-free)
Your own site
<a href="https://agentmods.dev/skills/compozy/kb/exa-web-search-free"><img src="https://agentmods.dev/badge/skills/compozy/kb/exa-web-search-free.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 696 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00696
Opus 5 $0.00021 $0.00348
Sonnet 5 $0.00008 $0.00139
Haiku 4.5 $0.00004 $0.00070

Measured 8d ago against content hash 4af531770226, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

exa-web-search-free scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

**Enable all tools:**
Origin

This is a copy

100% identical to exa-web-search-free — 12 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/exa-web-search-free/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Exa Web Search (Free)

Neural search for web, code, and company research. No API key required.

Setup

Verify mcporter is configured:

mcporter list exa

If not listed:

mcporter config add exa https://mcp.exa.ai/mcp

Core Tools

web_search_exa

Search web for current info, news, or facts.

mcporter call 'exa.web_search_exa(query: "latest AI news 2026", numResults: 5)'

Parameters:

  • query - Search query
  • numResults (optional, default: 8)
  • type (optional) - "auto", "fast", or "deep"

get_code_context_exa

Find code examples and docs from GitHub, Stack Overflow.

mcporter call 'exa.get_code_context_exa(query: "React hooks examples", tokensNum: 3000)'

Parameters:

  • query - Code/API search query
  • tokensNum (optional, default: 5000) - Range: 1000-50000

company_research_exa

Research companies for business info and news.

mcporter call 'exa.company_research_exa(companyName: "Anthropic", numResults: 3)'

Parameters:

  • companyName - Company name
  • numResults (optional, default: 5)

Advanced Tools (Optional)

Six additional tools available by updating config URL:

  • web_search_advanced_exa - Domain/date filters
  • deep_search_exa - Query expansion
  • crawling_exa - Full page extraction
  • people_search_exa - Professional profiles
  • deep_researcher_start/check - AI research agent

Enable all tools:

mcporter config add exa-full "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,deep_search_exa,crawling_exa,company_research_exa,people_search_exa,deep_researcher_start,deep_researcher_check"

# Then use:
mcporter call 'exa-full.deep_search_exa(query: "AI safety research")'

Tips

  • Web: Use type: "fast" for quick lookup, "deep" for thorough research
  • Code: Lower tokensNum (1000-2000) for focused, higher (5000+) for comprehensive
  • See examples.md for more patterns

Read the full file on GitHub · 97 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 97 lines · 42 tokens per session scan B 4af531770226

Subscribe to this mod's changes

exa-web-search-free is a skill published in the GitHub repository compozy/kb (108 stars, last pushed 18d ago), licensed MIT. It adds 42 tokens to every session and 696 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). It is 100% identical to exa-web-search-free, differing in 12 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens