AgentSkillsCN

retrieve_sources

根据主题与用户兴趣,从个人知识库中检索相关文献。

SKILL.md
--- frontmatter
name: retrieve_sources
description: Retrieve relevant documents from the personal library based on the topic and interests.
inputs: topic, interests
outputs: documents

Purpose: Identify the most relevant documents for the current research topic.

Steps:

  • Load documents from the library.
  • Score them using keyword overlap with the topic and interests.
  • Return the top-scoring documents.

Notes:

  • If no documents exist, leave the list empty.