agnxi-search

The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.

533 stars

Best use case

agnxi-search is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.

Teams using agnxi-search should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agnxi-search/SKILL.md --create-dirs "https://raw.githubusercontent.com/sundial-org/awesome-openclaw-skills/main/skills/agnxi-search/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agnxi-search/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agnxi-search Compares

Feature / Agentagnxi-searchStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Agnxi Search Skill

This skill provides direct access to the [Agnxi.com](https://agnxi.com) database, allowing agents to autonomously discover and retrieve information about thousands of curated tools, MCP servers, and coding capabilities.

## Capabilities

- **Skill Discovery**: Find specific agent skills (e.g., "browser automation", "pdf parsing").
- **MCP Server Lookup**: Locate Model Context Protocol servers to extend agent capabilities.
- **Tool Retrieval**: Direct links to tool documentation and repositories.

## Tools

### `search_agnxi`

Performs a keyword search against the Agnxi sitemap index to find relevant resources.

**Parameters:**

- `query` (string, required): The search keywords (e.g., "browser use", "postgres mcp", "text to speech").

**Usage Implementation:**

> **Note**: This tool runs a local Python script to query the live sitemap, ensuring up-to-date results without API keys.

```bash
python3 search.py "{{query}}"
```

## Best Practices for Agents

1.  **Search Broadly**: If specific terms yield no results, try broader categories (e.g., instead of "PyPDF2", search "PDF").
2.  **Verify Links**: The tool returns direct URLs. Always verify the content matches the user's need.
3.  **Cross-Reference**: Use this skill to find the *name* of a tool, then use your `browser` or `github` skills to fetch specific documentation if needed.

Related Skills

npm-search

533
from sundial-org/awesome-openclaw-skills

Search npm packages. Use for finding Node.js/JavaScript packages, libraries, and tools.

moltresearch

533
from sundial-org/awesome-openclaw-skills

Molt Research 🦞 - AI research collaboration platform. Verify you're not human, propose research, contribute analysis, peer review, earn bounties, and build collective intelligence. Use when doing research, collaborating on papers, or exploring what AI agents are studying together.

local-rag-search

533
from sundial-org/awesome-openclaw-skills

Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of RAG-based web search with DuckDuckGo, Google, and multi-engine deep research capabilities.

kagi-search

533
from sundial-org/awesome-openclaw-skills

Web search using Kagi Search API. Use when you need to search the web for current information, facts, or references. Requires KAGI_API_KEY in the environment.

grok-search

533
from sundial-org/awesome-openclaw-skills

Search the web or X/Twitter using xAI Grok server-side tools (web_search, x_search) via the xAI Responses API. Use when you need tweets/threads/users from X, want Grok as an alternative to Brave, or you need structured JSON + citations.

google-search

533
from sundial-org/awesome-openclaw-skills

Search the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.

gemini-deep-research

533
from sundial-org/awesome-openclaw-skills

Perform complex, long-running research tasks using Gemini Deep Research Agent. Use when asked to research topics requiring multi-source synthesis, competitive analysis, market research, or comprehensive technical investigations that benefit from systematic web search and analysis.

exa-web-search-free

533
from sundial-org/awesome-openclaw-skills

Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.

deep-research

533
from sundial-org/awesome-openclaw-skills

Deep Research Agent specializes in complex, multi-step research tasks that require planning, decomposition, and long-context reasoning across tools and files by we-crafted.com/agents/deep-research

ddg-search

533
from sundial-org/awesome-openclaw-skills

Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.

competitive-intelligence-market-research

533
from sundial-org/awesome-openclaw-skills

B2B SaaS competitive intelligence with 24 scenarios across Sales/HR/Fintech/Ops Tech

brave-search

533
from sundial-org/awesome-openclaw-skills

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.