← 返回 Skills 市场
doanbactam

Agent Skills Search

作者 doanbactam · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3745
总下载
4
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install agnxi-search-skill
功能描述
The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agnxi-search-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agnxi-search-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug agnxi-search-skill
版本 1.0.0
许可证
累计安装 15
当前安装数 12
历史版本数 1
常见问题

Agent Skills Search 是什么?

The official search utility for Agnxi.com - The premier directory of AI Agent Tools, MCP Servers, and Skills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3745 次。

如何安装 Agent Skills Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agnxi-search-skill」即可一键安装,无需额外配置。

Agent Skills Search 是免费的吗?

是的,Agent Skills Search 完全免费(开源免费),可自由下载、安装和使用。

Agent Skills Search 支持哪些平台?

Agent Skills Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Skills Search?

由 doanbactam(@doanbactam)开发并维护,当前版本 v1.0.0。

💬 留言讨论