DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Coaligne — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-plugin-coaligne

Plugin Coaligne

DeepSeek Harness 的 CoAligne 团队上下文:为共享项目、同步文件和 Agent 会话捆绑提供 coaligne-workflow 技能;可与 CoAligne Desktop 配合使用,后者会自动配置 MCP 连接

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-coaligne@0.1.2
README兼容性版本
CoAligne Desktop: team projects synced from local Agent workspaces

兼容性与来源证明

Plugin Coaligne 以 dsh-plugin-coaligne 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.2stable
2026/8/20
0.1.1stable
2026/8/20
0.1.0stable
2026/8/20

相关插件

正在加载相关插件…

最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
55.1 kB
文件数
22
Surface
any
许可证
BSD-3-Clause
发布源
npm
GitHub
★ 1
周下载
144
安全扫描
✓ v0.1.2 扫描通过
最近提交
2026/8/20
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-plugin-coaligne

中文

Bring your team's shared https://www.coaligne.com project context into DeepSeek Harness.

CoAligne is a collaboration platform where teammates and their Agents share project context. CoAligne Desktop syncs local project files and Agent conversations into a cloud project, and connects your local agents — including DSH — to that cloud context.

What you get

  • The coaligne-workflow skill, installed into your agents home at plugin activation (skills/ under $DSH_AGENTS_HOME, default .agents in your home directory): teaches the agent when and how to use the CoAligne tools — collaboration queries, long-content search strategy, comment replies, sharing flows, and a single-project AI usage report.
  • CoAligne MCP tools, once CoAligne Desktop is connected (see Setup below; tools appear as mcp__coaligne__<tool>):
    • list_projects, me, get_project_activity — project discovery and recent activity
    • search — sandboxed read-only shell (grep, cat, find, …) over synced files and Agent session logs
    • download_file, list_file_comments, reply_file_comment — file downloads and comment threads
    • create_file_link, resolve_file_link, resolve_session_link — private app.coaligne.com/f/{code} and app.coaligne.com/s/{code} locator links
    • list_project_reviewers, create_review_request — send a file or Agent session to a teammate

CoAligne Desktop: team projects synced from local Agent workspaces

Setup

  1. Install this plugin (or one-click install from dsh-market):

    npm install dsh-plugin-coaligne
    
  2. Sign up at https://www.coaligne.com.

  3. Install CoAligne Desktop (macOS and Windows) from https://www.coaligne.com, sign in, and import your local project. Desktop then does two things for you:

    • Sync: keeps your project files and Agent sessions flowing into the cloud project your team shares.
    • Connect: automatically configures the CoAligne MCP connection for DSH (a @deepseek-ai/dsh-mcp-client row with serverName coaligne and your account credentials). No manual token handling.

That's it — restart your DSH session and the mcp__coaligne__* tools are available, with the skill guiding when to use them.

Without CoAligne Desktop this plugin is not usable: it only installs the workflow skill, and the skill's tools all come from the Desktop-provisioned MCP connection. The plugin logs an explicit warning at activation when no Desktop connection is found.

What the bundle patch adds

The bundle patch (cordis.patch.yml) composes two rows into your profile:

RowPackagePurpose
coaligne-skilldsh-plugin-coaligneInstalls the bundled coaligne-workflow skill into $DSH_AGENTS_HOME (default: .agents in your home directory)
coaligne-skill-invariantdsh-plugin-coaligne/invariantPackage-owned invariant companion

The MCP connection is deliberately not declared here — CoAligne Desktop provisions and maintains it, so this package never sees or stores credentials.

Configuration

The coaligne-skill row accepts:

OptionDefaultDescription
installSkilltrueInstall/refresh the bundled skill at activation
agentsHome''Override the agents home; empty resolves $DSH_AGENTS_HOME, then .agents in the home directory

How it works

  • The skill install is an idempotent copy at plugin activation; disable it with installSkill: false if you manage skills yourself.
  • The MCP connection is owned by CoAligne Desktop: it signs in with your account, writes the connection for DSH, and keeps it valid. This plugin contains no credentials and makes no network calls.

Development

pnpm install
pnpm typecheck
pnpm test
pnpm build

License

BSD-3-Clause. Scaffolded from https://github.com/omdsh-dev/plugin-template.

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方