geml
Agent 原生文档格式 GEML 的规范与参考实现:文档组织为带 id 的类型化块,LLM 按 #id 单块读写省 token;附 MCP server、CLI 与技能,DSH 侧经 @geml/dsh-plugin 接入。
查看原仓库英文描述
One format, two readers. People and AI agents now co-write the same document. Legible for people; addressable, verifiable, and versioned for machines. GEML is plain text — organized by one typed block for everything, remembered by a .gemlhistory sidecar.
基础信息核对
待复核项目活跃度
数据覆盖 72% · 抽样数据 · 数据截至 2026-08-19
100 次提交 · 最近推送 2 天前
1 个样本 · 暂不计分
14/14 已关闭 · 响应数据未覆盖
1 位近 90 天活跃贡献者
最近发布 5 天前
24 Stars · 1 Forks
安装
dsh plugin --profile web add @geml/dsh-plugin
该插件作者推荐的安装方式与通用形式不同:DSH 安装命令来自仓库 integrations/dsh-plugin/ 子文档(npm 预构建包,内置 GEML MCP server 与写作、代码图谱两个技能;README 原文 profile 名为 <name> 占位);主 README 的 npx skill install 面向 Claude Code。装后可用 dsh --profile <name> --dump-config 验证。。前置要求与注意事项请查看原仓库 README。
还没有 DSH?两步开始 →
第一步:准备 Node.js 环境
DSH 依赖 Node.js(建议 20 LTS 或更新版本)。终端里运行 node -v 能显示版本号即已就绪。
已有 Node.js:直接进入第二步。
没有 Node.js:去 nodejs.org 下载 LTS 安装包(Windows/macOS 双击安装);或用包管理器:
brew install nodewinget install OpenJS.NodeJS.LTS第二步:启动 DSH
无需安装,直接运行:
npx @deepseek-ai/dsh web浏览器打开 http://127.0.0.1:3080,在 Web UI 的插件市场里搜索 geml,或粘贴上面的安装命令。