AgentSkillsCN

collect_interests

从个人知识库中加载已记录的用户兴趣。

SKILL.md
--- frontmatter
name: collect_interests
description: Load recorded user interests from the personal library.
inputs: topic
outputs: interests

Purpose: Ensure the agent has access to the user's historical interests.

Steps:

  • Read the interests table in the local SQLite database.
  • Attach the most recent interests to the working context.

Notes:

  • Used at the start of each research round.