安全扫描
OpenClaw
安全
high confidence该技能的代码和指令与其所述目的(智能搜索)一致,它使用多个搜索引擎进行交互,请求适当的配置,不请求无关的凭证或意外端点。
评估建议
此技能似乎确实做到了它声称的:智能搜索技能,用于多引擎搜索和结果聚合。安装或运行之前:1) 确认您的搜索API凭证已妥善配置,并且您对授予搜索访问权限感到满意。2) 仅在您信任的环境中运行,避免搜索敏感内容。3) 技能不请求凭证,但注意不要向脚本传递敏感的搜索关键词,除非您信任整个工具链。4) 如果您想要更高的保证,请在运行前在本地审查包含的脚本。详细分析 ▾
✓ 用途与能力
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.
✓ 指令范围
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).
✓ 安装机制
There is no install spec (instruction-only with a small included Python script). No remote downloads or package installs are requested by the skill.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/1/31
初始版本,支持智能搜索
● 无害
安装命令 点击复制
官方npx clawhub@latest install agnxi-search-skill
镜像加速npx clawhub@latest install agnxi-search-skill --registry https://cn.clawhub-mirror.com
技能文档
# 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").
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}}"
`
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
browser or github` skills to fetch specific documentation if needed.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制