with one click
knowledge-query
在 AI 知识库中检索技术文章和开源项目,按相关性返回结果
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
在 AI 知识库中检索技术文章和开源项目,按相关性返回结果
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
当用户要"推荐 / 高分 / 最佳 / score 最高"的知识库文章时触发。典型用语:推荐几个 xxx / score 最高的 / 最值得看的。基于本地 kb,不需要联网。
生成今日 AI 技术简报,汇总当天采集的 Top 5 知识条目,按相关性排序
When you need to collect trending GitHub repositories in AI/LLM/Agent domains
When you need to analyze and summarize collected tech articles
当用户要求分析文章技术价值、生成摘要、进行评分时触发
当用户要求采集AI文章、搜索技术内容、获取GitHub热门项目时触发
| name | knowledge-query |
| description | 在 AI 知识库中检索技术文章和开源项目,按相关性返回结果 |
| allowed-tools | ["Read"] |
当用户想要搜索、查询、查找 AI 技术相关的文章或项目时激活此技能。
从用户输入中提取:
llm、agent、rag、mcp使用 Glob 定位目标文件:
knowledge/articles/{date-pattern}-*.json
使用 Grep 在文件内容中搜索关键词:
grep -l "关键词" knowledge/articles/*.json
读取匹配的 JSON 文件,提取结构化字段
relevance_score 降序排列每条结果输出格式:
📌 **{title}**
来源:{source} | 日期:{collected_at}
摘要:{summary}
标签:{tags}
链接:{url}
多条结果之间用分隔线隔开。
如果未找到匹配结果:
用户:搜索最近关于 MCP 协议的文章 助手:找到 3 篇相关文章:
📌 Anthropic MCP 协议 1.0 正式发布 来源:Hacker News | 日期:2026-03-15 摘要:Anthropic 发布 Model Context Protocol 1.0 稳定版,新增 Streamable HTTP 传输... 标签:mcp, anthropic, protocol 链接:https://...
📌 OpenAI 宣布支持 MCP 协议 来源:GitHub Trending | 日期:2026-03-14 摘要:OpenAI 在 Agents SDK 中添加 MCP 客户端支持... 标签:mcp, openai, agents-sdk 链接:https://...