From learning-skills
Retrieves historical knowledge and past ideas from user's WPS notes using keyword, tag, and time-based searches. Activates on mentions of past notes, previous writings, or historical thoughts in Inspiration Engine memory layer.
npx claudepluginhub wpsnote/wpsnote-skills --plugin learning-skillsThis skill uses the workspace's default tool permissions.
本技能负责从用户的 WPS 笔记库中检索与当前上下文相关的历史知识。
Recalls most valuable prior WPS notes for current writing, topical reviews, speech prep, or research organization. Outputs structured results with titles, relevance reasons, connections, reusable content, and insertion suggestions.
Recalls historical project context from Obsidian vault on queries about past decisions, previous work, troubleshooting, or knowledge using catalog, semantic, grep, and node script searches.
Loads Obsidian vault notes as conversational context when users request personal notes via phrases like 'check my notes about'. Scans MOCs, retrieves linked notes, limits to 15k chars.
Share bugs, ideas, or general feedback.
本技能负责从用户的 WPS 笔记库中检索与当前上下文相关的历史知识。 这是灵感引擎(Inspiration Engine)三层架构中的最底层,为上层推理和洞见提供原始素材。
当用户需要找回过去的笔记内容时使用,典型场景包括:
以下场景不应使用此技能(避免误触发):
根据用户提供的线索,选择合适的检索方式组合。检索的目标是"宁多勿少",因为后续推理层会负责筛选和聚类。
当用户提供了明确的主题或关键词时优先使用。
步骤:
当用户提到的主题可能对应已有标签时使用。
步骤:
当用户提到时间线索时使用,例如"去年写的""上个月的笔记"。
步骤:
当初步检索结果不够精确时,对候选笔记进行内容级搜索。
步骤:
检索完成后,按以下结构整理结果。这个格式设计为可以直接传递给推理层(ie-connect-dots)使用。
检索结果摘要
---
检索条件:[使用的关键词/标签/时间范围]
命中笔记数:[数量]
---
笔记 1
标题:[笔记标题]
笔记ID:[note_id]
创建时间:[时间]
标签:[标签列表]
核心内容摘要:[与检索主题相关的关键段落摘要,100-200字]
笔记 2
标题:[笔记标题]
...
---
检索置信度:高/中/低
补充说明:[如果检索范围可能不完整,说明原因和建议]
本技能是灵感引擎的 记忆层,在三层架构中处于最底层:
ie-generate-insight(洞见层)<-- 消费推理结果
ie-connect-dots(推理层) <-- 消费检索结果
ie-retrieve-memory(记忆层)<-- 本技能,提供原始素材
本技能可以独立使用(用户只想找回旧笔记),也可以作为灵感引擎流水线的一部分。