# Agnxi Search

> Use when working with the official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.

- Skill: `tomevault-io/agnxi-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agnxi-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agnxi-search/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agnxi-search

---


# 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.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/demerzels-lab) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

