TopRank Skills

Home / Claw Skills / Git / GitHub / agnxi-search
Official OpenClaw rules 72%

agnxi-search

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agnxi-search 技能。 若已安装,则直接安装 agnxi-search 技能。

Overview

Skill Key
doanbactam/agnxi-search-skill
Author
Agnxi
Source Repo
openclaw/skills
Version
1.1.0
Source Path
skills/doanbactam/agnxi-search-skill
Latest Commit SHA
af91bcf2e87e9f3f9d9b9cc1db4af0608993d320

Extracted Content

SKILL.md excerpt

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

README excerpt

# Agnxi Search Skill 🔍

[![Agent Ready](https://img.shields.io/badge/Agent-Ready-blue.svg)](https://agnxi.com)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

> **The comprehensive discovery engine for AI Agent capabilities.**

This repository contains the `agnxi-search` skill, utilizing the [OpenClaw](https://github.com/openclaw/clawhub) standard. It acts as a bridge between your AI Agent and the vast database of tools available at **[Agnxi.com](https://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.

```bash
# 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:
```bash
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](https://agnxi.com) - The Agent Skills Directory*

Related Claw Skills