What problem does it solve? When users ask an AI to remember something, raw conversational input is often verbose, vague, or redundant. This Skill condenses that input into a single, self-contained memory sentence that is easy to review and store. ## Core Features & Use Cases - One-Sentence Condensation: Extracts core facts from user input and restructures them into a "subject + action + key info" format prefixed with "记忆:". - Output-Only Generation: Produces memory text for user reference or manual saving without writing to any memory system. - Smart Skip Logic: Declines to generate memories for trivial acknowledgments, questions, or explicit user refusals, and flags sensitive data like passwords. - Use Case: A user says "the JWT token expiry is only 15 minutes and users keep getting logged out, we need 24 hours" — the Skill outputs "记忆:JWT token 过期时间需从 15 分钟改为 24 小时". ## Quick Start Ask the AI to remember something, for example: "帮我记住:数据库密码是 abc123", and it will return a concise one-line memory description.