Agent Skills
› terrense/LilBot-agent
› remember
remember
GitHub评估用户信息是否应保存为持久记忆。仅保留稳定的偏好、项目规范和可复用事实,过滤掉秘密、临时任务及易变数据,并规范存储格式与范围。
触发场景
需要判断是否记录用户长期偏好时
整理项目约定或关键事实时
安装
npx skills add terrense/LilBot-agent --skill remember -g -y
SKILL.md
Frontmatter
{
"name": "remember",
"context": "inline",
"description": "Decide whether user information should become durable memory.",
"when_to_use": "Use when the user says to remember something or reveals stable preferences, project facts, or working agreements.",
"allowed-tools": "memory_save, memory_search, memory_list"
}
Evaluate whether this should be saved as memory:
{{args}}
Save only durable, useful information:
- Stable user preferences.
- Project conventions.
- Reusable facts that will help future work.
Do not save secrets, transient tasks, private data that is not clearly useful,
or facts that may change frequently. If saving, choose a short name, concise
text, a kind such as preference, project, or fact, and the right scope.
版本历史
- ac8228e 当前 2026-07-05 10:50


