gsh150801/dsh-bioinf0

dsh-bioinf

Bioinformatics skill router plugin for DeepSeek Harness: searchable index over a large skill library, an anysearch web-search provider, remote-exec tooling, and scenario guidance for literature review, bio-data analysis, and remote training

AI Analysis

核心用途是为生物信息学任务(如文献检索、生物数据分析)提供技能路由和工具支持。适合生物信息学研究人员。需配合官方技能工具配置使用,并指定本地技能索引文件。

Package
dsh-bioinf
Version
0.1.0
License
MIT
Last updated
Sep 1, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gsh150801/dsh-bioinf

Usage

Pair with @deepseek-ai/dsh-tool-skill config catalog: off (see ~/.dsh/profiles/bioinf/cordis.patch.yml).

- insert:
    - id: bioinf
      name: 'file:///D:/projs/bioinf_agent/deepseek-harness/packages/examples/dsh-bioinf/lib/index.js'
      config:
        skillsIndexFile: 'D:/projs/bioinf_agent/skills_meta/_dsh_index.json'
    - id: bioinf-anysearch
      name: 'file:///D:/projs/bioinf_agent/deepseek-harness/packages/examples/dsh-bioinf/lib/anysearch-plugin.js'
      config:
        apiKey: '...'
- id: tool-skill
  name: '@deepseek-ai/dsh-tool-skill'
  config:
    catalog: off