geml

geml-spec

24 1

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.

ai-agentscall-graphclaude-codeclidocumentationdsh-plugingemlllmmarkdownmarkup-languagemcpmcp-servertypescript

基础信息核对

待复核
中文简介 待复核 安装命令 待复核 分类 待复核

项目活跃度

数据覆盖 72% · 抽样数据 · 数据截至 2026-08-19

观察期
85/100
最近代码活动 35/35

100 次提交 · 最近推送 2 天前

Issue 响应 N/A

1 个样本 · 暂不计分

PR 协作 12 分 · 覆盖 12/20

14/14 已关闭 · 响应数据未覆盖

贡献持续性 3/10

1 位近 90 天活跃贡献者

版本交付 5/5

最近发布 5 天前

社区关注度 6/10

24 Stars · 1 Forks

该分数仅反映 GitHub 上可观察的维护与协作活动,不评价插件质量、安全性、兼容性或实际可用性。

查看评分方法

安装

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 node
winget install OpenJS.NodeJS.LTS

第二步:启动 DSH

无需安装,直接运行:

npx @deepseek-ai/dsh web

浏览器打开 http://127.0.0.1:3080,在 Web UI 的插件市场里搜索 geml,或粘贴上面的安装命令。

在 GitHub 查看 分享到 X