sundial-org/awesome-openclaw-skills

agnxi-search

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

Trending #9535 First seen Mar 4, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill agnxi-search

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 659
License LICENSE
Default branch main
Open issues 12
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,652 B
  • docs SUMMARY.md 129 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 16 installs

SKILL.md

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.