What problem does it solve? Long-term personal information such as API keys, server configurations, user preferences, and aging agent memories gets scattered or lost when stored only in limited agent memory. This Skill provides a structured, categorized file-based knowledge base at /home/projects/hermes-knowledge/ so persistent information is stored, classified, and retrievable. ## Core Features & Use Cases - Categorized Storage: Four dedicated folders for credentials (账号密码), environment configs (环境配置), user habits/rules (习惯规则), and memory archives (记忆归档). - Memory Overflow Archiving: When agent memory approaches its character limit, archive cold entries into dated Markdown files with tags, then remove them from active memory. - Direct Retrieval: Answer questions like "what is my API key for X" by grepping the appropriate category folder instead of asking the user again. - Use Case: A user shares a new cloud provider API key; the Skill appends it with a timestamp and notes to the credentials folder, and later retrieves it on demand. ## Quick Start Save this API key to my knowledge base and later tell me what my cloud provider key is.