bohrium-database

Manage Bohrium private databases, tables, and data operations.

11|8|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/dptech-corp/bohrium-skills --skill bohrium-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bohrium-database
Source: https://github.com/dptech-corp/bohrium-skills/tree/main/zh/bohrium-database
Command: npx skills add https://github.com/dptech-corp/bohrium-skills --skill bohrium-database

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bohrium-open-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies operations on Bohrium private databases, including listing databases, querying data, managing tables, and more, eliminating the need for manual database management tasks.

Core Features & Use Cases

  • Database Management: List, inspect, and manage private Bohrium databases.
  • Table Management: Create, update, and alter tables with defined schemas.
  • Data Operations: Perform queries, insert, update, and delete operations on tables.
  • Use Case: Suppose you need to automate data entry from a private Bohrium database into a CSV file. This Skill can help you list the databases, inspect the tables, and extract the necessary data.

Quick Start

Run the command: python3 database_manager.py list-dbs

Frequently Asked Questions about bohrium-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage private databases on the Bohrium platform?

To manage private databases on Bohrium, you can use this Skill to list databases, inspect tables, and perform data operations without manual intervention. It requires the bohrium-open-sdk to interact with the platform's database infrastructure.

What is the best way to automate Bohrium database table management?

Automating Bohrium database table management is achieved through this Skill, which allows you to create, update, and alter tables with defined schemas. You can execute operations using the provided scripts to handle administrative workflows.

Can I perform SQL operations like insert and update on Bohrium databases?

Yes, you can perform SQL operations including insert, update, and delete on Bohrium databases. The Skill supports data operations and queries, enabling you to manipulate table data programmatically via the bohrium-open-sdk.

How do I list available databases and extract data to a CSV file?

To list available databases and extract data to a CSV file, run the command `python3 database_manager.py list-dbs` to inspect databases. You can then query the necessary tables and export the data for your administrative workflows.

Do I need the bohrium-open-sdk to query data from Bohrium databases?

Yes, you need the bohrium-open-sdk dependency to query data from Bohrium databases. This SDK is required for the Skill to interact with the private database infrastructure and execute data operations successfully.