DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Coaligne — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-plugin-coaligne

Plugin Coaligne

CoAligne team context for DeepSeek Harness: bundled coaligne-workflow skill for shared projects, synced files and Agent sessions; pairs with CoAligne Desktop, which auto-provisions the MCP connection

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-coaligne@0.1.2
READMECompatibilityVersions
CoAligne Desktop: team projects synced from local Agent workspaces

Compatibility and provenance

Plugin Coaligne is published as dsh-plugin-coaligne and currently resolves to version 0.1.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

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

Related plugins

Loading related plugins…

Latest
0.1.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
55.1 kB
Files
22
Surface
any
License
BSD-3-Clause
Source
npm
GitHub
★ 1
Weekly downloads
144
Security scan
✓ v0.1.2 scan passed
Last push
8/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

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.