·searxng-search
</>

searxng-search

ypares/agent-skills

使用本地 SearXNG 实例增强 Web 和包存储库搜索

42安装·4热度·@ypares

安装

$npx skills add https://github.com/ypares/agent-skills --skill searxng-search

SKILL.md

SearXNG is a privacy-respecting metasearch engine that you can run locally. It aggregates results from multiple search engines and package repositories, returning clean JSON output.

| General web search | curl "http://localhost:8888/search?q= &format=json" | general | | Search Cargo/crates.io | curl "http://localhost:8888/search?q= &format=json&categories=cargo" | cargo | | Search npm packages | curl "http://localhost:8888/search?q= &format=json&categories=packages" | packages |

| Search code repositories | curl "http://localhost:8888/search?q= &format=json&categories=repos" | repos | | Search IT resources | curl "http://localhost:8888/search?q= &format=json&categories=it" | it | | Limit results | Add &limit=N to URL | - | | Multiple categories | &categories=cat1,cat2 | - |

使用本地 SearXNG 实例增强 Web 和包存储库搜索 来源:ypares/agent-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/ypares/agent-skills --skill searxng-search
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 searxng-search?

使用本地 SearXNG 实例增强 Web 和包存储库搜索 来源:ypares/agent-skills。

如何安装 searxng-search?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ypares/agent-skills --skill searxng-search 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/ypares/agent-skills