Agent Skills
› MemPalace/mempalace
› mine
mine
GitHub用于将项目或对话内容提取并存储为记忆,以便后续检索。通过执行 mempalace instructions mine 命令启动,指导用户逐步完成记忆的挖掘与保存操作。
Trigger Scenarios
需要保存对话或项目信息以备后用
构建个人知识库或记忆宫殿
Install
npx skills add MemPalace/mempalace --skill mine -g -y
SKILL.md
Frontmatter
{
"name": "mine",
"description": "Mine a project or conversation into your MemPalace — extract and store memories for later retrieval.",
"allowed-tools": "Bash, Read, Glob, Grep"
}
MemPalace Mine
Run the following command and follow the returned instructions step by step:
mempalace instructions mine
Version History
- aa89bd8 Current 2026-07-25 05:32


