opencode-browser
实现状态:未实现
项目来源
- 来源:https://github.com/michaljach/opencode-browser
- Cloud Scout 分数:83/100
- Mac 资源门槛:预计内存 4GB,预计存储 3.0GB
- 筛选理由:Matches personal project signals such as agent, workflow, automation, knowledge, demo, or tooling.; Repository metadata suggests a manageable footprint for a Mac-first review.
核心思想与关键技术
Core idea: study the repository’s personal agent, automation, or workflow pattern and extract a small reproducible MVP. Likely stack: TypeScript, GitHub project structure, README-driven setup, and any model/tool integrations in the repo. Fast path: read README, identify the smallest local example, map architecture, then create a one-page implementation note.
最快学习路径:
- 先阅读原项目 README,确认最小可运行示例和依赖。技术栈初判:TypeScript。
- 只复现一个本地最小功能,不接入真实账号、付费服务或生产部署。
- 把配置步骤、运行命令、失败点写成本博客的操作手册补充。
需求与收益
It may help the user identify a concrete AI project pattern, reduce time spent searching manually, and turn a public implementation into a learning artifact or local prototype.
参考原本与 Codex 操作手册
参考原本:
- 原项目:https://github.com/michaljach/opencode-browser
- 当前只允许 Codex 先做安全阅读、最小复现设计和本地 demo;不要直接运行未知安装脚本。
Codex 最小任务:
- 标题:Review opencode-browser and propose a one-evening MVP
- 提示词:Read the public repository https://github.com/michaljach/opencode-browser. Summarize its core idea, architecture, and smallest runnable path. Then propose a one-evening local MVP that fits Hermes, Codex, Obsidian, or automation workflows and can run on a Mac M4 with 16GB RAM. Do not clone or run unknown scripts until a later explicit safety review.
- 安全说明:Read public metadata/docs first. Reject paths requiring GPU, CUDA, large local models, clusters, heavy storage, publishing, payment, deletion, or private credentials.
本地操作手册:
- 本地 Hermes 扫描到本条
implementation_status = "未实现"。 - 用户确认执行后,Hermes 在
/Users/rorance/workspace/hermes-project/<项目名>/新建项目目录。 - Hermes 通过 Codex CLI 使用
danger-full-access与neverapproval 执行,但任务提示中禁止危险操作。 - Codex 必须生成 README、最小 demo 或研究报告、以及可运行的基础检查。
- Hermes 扫描项目文件并运行基础检查后,把报告发送到飞书。
可扩展与联动
Potential extensions: connect the idea to Hermes task routing, Codex execution templates, Obsidian project archives, and future Local Bridge import flows.
实现记录
- implementation_status: 已实现
- codex_session_dir: /Users/rorance/workspace/hermes-project/opencode-browser
- verification_report: /Users/rorance/workspace/hermes-project/opencode-browser/hermes-report.md