xby-database-access-service
Run the following command in DeepSeek Harness:
dsh plugin install xby-skill/xby-database-access-service
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install xby-skill/xby-database-access-service; the project source is available at https://github.com/xby-skill/xby-database-access-service
About this plugin
Figuring out which tables exist, what columns a given table has, or running a quick SELECT typically means context-switching to a database client or spinning up a throwaway script. xby-database-access-service bridges the Xiaobenyang database API into DeepSeek Harness, letting you perform metadata lookups and lightweight queries directly from the chat window without ever breaking your conversation flow.
Under the hood the plugin exposes four focused tools. set_xby_apikey writes your API key and auto-persists it so the value survives restarts—configure once, done. list_tables returns the full table inventory. get_table_schema pulls column names and field details for any table you name. sql_query executes a SQL statement and streams the result back. From the moment you supply your key to your first schema inspection, the entire workflow takes only a few messages.
The plugin is a natural fit for developers who regularly explore database structure, data analysts who want to sanity-check a quick SELECT in conversation rather than opening a client, and anyone building data workflows on the Xiaobenyang platform. Grab your API key from the Xiaobenyang website, drop the plugin into DSH, and you are ready to go.
Use Cases
- Quickly listing all tables in a database from chat
- Inspecting column names and field details of a specific table
- Running a lightweight SQL query to verify data contents
Best For
- Developers who regularly explore database structure
- Data analysts who want to sanity-check a quick SELECT in conversation
- Teams building data workflows on the Xiaobenyang platform
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.