AtlasCloudAI/dsh-atlascloud ↗★ 0
dsh-atlascloud
Atlas Cloud 技能和可选加入的 MCP 工具,用于 DeepSeek Harness。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AtlasCloudAI/dsh-atlascloud说明文档
阅读完整 README ↗dsh-atlascloud
面向 DeepSeek Harness 的 Atlas Cloud Skills,以及一个可选的 Atlas Cloud MCP 桥接配置。
这是由 AtlasCloudAI 独立维护的 DSH profile bundle,不修改 DeepSeek Harness 官方仓库,也不依赖向官方仓库提交 PR。
包含内容
atlas-cloud:Atlas Cloud API 集成、模型发现、图片/视频/音频/3D 生成、转写与 OpenAI 兼容 LLM 调用。seedance-2-5-skill:可控 Seedance 视频规划与执行工作流。universal-video-prompt-skill:跨模型视频提示词规格与编译方法。- 一个使用
atlascloud-mcp@1.5.0的 Atlas Cloud MCP 配置项,默认禁用。
Skills 同步自 AtlasCloudAI/atlas-cloud-skills。精确源提交与 DSH 本地适配见 skills/SOURCE.json。
为什么要做独立插件
OpenAI 插件与 DSH 插件的宿主清单和生命周期不同。可复用的是内容,不是宿主接入层:
| 项目 | OpenAI / Codex 插件 | DeepSeek Harness |
|---|---|---|
| 入口 | .codex-plugin/plugin.json | package.json 的 dsh.bundle.patch |
| Skills | skills//SKILL.md | 由 dsh-skill-filesystem 读取同一目录结构 |
| MCP 接线 | .app.json 或 .mcp.json | cordis.patch.yml 中的 @deepseek-ai/dsh-mcp-client 配置项 |
| 生命周期 | 宿主管理的插件包 | Cordis profile 组合 |
旧的 DSH .dsh-plugin repository 格式已于 2026-08-09 删除。本仓库使用当前 profile bundle 格式。
完整兼容性结论见 docs/compatibility.md。
安装
需要在哪个 DSH profile 使用,就安装到哪个 profile:
dsh plugin --profile web add github:AtlasCloudAI/dsh-atlascloud#v0.1.0
dsh --profile web --dump-config
Headless 用法:
dsh plugin --profile headless add github:AtlasCloudAI/dsh-atlascloud#v0.1.0
dsh --profile headless --dump-config