经 AI Skill Hub 精选评估,AI工作流浏览器 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
基于Claude Code的开源AI工作流,允许用户浏览AI代理内存文件,提供macOS和iOS客户端,突出其AI工具和工作流的价值。
AI工作流浏览器 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
基于Claude Code的开源AI工作流,允许用户浏览AI代理内存文件,提供macOS和iOS客户端,突出其AI工具和工作流的价值。
AI工作流浏览器 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/nvwalj/ai-memory-reader cd ai-memory-reader # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 ai-memory-reader --help # 基本运行 ai-memory-reader [options] <input> # 详细使用说明请查阅文档 # https://github.com/nvwalj/ai-memory-reader
# ai-memory-reader 配置说明 # 查看配置选项 ai-memory-reader --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AI_MEMORY_READER_CONFIG="/path/to/config.yml"
The native macOS viewer for every CLAUDE.md, AGENTS.md, daily memory entry, and ~/.claude/projects/*.jsonl session transcript your AI agents leave on disk. Auto-discovers 8 supported agents (Claude Code, Codex, Cursor, Gemini, Continue, GitHub Copilot, Aider, OpenClaw), watches files live as agents write, and chunk-renders multi-MB JSONL telemetry that crashes VSCode.
Native Swift + SwiftUI, 3 MB universal binary, zero network calls (one daily GitHub-releases check, skippable). iPhone companion ships read-only.
```bash git clone https://github.com/nvwalj/ai-memory-reader.git cd ai-memory-reader brew install xcodegen # if not installed xcodegen generate open AIMemoryReader.xcodeproj
```
Copy the aimr script to your PATH:
cp aimr /usr/local/bin/
chmod +x /usr/local/bin/aimr
Then use:
aimr open ~/.openclaw/workspace/MEMORY.md
aimr open ~/.openclaw/workspace/MEMORY.md --heading "About Me"
1. Download the latest AIMemoryReader-vX.Y.Z-universal.zip from the releases page — universal binary (Apple Silicon + Intel). 2. Unzip and drag AI Memory Reader.app into /Applications. 3. First launch: macOS will say "unidentified developer" because the binary is ad-hoc signed (not yet notarized). Two ways to bypass: - GUI: right-click the app in Finder → Open → click Open in the dialog. Once approved, double-click works forever. - Terminal one-liner:
xattr -dr com.apple.quarantine "/Applications/AI Memory Reader.app"
A notarized build will ship once a Developer ID is set up.
aimemoryreader://open?path=/path/to/file.md&heading=Headingaimr open /path/to/file.md --heading "Title"该项目提供了一个有用的AI工作流浏览器,虽然代码质量需要进一步改进,但其AI工具和工作流的价值是显著的
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:AI工作流浏览器 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | ai-memory-reader |
| 原始描述 | 开源AI工作流:The native macOS & iOS app for browsing AI agent memory files — Claude Code, Ope。⭐25 · Swift |
| Topics | workflowagentic-toolsai-agentsai-toolsanthropicclaudeswift |
| GitHub | https://github.com/nvwalj/ai-memory-reader |
| License | NOASSERTION |
| 语言 | Swift |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端