agnxi-search

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Agnxi Search Skill

Agnxi 搜索 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.
本 Skill 可直接访问 Agnxi.com 数据库,支持 Agent 自主发现并获取数千款精选工具、MCP 服务器及编码能力的相关信息。

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.
  • Skill 发现:查找特定的 Agent Skill(例如「浏览器自动化」、「PDF 解析」)。
  • MCP 服务器查询:定位 Model Context Protocol 服务器以扩展 Agent 能力。
  • 工具检索:提供工具文档与代码仓库的直接链接。

Tools

工具

search_agnxi

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}}"
针对 Agnxi 站点地图索引执行关键词搜索,以查找相关资源。
参数:
  • query
    (字符串,必填):搜索关键词(例如「browser use」、「postgres mcp」、「text to speech」)。
使用方法:
注意:本工具运行本地 Python 脚本查询实时站点地图,无需 API 密钥即可获取最新结果。
bash
python3 search.py "{{query}}"

Best Practices for Agents

Agent 最佳实践

  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.
  1. 宽泛搜索:如果特定术语未返回结果,尝试更宽泛的类别(例如搜索「PDF」而非「PyPDF2」)。
  2. 验证链接:本工具返回直接 URL,请始终验证内容是否符合用户需求。
  3. 交叉参考:使用本 Skill 找到工具的名称后,可在需要时使用
    browser
    github
    Skill 获取特定文档。