From creative-skills
Heuristic deep search for complex problems, combining note evidence and authoritative web sources. Activated by '深度搜索', '帮我深挖', etc. Single-agent, no sub_agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/creative-skills:wps-note-intelligent-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **类型**: 自然语言查询或结构化搜索请求
query: 用户问题或目标context: 对话上下文filters: 时间范围、标签、项目范围、来源偏好等max_results: 默认 10,范围 1-20search_depth: quick | standard | deep(默认 standard)source_mode: notes_only | web_only | hybrid(默认 hybrid)query 长度 >= 2results: 结果列表(按综合相关性排序)search_dimensions: 实际执行的检索维度evidence: 证据清单(笔记证据 + 外部证据)confidence: 每条关键结论的置信度(High/Medium/Low 或 0-100)conflicts: 冲突信息或未决点hybrid(笔记 + 网络权威源)。web_search 摘要只能作线索,web_fetch 正文才可作证据。sub_agent。本 Skill 是 wps-note 的深度检索场景封装层:
| 工具名 | 用途 |
|---|---|
search_notes | 笔记级召回(标题/正文/标签维度) |
search_note_content | 单篇笔记内定位关键段落 |
get_note_info | 获取元数据(标题、标签、更新时间) |
find_tags | 标签扩展与近义聚合 |
get_note_outline | 获取结构并定位读取入口 |
read_section | 章节级精读 |
read_blocks | 精确回读证据块 |
read_note / read_note_content | 全文读取(宿主工具名兼容) |
| 工具名 | 用途 |
|---|---|
web_search | 单查询检索权威候选 |
batch_web_search | 多查询并行召回(推荐) |
web_fetch | 抓取正文,形成可引用证据 |
sub_agent(本 Skill 禁止使用)| 级别 | 定义 | 结论作用 |
|---|---|---|
| Tier 1(一级官方) | 政府/监管/标准组织/公司官方披露/原始机构发布 | 结论主锚点 |
| Tier 2(二级主流) | 主流媒体、头部研究机构、可追溯作者和发布时间来源 | 交叉验证 |
| Tier 3(三级补充) | 社区、自媒体、二次转载、观点文 | 线索与背景,不单独定论 |
规则:
目标:把用户问题转成可检索任务。
实体、时间窗、约束、输出目标notes_only | web_only | hybrid目标:先充分召回,再高质量收敛。
目标:让每条结论都可审计。
notes_onlyhybrid(或 web_only)hybrid将问题拆成可验证断言(claim),每条 claim 至少包含:
subjectpredicatetime_scopesearch_notes / find_tags 召回候选笔记search_note_content 定位关键段落read_section / read_blocks 抽取证据batch_web_search 执行多 query 扩展召回web_fetch 抓取正文并过滤掉仅摘要结果建议综合分(0-100):
置信度建议:
必须包含:
适用于“这件事是真的吗/最新口径是什么”:
claim 拆解 → 笔记检索 → 网络检索 → 证据收敛 → 置信度输出
适用于“这个主题和我过去笔记有什么关联,外部又怎么说”:
笔记召回 → 主题扩展 → 网络权威检索 → 一致性分析
适用于“最近走势/风险变化”:
时间锚点扩展 → 多时间窗检索 → 证据对比 → 趋势结论
输入:深度搜索:某 AI 公司最近是否发布了新的企业定价政策?
执行要点:
输入:深度搜索:把“模型成本压降”相关的内部笔记和外部权威资料一起梳理
执行要点:
conflicting,给出待确认点insufficient_evidenceweb_search 结果仅作线索web_fetch 正文时不可作为最终证据npx claudepluginhub wpsnote/wpsnote-skills --plugin base-skillsIterative multi-source research that explores complex topics from multiple perspectives, detects contradictions, and produces a vault note with fact-level citations and a confidence map.
Conducts deep web research with parallel agents, multi-wave exploration for gaps, and structured synthesis. Activates for investigating topics, comparing options, best practices, or comprehensive web info.
Runs an autonomous iterative research loop: web searches, source fetching, synthesis, and filing structured wiki pages. Useful for deep dives that produce a knowledge base rather than a chat response.