一键导入
searxng-search
仅在用户显式输入 `/searx:关键词` 或 `/searxng:关键词` 时使用。不要从普通自然语言搜索、查资料、最新信息请求中猜测触发。该技能只负责调用已配置的内部 SearXNG 实例返回结构化搜索结果。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
仅在用户显式输入 `/searx:关键词` 或 `/searxng:关键词` 时使用。不要从普通自然语言搜索、查资料、最新信息请求中猜测触发。该技能只负责调用已配置的内部 SearXNG 实例返回结构化搜索结果。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guided Team Console Task design advisor and creation/update helper. Use when the user says "/team-task" or asks in natural-language to create, update, design, or complete a Team Console Task, WorkUnit, Discovery Task, reusable/template task, worklist-producing task, split-task, 任务卡片, 发现任务, 分片任务, or a multi-source research workflow. Helps non-expert users turn fuzzy goals into the right Task shape, asks plain-language questions, previews full JSON, and writes only through /v1/team/tasks after confirmation. Do not use for running, observing, or debugging Tasks.
Creates repo-local requirement/step plans and ready-to-send messages for a separate GLM/coding agent. Use when the user says to call glm-plan, asks to hand work to another agent, or wants a detailed plan/message/file for an external agent to implement.
Use this skill for web browsing, logged-in websites, social platforms, dynamic pages, screenshots, downloads, and any task that needs a real browser session.
Use when and only when the user message contains the explicit keyword "/team-plan". This skill guides the Agent through creating TeamUnit presets and Plans via the /v1/team REST API. If the user merely mentions "team plan", "团队计划", Team Runtime, or planning without "/team-plan", do not use this skill automatically; ask whether they want to start with "/team-plan".
无浏览器实体的 HTTP(S) 网络访问技能。Use when an agent needs lightweight network requests such as public web pages, JSON APIs, RSS, sitemap, metadata checks, redirects, static HTML extraction, or file downloads without browser interaction.
Use when the user asks to view, list, create, configure, switch, verify, archive, delete, or reason about independent agent profiles / operation windows in ugk-pi, including Chinese requests like “我有哪些agent”, “有哪些 agent”, “创建 agent”, “切换 agent”, “删除 agent”, “给 search agent 安装技能”, “给其他 agent 安装技能”, or “搜索 Agent 有哪些技能”. Do not use for legacy .pi/agents subagent files unless the user explicitly says subagent.
| name | searxng-search |
| description | 仅在用户显式输入 `/searx:关键词` 或 `/searxng:关键词` 时使用。不要从普通自然语言搜索、查资料、最新信息请求中猜测触发。该技能只负责调用已配置的内部 SearXNG 实例返回结构化搜索结果。 |
| allowed-tools | Bash |
这个技能只允许显式触发。只有当用户消息直接以下列格式开头时使用:
/searx:关键词/searxng:关键词如果关键词为空,停止并返回正确用法,不要猜。
本技能负责:
本技能不负责:
web-access 打开具体网页。如果用户需要打开某个结果页、登录态内容、截图或网站操作,再结合 web-access。
允许:
/searx:国产大模型 2026
/searxng:SearXNG JSON API format json
不允许自动触发:
帮我查一下今天有什么 AI 新闻
搜索一下 SearXNG 怎么部署
看看知乎上有没有相关讨论
这些普通请求不应使用本技能,除非用户明确写了 /searx: 或 /searxng:。
统一调用脚本:
node /app/runtime/skills-user/searxng-search/scripts/searxng_search.mjs search \
--query "<keyword>" \
--limit 10
如果在 Windows 项目目录调试,使用:
node runtime/skills-user/searxng-search/scripts/searxng_search.mjs search \
--query "<keyword>" \
--limit 10
脚本读取:
SEARXNG_BASE_URLSEARXNG_INTERNAL_BASE_URL如果都未设置,默认尝试 http://ugk-pi-searxng:8080。
--category general
--language zh-CN
--time-range day
--limit 10
说明:
--category 会映射到 SearXNG categories 参数。--language 会映射到 SearXNG language 参数。--time-range 可选 day、month、year。--limit 默认 10,最大 20。最终回答必须保留:
如果结果只是搜索摘要,不要把它包装成已经验证的事实。需要精确引用、登录态内容或网页全文时,应继续打开原始 URL。
常见错误:
HTTP 403:通常是 SearXNG 未启用 format: json,或实例限制 JSON API。fetch failed / timeout:SearXNG 容器不可达或搜索源响应过慢。web-access 默认 staged router。