Agent Skills Search
The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 3 · 2.9k · 7 current installs · 9 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the implementation: the included script fetches https://agnxi.com/sitemap.xml and filters URLs for the query. There are no unexpected environment variables, binaries, or config paths requested that would be unrelated to a search/discovery tool.
Instruction Scope
SKILL.md instructs the agent to run the local search.py with the user query; the script only fetches the sitemap, parses it, and prints matching <loc> links. It does not read arbitrary user files, environment secrets, or transmit agent-local data to third parties. One minor note: the CACHE_FILE constant exists but is unused (no caching implemented).
Install Mechanism
There is no install spec (instruction-only with a small included Python script). No remote downloads or package installs are requested by the skill.
Credentials
The skill declares no required environment variables or credentials and the code does not access environment secrets. Network access is limited to the stated domain (agnxi.com) which is expected for this purpose.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Model invocation is allowed (default) which is normal for skills.
Assessment
This skill appears to do exactly what it claims: fetch the Agnxi sitemap and return matching URLs. Before installing, consider: (1) it makes outbound HTTPS requests to agnxi.com — if you operate in a strict environment confirm you allow that network access; (2) always verify returned links before following them (the SKILL.md even recommends this); and (3) if you want caching or offline use, note the script defines CACHE_FILE but does not implement caching. Otherwise it is coherent and low-risk.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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.
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
