npx skills add https://github.com/openclaw/skills
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.
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.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from sundial-org/awesome-openclaw-skills · top by installs.
npx skills add 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.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,652 B -
docs
SUMMARY.md129 B
History
- First seen on skills.sh
- 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
- Search Broadly: If specific terms yield no results, try broader categories (e.g., instead of "PyPDF2", search "PDF").
- Verify Links: The tool returns direct URLs. Always verify the content matches the user's need.
- Cross-Reference: Use this skill to find the name of a tool, then use your
browserorgithubskills to fetch specific documentation if needed.