AI Skill Hub 推荐使用:记忆工匠 是一款优质的Agent工作流。AI 综合评分 7.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
记忆工匠 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
记忆工匠 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g memory-mason # 方式二:npx 直接运行(无需安装) npx memory-mason --help # 方式三:项目依赖安装 npm install memory-mason # 方式四:从源码运行 git clone https://github.com/s-gryt/memory-mason cd memory-mason npm install npm start
# 命令行使用
memory-mason --help
# 基本用法
memory-mason [options] <input>
# Node.js 代码中使用
const memory_mason = require('memory-mason');
const result = await memory_mason.run(options);
console.log(result);
# memory-mason 配置说明 # 查看配置选项 memory-mason --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MEMORY_MASON_CONFIG="/path/to/config.yml"
Pick your agent. Restart the host after install.
Prerequisite: Node.js must be installed.
| Agent | Install command |
|---|---|
| **Claude Code** | /plugin marketplace add s-gryt/memory-mason then /plugin install memory-mason@s-gryt |
| **GitHub Copilot CLI** | copilot plugin marketplace add s-gryt/memory-mason then copilot plugin install memory-mason@s-gryt |
| **VS Code Copilot** | Command Palette → Chat: Install Plugin From Source → https://github.com/s-gryt/memory-mason |
| **Codex** | codex plugin marketplace add s-gryt/memory-mason then open /plugins, search Memory Mason, install |
| **Gemini CLI** | gemini extensions install https://github.com/s-gryt/memory-mason |
| **Cursor / Windsurf / Cline** | npx skills add s-gryt/memory-mason -a <agent> -s '*' -y |
After install, run /mmsetup to configure your Obsidian vault path.
For any platform, you can also install directly with a shell command:
```bash
Run /mmsetup and say "uninstall" for guided removal. Your vault content is never deleted.
For skills-only installs: npx skills remove s-gryt/memory-mason -a <agent>
Run /mmsetup to configure your vault path interactively, or create a config file manually. Config can be set globally (~/.memory-mason/) or per-project (project root). When multiple sources exist, vault path resolves in priority order: project .env → project memory-mason.json → global .env → ~/.memory-mason/config.json. Per-session MEMORY_MASON_SYNC and MEMORY_MASON_CAPTURE_MODE environment variables still override file config. See docs/README.md for details.
MEMORY_MASON_VAULT_PATH sets the Obsidian vault location. MEMORY_MASON_SUBFOLDER sets the directory inside the vault. MEMORY_MASON_SYNC is optional — capture is enabled by default; set it to false to pause capture. MEMORY_MASON_CAPTURE_MODE is optional and controls what gets captured:
lite (default) — Session bookends only: user prompts, explicit user decisions (answers to clarifying questions), and session summaries. Minimal vault footprint.full — Everything in lite, plus errors, test results, plan outputs, agent findings, mid-run discoveries, and state-changing tool results. Exploration reads, meta-tool invocations, and noise are still filtered out.Process environment variables MEMORY_MASON_SYNC and MEMORY_MASON_CAPTURE_MODE override file config for a single session.
MEMORY_MASON_VAULT_PATH=/path/to/your/obsidian/vault
MEMORY_MASON_SUBFOLDER=ai-knowledge
MEMORY_MASON_SYNC=true
MEMORY_MASON_CAPTURE_MODE=lite
创意���用的AI对话管理方案,自动化知识结构化能力强。但项目成熟度有限,建议小范围试用后再规模应用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,记忆工匠 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | memory-mason |
| 原始描述 | 开源AI工作流:Memory Mason automatically captures AI conversations and turns them into structu。⭐11 · JavaScript |
| Topics | 对话管理知识库AI工作流结构化存储记忆管理 |
| GitHub | https://github.com/s-gryt/memory-mason |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-06-05 · 更新时间:2026-06-11 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端