← Back to Skills Marketplace
doanbactam

Agent Skills Search

by doanbactam · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
3745
Downloads
4
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install agnxi-search-skill
Description
The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.
README (SKILL.md)

\r \r

Agnxi Search Skill\r

\r 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.\r \r

Capabilities\r

\r

  • Skill Discovery: Find specific agent skills (e.g., "browser automation", "pdf parsing").\r
  • MCP Server Lookup: Locate Model Context Protocol servers to extend agent capabilities.\r
  • Tool Retrieval: Direct links to tool documentation and repositories.\r \r

Tools\r

\r

search_agnxi\r

\r Performs a keyword search against the Agnxi sitemap index to find relevant resources.\r \r Parameters:\r \r

  • query (string, required): The search keywords (e.g., "browser use", "postgres mcp", "text to speech").\r \r Usage Implementation:\r \r

Note: This tool runs a local Python script to query the live sitemap, ensuring up-to-date results without API keys.\r \r

python3 search.py "{{query}}"\r
```\r
\r
## Best Practices for Agents\r
\r
1.  **Search Broadly**: If specific terms yield no results, try broader categories (e.g., instead of "PyPDF2", search "PDF").\r
2.  **Verify Links**: The tool returns direct URLs. Always verify the content matches the user's need.\r
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.\r
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: agnxi-search-skill Version: 1.0.0 The skill bundle is classified as benign. The `SKILL.md` instructs the agent to execute a local Python script (`search.py`) with a user-provided query. The `search.py` script safely handles the query as a string for filtering purposes, making an expected network request to `https://agnxi.com/sitemap.xml` to fetch the sitemap. There is no evidence of intentional malicious behavior such as data exfiltration, malicious execution within the script, persistence mechanisms, or prompt injection attempts against the agent to deviate from its stated purpose. The shell execution instruction in `SKILL.md` is the intended mechanism for the skill to function, and the script itself processes input securely.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agnxi-search-skill
  3. After installation, invoke the skill by name or use /agnxi-search-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Updated skill to version 1.1.0 with enhanced directory search capabilities. - Added comprehensive SKILL.md documentation detailing usage, capabilities, and best practices. - Introduced keyword-based search utility for discovering agent skills, MCP servers, and tools via Agnxi.com. - Included instructions for local execution and ensuring up-to-date results without API keys. - Listed best practices for effective searching and resource validation.
Metadata
Slug agnxi-search-skill
Version 1.0.0
License
All-time Installs 15
Active Installs 12
Total Versions 1
Frequently Asked Questions

What is Agent Skills Search?

The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 3745 downloads so far.

How do I install Agent Skills Search?

Run "/install agnxi-search-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Skills Search free?

Yes, Agent Skills Search is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Agent Skills Search support?

Agent Skills Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Skills Search?

It is built and maintained by doanbactam (@doanbactam); the current version is v1.0.0.

💬 Comments