Plugins
Explora, filtra e instala plugins de DeepSeek-Harness.
30 plugins encontrados
dsh-memento
perrylink/dsh-memento
Memoria entre sesiones acotada, por capas, sujeta a aprobación y auditable: una interfaz `ctx.memory` tipada con proveedor SQLite sin dependencias, una herramienta `memory` e inyección de instantáneas; cada escritura pasa por la puerta de aprobación y es reconstruible desde el registro de sesión.
dsh-data-agent
omdsh-dev/dsh-data-agent
Deja que la IA se conecte a bases de datos y escriba SQL por ti.
skill-route
erichare/skill-route
DeepSeek Harness (dsh) bundle wiring SkillRoute's skill router into your agents.
DSH-taskboard
shengsheng90/dsh-taskboard
Local SQLite taskboard as a native overlay page: projects, tasks, comments, relations, attachments and workflow automation, with backlog → todo → in_progress → in_review → done statuses, `taskboard_*` Agent tools that can only submit work to in_review, a headless JSON CLI and a packaged skill.
dsh-mneme (dsh-mneme)
modusensus/dsh-mneme
Cross-session memory engine for DeepSeek Harness: SQLite store + human-editable Markdown mirror, autoDream consolidation, offline semantic search (local vector/rerank/clustering), entity-attribute-timeline, Sleep Mode, custom-model autoSummarize, and 7 memory tools.
dsh-web-search-pro
anweat/dsh-web-search-pro
Búsqueda web mejorada y persistente: enrutamiento multimotor (DeepSeek/Exa/DDG/Bing/Jina + GitHub/Bilibili/YouTube/V2EX/Xiaohongshu/Twitter/Reddit/RSS), caché SQLite+LRU, extracción al estilo userscript y renderizado con Playwright.
dsh-meow-memory
phant0meow/dsh-meow-memory
Project-scoped cross-session memory: six-layer SQLite store (soul/user/project/fact/lesson/topic) on node:sqlite, cache-friendly first-message injection, memory_remember/search/find_similar/read/update tools, and per-window nightly consolidation ("dream").
dsh-mneme
modusensus/dsh-mneme
Memoria entre sesiones: SQLite con un espejo en Markdown editable por humanos, consolidación en segundo plano (deduplicación, fusión, resolución de conflictos) y seis herramientas de memoria.
dsh-self-improved
madage/dsh-self-improved
Long-term memory & self-evolving plugin for DSH: L0 capture → L1 memory extraction → L2 scene grouping → L3 user persona, auto recall injection, skill synthesis, fully local (SQLite FTS5 + jieba, optional vector recall).
unified-agent-memory
noelune/unified-agent-memory
Un vault de Obsidian compartido para todos los agentes: núcleo en Python sin dependencias (buscar/promover/adjudicar/olvidar), plantilla de vault y plugin de dsh (memory_search/show/submit/status).
dsh-memory-gate
git121995/dsh-memory-gate
Memoria local acotada con control de autoridad CBDC: afirmaciones en SQLite + FTS5, recuperación con alcance y decisiones explicables de usar/verificar/ignorar, con registro de auditoría completo, comandos /memory, inyección de ≤3 afirmaciones/1200 caracteres por llamada, sin llamadas adicionales al modelo.
dsh-sql
stardustlc666/dsh-sql
Database tools for agents: list/query/exec/schema across SQLite/MySQL/PostgreSQL, with lexer-grade read-only protection, row caps and an approval-gated write path.
dsh-kb-sieve
omdsh-dev/dsh-kb-sieve
Genera paquetes de base de conocimiento auditables (SQLite FTS5) a partir de md/txt/docx/pdf, con recuperación determinista y lectura del texto original.
stratagate-agentmemory
diqierjia/stratagate-agentmemory
Native StrataGate layered long-term memory for DeepSeek Harness
dsh-knowledge
lemoncat7/dsh-knowledge
Provides local and remote knowledge bases with project- and session-scoped recall, controlled write-back, and an embedded Web management console.
dsh-layered-memory
junnanlys/dsh-layered-memory
Layered memory pipeline for DSH: auto-distills conversations into atomic facts, scene summaries and a persona profile (L0–L3), with hybrid BM25 + vector retrieval, chat/work family separation, and context injection before each model step.
StrataGate-AgentMemory (deepseek-harness)
diqierjia/stratagate-agentmemory
Automatic, local-first cross-session memory for DeepSeek Harness: layered Event/Element cards, evidence-gated recall, and expansion back to original turns and tool results.
LiuHe
wulun811/liuhe
Suite de herramientas LiuHe (Seis Armonías) como paquete de plugin de DeepSeek Harness (dsh): 44 herramientas MCP con inyección dinámica del espacio de trabajo
ai-monitor
winterone-hub/ai-monitor
Plugin de DeepSeek Harness: consulta el saldo/uso de AI Monitor desde SQLite local; un agente consciente de los costes, con contabilidad automática mediante el proxy de AI Monitor.
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
Busca, lista y lee sesiones pasadas y actuales a través del propio servicio `sessionQuery` del harness: usa el índice SQLite FTS5 cuando el despliegue lo habilita, y recurre a un escaneo acotado de más reciente a más antiguo cuando no.
codegraph
johnxu22786/codegraph
Code knowledge graph for dsh: indexes symbols, call sites and imports into SQLite and answers call/dependency questions via CLI or stdio MCP tool server.
dsh-fmt
zhijiangtang/dsh-fmt
Formats and validates JSON/YAML/TOML/SQL, with line-and-column error locations.
dsh-taskboard
ttmouse/dsh-taskboard
dashi-taskboard 的 DSH 双面插件(独立版):host 半在宿主进程拉起 SQLite server(数据目录 ~/.dsh/storages/dsh-taskboard),client 半注入侧边栏入口并把完整看板(看板/列表/Gantt/工作流/仪表盘/AI 对话)挂进 GUI 中间列。
dsh-accounts
kangshifu1/dsh-accounts
DSH 多租户账户与授权插件:PostgreSQL 存储 + admin 管理 API + 每账户独立工作目录(独立插件,不改 DSH 核心)