Skip to content
OpenSmartRoute
Skillv1.0.0

agnxi-search

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

by sundial-org(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sundial-org/awesome-openclaw-skills (skills/agnxi-search/SKILL.md). Install upstream with npx skills add sundial-org/awesome-openclaw-skills --skill agnxi-search. Copyright stays with the author.

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.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sundial-org-awesome-openclaw-skills-agnxi-search/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sundial-org-awesome-openclaw-skills-agnxi-search.ocm.jsonjson
{
  "ocm": "1",
  "id": "sundial-org-awesome-openclaw-skills-agnxi-search",
  "kind": "skill",
  "name": "agnxi-search",
  "description": "The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.",
  "publisher": "sundial-org",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "search",
      "tools",
      "mcp",
      "skills",
      "directory",
      "discovery",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sundial-org/awesome-openclaw-skills",
      "path": "skills/agnxi-search/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sundial-org/awesome-openclaw-skills/blob/HEAD/skills/agnxi-search/SKILL.md",
      "key": "sundial-org/awesome-openclaw-skills/skills/agnxi-search/SKILL.md"
    }
  },
  "instructions": "# Agnxi Search Skill\r\n\r\nThis 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.\r\n\r\n## Capabilities\r\n\r\n- **Skill Discovery**: Find specific agent skills (e.g., \"browser automation\", \"pdf parsing\").\r\n- **MCP Server Lookup**: Locate Model Context Protocol servers to extend agent capabilities.\r\n- **Tool Retrieval**: Direct links to tool documentation and repositories.\r\n\r\n## Tools\r\n\r\n### `search_agnxi`\r\n\r\nPerforms a keyword search agains",
  "cost": {
    "context_tokens": 351
  }
}

Fetch it by URL: GET /api/v1/registry/sundial-org-awesome-openclaw-skills-agnxi-search/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.