DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Deepseek Harness Chat Ui — DeepSeek Harness 插件(DSH Plugin)
← Plugins
D

deepseek-harness-chat-ui

Deepseek Harness Chat Ui

面向 DeepSeek Harness 的社交网络风格 AI agent 界面,提供拟人化的 Skills、私信、群聊和自动化功能

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lileilei2023/deepseek-harness-chat-ui#3b2a06c04ee4097d86f5c6ff30eb9252c2e2b265
README兼容性版本
Personified Skills social collaboration demo

兼容性与来源证明

Deepseek Harness Chat Ui 以 deepseek-harness-chat-ui 发布,当前版本为 0.1.0-alpha.1。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/4

版本

0.1.0-alpha.1prerelease
2026/9/4

相关插件

正在加载相关插件…

最新版
0.1.0-alpha.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/15
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

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

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Pet@linxin666/dsh-pet适用于 dsh Web GUI 的多宠物伴侣插件:由注册表驱动的浮动宠物,可响应模型活动,支持为每只宠物命名、抚摸/喂食互动以及亲密度评分

README

DeepSeek Harness Chat UI

A social-network-style AI collaboration interface for DeepSeek Harness — Skills become recognizable digital members that users can discover, message directly, personalize, and bring into persistent group chats.

中文说明 · Features · Install · Development

DeepSeek Harness Chat UI main screen

Why this project

DeepSeek Harness provides a powerful agent runtime, but its default interface is organized around sessions and workspaces. This plugin turns Skills into a social collaboration network with contacts, direct conversations, persistent groups, and visible member identities:

  • Persistent rooms restore the previous conversation instead of silently creating a new session.
  • Normal chat works without selecting a Skill.
  • Personified Skills appear as recognizable contacts with deterministic names, circular animal avatars, profiles, and original capability metadata.
  • Group chats let users search Skills, pull them into a group, choose a coordinator, and define a reusable group system prompt.
  • Automation entry points connect scheduled tasks to rooms and conversation history.
  • Project and terminal sidecars keep files and command-line work beside the active conversation.
  • Skin support allows declarative visual themes without touching Room or automation data.

Screenshots

Create a group with personified Skills

Search installed Skills, add or remove them like group members, choose a circular group avatar, and define the group's role as its system prompt.

Create a DeepSeek Harness multi-agent group

Theme center

DeepSeek Harness Chat UI theme center

Features

AreaCapability
Social chatNormal chat, Skill contacts, direct conversations, group chats, collapsible session history
GroupsSearchable members, coordinator selection, group system prompt, project binding
PersonificationCircular animal avatars, deterministic friendly names, profiles and original Skill metadata
SkillsInstalled Skill directory, skills.sh search, install and install-then-add flows
WorkspaceProject browser, file preview, terminal and sidecar task entry points
AutomationRoom-bound definitions, run-now flow and persisted run history
AppearanceMint and Teamily-inspired skins using the DSH Web Skin Manifest v2 contract

Requirements

  • DeepSeek Harness 0.1.2-alpha.5
  • Node.js 22.19+ or 24+
  • pnpm available on PATH because dsh plugin delegates package installation to pnpm

Install from GitHub

The repository contains both the original TypeScript/React/CSS source and committed browser/host build artifacts. Harness users can install it directly from GitHub without downloading a release archive:

dsh plugin --profile web add github:lileilei2023/deepseek-harness-chat-ui
dsh --profile web

Remove it with:

dsh plugin --profile web remove deepseek-harness-chat-ui

Install from a cloned repository

git clone https://github.com/lileilei2023/deepseek-harness-chat-ui.git
cd deepseek-harness-chat-ui
npm install
./install-ds-chat.sh

Windows users can run install-ds-chat.cmd; macOS users can double-click install-ds-chat.command.

Source code

The complete editable implementation is committed under source/:

source/
├── client-ui-skill-chat/       # React UI, Room state, personas, skins and sidecars
├── workbuddy-skill-catalog/    # Host service, persistence, Skill install and automation APIs
└── skill-chat-web-profile/     # Original Harness profile bundle

dist/ contains the reviewed build consumed by users installing directly from GitHub. It is committed intentionally so installation does not execute a remote prepare script.

Development

DeepSeek Harness is still pre-release and its Web client bundler lives inside the Harness repository. Use a dedicated matching Harness checkout or worktree when rebuilding:

git clone https://github.com/deepseek-ai/deepseek-harness.git
cd deepseek-harness
git checkout v0.1.2-alpha.5
pnpm install

cd ../deepseek-harness-chat-ui
npm install
DSH_SOURCE=../deepseek-harness npm run build
npm run check

npm run build copies the editable source into the matching Harness checkout, runs the official Host and Web Client build pipeline, and refreshes dist/. Do not point it at a checkout containing uncommitted work.

Compatibility

The first release intentionally targets DeepSeek Harness 0.1.2-alpha.5. Harness APIs are evolving quickly, so future Harness versions may require a matching plugin release. Model providers, API keys, permissions, and session logs remain managed by Harness; this repository does not include credentials.

License

MIT. The extracted code retains attribution to the original DeepSeek Harness project.