什么是 memory-metadata-search?
基本内存的结构化元数据搜索:使用等式、范围、数组和嵌套过滤器通过自定义 frontmatter 字段查询注释。当按状态、优先级、置信度或任何自定义 YAML 字段而不是自由文本内容查找注释时使用。 来源:basicmachines-co/basic-memory-skills。
基本内存的结构化元数据搜索:使用等式、范围、数组和嵌套过滤器通过自定义 frontmatter 字段查询注释。当按状态、优先级、置信度或任何自定义 YAML 字段而不是自由文本内容查找注释时使用。
通过命令行快速安装 memory-metadata-search AI 技能到你的开发环境
来源:basicmachines-co/basic-memory-skills。
Find notes by their structured frontmatter fields instead of (or in addition to) free-text content. Any custom YAML key in a note's frontmatter beyond the standard set (title, type, tags, permalink, schema) is automatically indexed as entitymetadata and becomes queryable.
| searchbymetadata | Metadata filters only, no text query needed | | searchnotes | Combining a text query with metadata filters |
Filters are a JSON dictionary. Each key targets a frontmatter field; the value specifies the match condition. Multiple keys combine with AND logic.
基本内存的结构化元数据搜索:使用等式、范围、数组和嵌套过滤器通过自定义 frontmatter 字段查询注释。当按状态、优先级、置信度或任何自定义 YAML 字段而不是自由文本内容查找注释时使用。 来源:basicmachines-co/basic-memory-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/basicmachines-co/basic-memory-skills --skill memory-metadata-searchBrowse more skills from basicmachines-co/basic-memory-skills
基本内存的结构化元数据搜索:使用等式、范围、数组和嵌套过滤器通过自定义 frontmatter 字段查询注释。当按状态、优先级、置信度或任何自定义 YAML 字段而不是自由文本内容查找注释时使用。 来源:basicmachines-co/basic-memory-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/basicmachines-co/basic-memory-skills --skill memory-metadata-search 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/basicmachines-co/basic-memory-skills