dbc

Install and manage drivers for the user with the dbc command line program.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dbc" with this command: npx skills add amoeba/dbc-skills/amoeba-dbc-skills-dbc

dbc Skill

Install and manage drivers for the user with the dbc command line program.

Installing dbc

If the user does not have dbc available, try to install it for them.

Prefer installing it with with these commands, in order of preference, if the tool is available:

Most Important Commands

  • dbc install <driver>

  • Install a driver (e.g., dbc install snowflake )

  • dbc search [pattern]

  • Search for a driver using a pattern (e.g., dbc search sql ). Also lists installed drivers.

  • dbc info <driver>

  • Get driver details

Run dbc --help to learn about other commands.

Project Workflow

If the user says they reproducibility or recording driver versions with git, prefer using this workflow over dbc install :

  • dbc init

  • Create a dbc.toml file

  • dbc add <driver>

  • Add drivers to the list (supports version constraints like dbc add "postgresql>=13.0" )

  • dbc sync

  • Install all drivers and create dbc.lock

Using Installed Drivers

Drivers installed with dbc must be used with an ADBC driver manager. dbc cannot load a driver or query a data source directly. Don't install drivers from any other source like PyPi, prefer drivers installed with dbc always.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

dbc

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated