Summary
当系统提示词需要定义 AI 模型何时搜索、如何搜索、搜索哪些数据源、以及如何处理搜索结果时调用此 Skill。适用于所有涉及实时知识检索的 AI 产品设计——聊天机器人、研究助手、企业知识库问答等。不适用于:纯离线场景(无搜索能力的环境)、已完全内化的知识问答(如数学推导)、创意生成任务。当需求仅涉及"从本地文件读取内…
kangarooking/system-prompt-skills
当系统提示词需要定义 AI 模型何时搜索、如何搜索、搜索哪些数据源、以及如何处理搜索结果时调用此 Skill。适用于所有涉及实时知识检索的 AI 产品设计——聊天机器人、研究助手、企业知识库问答等。不适用于:纯离线场景(无搜索能力的环境)、已完?
npx skills add kangarooking/system-prompt-skills --skill search-integration
当系统提示词需要定义 AI 模型何时搜索、如何搜索、搜索哪些数据源、以及如何处理搜索结果时调用此 Skill。适用于所有涉及实时知识检索的 AI 产品设计——聊天机器人、研究助手、企业知识库问答等。不适用于:纯离线场景(无搜索能力的环境)、已完全内化的知识问答(如数学推导)、创意生成任务。当需求仅涉及"从本地文件读取内…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Configures Flutter Driver for app interaction and converts MCP actions into permanent integrati…
30.5K installsThis skill should be used when the user asks to "add MCP server", "integrate MCP", "configure M…
14.3K installsThis skill should be used when the user asks to "add MCP server", "integrate MCP", "configure M…
5.9K installsIntegrate Apify into an existing JavaScript/TypeScript or Python application using the apify-cl…
3.2K installsOfficial integration patterns for Mapbox GL JS across popular web frameworks (React, Vue, Svelt…
2.1K installsCreates integration test cases targeting Oracle for .NET data access artifacts.
1.8K installsOther skills from kangarooking/system-prompt-skills · top by installs.
npx skills add kangarooking/system-prompt-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
6,882 B
SUMMARY.md
542 B
跨供应商系统提示词中浮现的搜索策略模式:Claude Web 的"自信不是跳过搜索的理由"、Perplexity 的"追问必须重新搜索"、Gemini 的多查询策略(至少一个问题式+一个关键词式)、Notion AI 的"搜索很便宜,默认每次首次交互都搜"。Le Chat 对所有当代公众人物强制搜索,NotebookLM 则完全不搜索——纯源文档引用。核心分歧点在于搜索的门槛:从"能不搜就不搜"到"默认每次都搜"。
context-management 的区别: context-management 管理已有上下文的压缩和加载,本 Skill 管理外部信息的获取时机和策略conversation-flow 的区别: conversation-flow 管理对话路由和澄清策略,本 Skill 专注于搜索决策(搜不搜、搜几个、搜哪里)