skills$openclaw/agnxi-search
doanbactam1.2k

by doanbactam

agnxi-search – OpenClaw Skill

agnxi-search is an OpenClaw Skills integration for coding workflows. The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.

1.2k stars6.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameagnxi-search
descriptionThe official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills. OpenClaw Skills integration.
ownerdoanbactam
repositorydoanbactam/agnxi-search-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @doanbactam/agnxi-search-skill
last updatedFeb 7, 2026

Maintainer

doanbactam

doanbactam

Maintains agnxi-search in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
_meta.json
293 B
README.md
1.7 KB
search.py
2.5 KB
SKILL.md
1.6 KB
SKILL.md

name: agnxi-search description: The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills. author: Agnxi version: 1.1.0 tags: [search, tools, mcp, skills, directory, discovery]

Agnxi Search Skill

This skill provides direct access to the 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.

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.
README.md

Agnxi Search Skill 🔍

Agent Ready License: MIT

The comprehensive discovery engine for AI Agent capabilities.

This repository contains the agnxi-search skill, utilizing the OpenClaw standard. It acts as a bridge between your AI Agent and the vast database of tools available at Agnxi.com.

🚀 Features

  • Real-time Indexing: Fetches the latest sitemap directly from Agnxi.com.
  • Zero-Config: Uses standard Python libraries. No API keys or external dependencies (pip install) required.
  • Precision Search: Filters specifically for Skills and MCP Servers, filtering out irrelevant web noise.

📦 Installation

This skill is designed to be installed via the Skill Registry or manually placed in your agent's skill directory.

# Example manual download
git clone https://github.com/YOUR_USERNAME/agnxi-search-skill.git

🛠 Usage

For Humans: You technically don't need this, you have the website! But you can run it to test:

python3 search.py "browser capabilities"

For Agents: The agent will utilize the search_agnxi tool automatically when asked to find new tools.

  • "Find me an MCP server for handling SQL databases."
  • "Are there any skills for interacting with Slack?"

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.


Powered by Agnxi.com - The Agent Skills Directory

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install agnxi-search?

Run openclaw add @doanbactam/agnxi-search-skill in your terminal. This installs agnxi-search into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/doanbactam/agnxi-search-skill. Review commits and README documentation before installing.