ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

bic-qa

当用户询问数据库或操作系统相关知识、需要基于 BIC-QA 知识库检索专业资料时使用。调用官方 API 需要有效凭据,详见正文 Setup

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bbsyd2/bic-qa
Or

What This Skill Does

The bic-qa skill serves as a specialized knowledge retrieval agent designed for database administrators, system engineers, and developers. By integrating with the official BIC-QA knowledge repository, it provides accurate, professional, and context-aware answers regarding complex database management, tuning, architecture, and general operating system troubleshooting. The skill handles the complexity of API authentication and JSON payload construction, allowing users to interact with professional technical documentation through a natural language interface. Whether you are dealing with relational database engine nuances or specific OS-level configurations, bic-qa acts as an intelligent bridge to curated technical datasets.

Installation

To add this skill to your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/bbsyd2/bic-qa

After installation, you must configure your authentication credentials. Register an account at BIC-QA Official Website to obtain your API Key. Store this key securely using environment variables (export BIC_API_KEY="your_key_here") or by creating a configuration file at ~/.bic/config/api_key. The skill will automatically detect these credentials to authorize requests.

Use Cases

  • Database Optimization: Resolving performance bottlenecks or syntax queries for specific engines like Oracle, MySQL, PostgreSQL, or specialized domestic databases like GaussDB and TiDB.
  • Complex Migration Planning: Gathering configuration standards or compatibility notes when switching between different database architectures.
  • OS Troubleshooting: Diagnosing common environment-related issues that might affect database performance or connectivity.
  • Enterprise Standards Enforcement: Querying official documentation for databases like KingBase or GBase where community support might be limited.

Example Prompts

  1. "How do I optimize the memory settings for a high-load MySQL instance running on Linux?"
  2. "What are the recommended index strategies for a large-scale table in an Oracle database?"
  3. "Could you explain the primary differences between PostgreSQL and openGauss when handling JSONB data types?"

Tips & Limitations

  • Accuracy & Context: Always provide the specific dbtype when asking questions to ensure the retrieval engine filters the data correctly. If the skill fails to identify the database type, it will ask for clarification; providing this early will save time.
  • Credential Security: Never share your API key in scripts or public repositories. The skill is designed to handle this securely by reading from localized storage.
  • Scope: This skill is strictly for database and OS-related technical knowledge. It will not perform general-purpose AI tasks such as creative writing or non-technical translation.

Metadata

Author@bbsyd2
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bbsyd2-bic-qa": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#database#sysadmin#documentation#troubleshooting#sql
Safety Score: 5/5

Flags: network-access, file-read, external-api