dshbase

Plugin directory / Developer / dsh-chatbi

dsh-chatbi

Unverified Huauauaa

✓ Actively maintained Builds on 7 official DSH packages

View on GitHub ↗ ← Back to plugin directory

0Stars
0Forks
0Open issues
Language
2026-08-24Last push
Cross-platformPlatform

What it does

a chatbi dsh

Our take
Unverified — not yet verified

a chatbi dsh Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-chatbi

DeepSeek Harness (DSH) plugin for ChatBI-style tooling: database connections, MCP/API/SQL tool registry, and agent tools — fully self-contained, no external ChatBI Java backend required.

Not affiliated with DeepSeek.

Architecture

All data lives in a local JSON store on the Host:

$DSH_HOME/chatbi/store.json
Area Storage Execution
Database connections local store SQLite via Node built-in node:sqlite; other types stored for metadata
MCP servers & tools local store HTTP POST to configured server baseUrl
SQL tools local store Template → chatbi_sql_execute
API tools local store HTTP fetch to configured baseUrl + path

Settings UI layout follows chatbi-ui tab patterns, built with Tailwind CSS v4.
Compiled utilities are embedded into lib/client.js and injected at runtime
(DSH ModuleLoader does not load sidecar .css files).

Install

dsh plugin --profile web add ./

Node ≥22.

Settings

Settings → ChatBI:

  • Optional data directory override (default $DSH_HOME/chatbi)
  • Tabs: 概览 / 数据库 / MCP 工具 / API 工具 / SQL 工具

Agent tools

Tool Purpose
chatbi_status Local store summary
chatbi_sql_execute Run SQL (sqlite supported)
chatbi_mcp_call Invoke registered MCP tool
chatbi_api_call Invoke registered API tool
chatbi_list_* List MCP / SQL / API tools

Skill dsh-chatbi documents the workflow.

Verify

npm install --legacy-peer-deps
npm test
npm run build

Limitations

  • MySQL/PostgreSQL: connections are stored locally; live SQL needs drivers not bundled (use sqlite or MCP/API tools).
  • MCP invoke assumes an HTTP endpoint on the configured server (generic JSON body).
  • Seed MCP/SQL/API tools by editing store.json or extend the UI later.

License

MIT — see LICENSE.

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-chatbi for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:Huauauaa/dsh-chatbi

Headless (CLI) profile:

dsh plugin --profile headless add github:Huauauaa/dsh-chatbi

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-27
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →