dsh-dataset-curation
数据集整理:清洗、质量筛选、多样性、拆分与标注,LLM 微调前置。受 wshobson/agents(38k★ MIT)启发。
205 results
数据集整理:清洗、质量筛选、多样性、拆分与标注,LLM 微调前置。受 wshobson/agents(38k★ MIT)启发。
图表类型选择参考
DeepSeek Harness plugin: intercept a page's real data APIs (XHR/fetch JSON) and return structured fields — comments, rankings, prices, tables — with token-efficient field extraction. Requires playwright.
Installation safety gate & data-protection guard for DeepSeek Harness: 60 static signature rules (31 high/24 medium/5 low) scan plugin sources for malicious install scripts, credential theft, obfuscation, persistence and network callbacks before 'dsh plugin add', plus 12 destructive-command patterns and workspace-boundary checks against accidental deletion. | 安装安全闸门与数据保护闸:60 条静态签名规则(31 高危/24 中危/5 低危)扫描插件恶意行为、持久化与外传,12 种危险命令模式与边界检查拦截误删。
GitHub issue and pull request references for the DeepSeek Harness web GUI: click the GitHub icon at the bottom-right of the input box to search the workspace repository and insert issue/PR references. Data comes from the gh CLI.
A-share stock screening plugin for DeepSeek Harness (dsh): pluggable strategies on a free Eastmoney data source, behind an extensible data-source abstraction.
数据结构
数据库表设计:主键/规范化/索引/数据类型/约束/性能模式,PostgreSQL 重点 + 通用规范。受 wshobson/agents(38k★ MIT)启发。
Add an upload-image button beside the composer plus button. Picks local images and feeds them through the conversation draft-image drop path (DataTransfer + synthetic drop event), so describe-image rewrites the send into an image reference.
数据库
Model-facing analyze_image tool for the DeepSeek Harness: multi-modal image understanding via any OpenAI- or Anthropic-compatible vision API, with 8 analysis modes, local path / http(s) URL / data URL input, and a Web UI hint that guides image-incapable models to the reliable local-path route.
Out-of-tree DSH bundle for scientific literature search: a Crossref + local SQLite FTS search engine, agent-facing literature tools, and literature-database management under $DSH_HOME/data/literature
Data analysis toolkit for DeepSeek Harness — CSV profiling, anomaly detection, and data summarization
DSH 数据库 MCP 桥接插件:零知识凭据管理(密码永不进模型)+ 按 source 的一次性进程执行(无常驻服务、天然并发与多实例安全)+ 自动安装 dbhub 与浏览器状态卡片。
DeepSeek Harness plugin: Bilibili keyword video search, video metadata, subtitle transcripts, direct play URLs, and multimodal frame viewing (bilibili_search / bilibili_video / bilibili_subtitles / bilibili_playurl / bilibili_frames). Anonymous by default with risk-control bootstrapping; an optional SESSDATA unlocks login-gated subtitles and higher-quality streams.
Recover deleted/corrupted dsh sessions (session.jsonl.zstd) and memory (memory.db) straight from the raw disk. Battle-tested recovery manual + scripts + a /session-repair command plugin for the dsh web UI.
Local-first RAG knowledge tools for DSH: kb_query / kb_ingest / kb_crawl / kb_related, backed by the kb-rag Python pipeline (Ollama bge-m3 + ChromaDB + SiYuan). Zero API cost, data never leaves your machine.
Render strict JSON ```echarts fences as interactive Apache ECharts charts in DSH Web.
Transactional data-only DSH configuration packs with integrity, ownership, and rollback
DSH 数据模式插件:在原版 DeepSeek Harness 上增加只读问数。连接数据库或上传 CSV/Excel,用自然语言查数。不改标准/PTC/极简/创造。
Live, read-only DSH plugin catalog grouped by runtime source and package metadata category.
结构化数据提取:从非结构化文本中提取指定字段并输出JSON/CSV/表格
huluTable — a foolproof online-table workspace plugin for DeepSeek Harness Web: table library, virtualized grid editor, formulas, kanban/calendar views, goals, and Excel import/export
Hybrid memory plugin for DeepSeek Harness: L1 frozen-snapshot memory (MEMORY.md/USER.md, prefix-cache friendly) + L2 searchable knowledge base (one-fact-per-file, FTS5) + L3 multi-tool import. Data lives on D drive, never C.