SuperMate-Harness-System
Agent 与会话 活跃维护

SuperMate-Harness-System

SuperMate-Ai/SuperMate-Harness-System

支持对接本地视觉模型或视觉API,赋予大模型图像解析能力,可自动读取识别图片、图形文件的内容信息,无需手动处理图像数据,开箱即用。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
TypeScript
主要语言
Apache-2.0
开源协议
10.6 MB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:SuperMate-Ai/SuperMate-Harness-System
git clone https://github.com/SuperMate-Ai/SuperMate-Harness-System.git
git clone git@github.com:SuperMate-Ai/SuperMate-Harness-System.git
README.md main
# 🧩 SuperMate Harness System **"Everything is a plugin" — a true agent assembled from the [DeepSeek Harness (DSH)](https://github.com/deepseek-ai/deepseek-harness) plugin architecture.** [![License](https://cdnimage-cache.doubi.ren/?url=https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/supermate-ai/supermate-harness-system/main/LICENSE) [![DSH Plugin](https://cdnimage-cache.doubi.ren/?url=https://img.shields.io/badge/topic-dsh--plugin-2ea44f)](https://github.com/topics/dsh-plugin) [![MiniMax H3](https://cdnimage-cache.doubi.ren/?url=https://img.shields.io/badge/topic-minimax--h3-8b5cf6)](https://github.com/topics/minimax-h3) **Cloud inspiration · Local controllability · Unified local/cloud tools** — 天人合一(heaven–human unity: cloud inspiration + local control + unified tools). **中文版**:[README-cn.md](https://github.com/SuperMate-Ai/SuperMate-Harness-System/blob/main/README-cn.md) · 中文说明 **DSH Ecosystem** · [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) · topic [`dsh-plugin`](https://github.com/topics/dsh-plugin) · [Agent Skills](https://agentskills.io) **License** · [Apache-2.0](https://github.com/SuperMate-Ai/SuperMate-Harness-System/blob/main/LICENSE)(含专利授权条款)· 双许可边界见 [双许可说明](https://github.com/SuperMate-Ai/SuperMate-Harness-System/blob/main/双许可说明.md)(核心闭源商业层:调度/记忆治理/沙箱/评测) --- ## 🧩 What is SuperMate Harness System A self-contained agent system built on DSH's *"everything is a plugin"* philosophy: **Skills** (the *how-to* layer) + **Plugins** (the *can-do* layer) freely composed and replaced. Downloading this repository gives you **both official deepseek-ai skills/plugins and SuperMate's original ones** — no extra fetching required. ``` SuperMate Harness System ├── skills/ → Skill layer (task-level: how-to) │ ├── Deepseek-eyes/ 👁️ vision skill (Ollama) │ ├── MiniMax h3-video-producer/ │ ├── Supermate/ │ └── DSH Official/ official skills (deepseek-ai · 13 · Apache-2.0 fork copy) └── plugins/ → Plugin layer (system-level: can-do) ├── Supermate/ in-house plugins (planned; core enhancements = closed-source commercial) ├── DSH Official/ official plugins (deepseek-ai · 49 families · fork copy) │ ├── packages/ official plugin source (ships with the repo) │ ├── README.md · NOTICE.md └── README.md plugin catalog (model / memory / schedule / tools / sandbox / eval / UI) ``` ### ✨ Original Skills | Skill | What it does | |-------|--------------| | [**Deepseek-eyes**](https://github.com/SuperMate-Ai/SuperMate-Harness-System/blob/main/skills/Deepseek-eyes/) | 👁️ Give text models eyes — local vision (Ollama) / OpenAI-compatible vision API → structured text | **Official content ships with this repo** — 13 official skills & 49 official plugin families (deepseek-ai, Apache-2.0, NOTICE-attributed): [skills/DSH Official](https://github.com/SuperMate-Ai/SuperMate-Harness-System/blob/main/skills/DSH%20Official/) · [plugins/DSH Official](https://github.com/SuperMate-Ai/SuperMate-Harness-System/blob/main/plugins/DSH%20Official/). --- ## 👁️ Featured Skill · Give DeepSeek Eyes > **Image → vision model converts it to text → the text model "sees"** [**deepseek-eyes**](https://github.com/SuperMate-Ai/SuperMate-Harness-System/blob/main/skills/Deepseek-eyes/) gives DeepSeek (or any text model) a pair of eyes inside DeepSeek Harness — screenshots, photos, charts, design drafts, illustrations, character sheets, AI-generated images all become structured text the model can reason about.

⚙️ How it works

The Skill calls a local vision model (Ollama) or an OpenAI-compatible vision API to convert images and graphic files — screenshots, photos, charts, design drafts, illustrations, character sheets, AI-generated images — into structured text. DeepSeek then reads that text, which is exactly how it gains the ability to "read" images and graphic files.

Image / graphic file → Skill → local vision model or vision API → structured text → DeepSeek reads & reasons

✨ The Skill

Skill What it does Manuals
deepseek-eyes Image analysis for text AI models: image → structured description + retrieval tags. Local Ollama or OpenAI-compatible vision API. English · 中文

Architecture

Architecture

Measured performance (RTX 5080 16GB)

Benchmark


🔗 DeepSeek Harness Ecosystem

This repository is part of the DeepSeek Harness plugin ecosystem — find it under the dsh-plugin topic, alongside DeepSeek Harness itself. Drop a skill folder into ~/.dsh/skills/, and the DSH agent automatically "opens its eyes" whenever it meets an image, injecting the image description into the text model's context.

🚀 Install into DSH

Put the skill folder into DSH's skill directory:

~/.dsh/skills/deepseek-eyes/

Restart the DSH session — the agent automatically "opens its eyes" when it meets an image, and injects the image description into the text model's context.

✅ Prerequisites (for deepseek-eyes)

  1. Local vision model: Ollama + ollama pull llava:13b (or any vision model)
  2. or OpenAI-compatible vision API + API key

*SuperMate Harness System · Built on the DeepSeek Harness (DSH) plugin ecosystem — topic [`dsh-plugin`](https://github.com/topics/dsh-plugin)*