← Back to Skills Marketplace
ckchzh

Dbeaver

by BytesAgain2 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ Security Clean
203
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install dbeaver
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Dbeaver concepts, best practices, and implementation patterns.
README (SKILL.md)

Dbeaver

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Dbeaver concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a simple offline reference: it prints embedded documentation and does not access the network or any secrets. If you plan to enable it, note that the agent will execute the included shell script when the skill is invoked — review the shipped script (scripts/script.sh) yourself if you want to confirm there are no modifications. The only issues found are cosmetic (minor version string mismatches in metadata vs. script). If you need absolute assurance, run the script locally in a controlled environment to verify output before enabling it for an autonomous agent.
Capability Analysis
Type: OpenClaw Skill Name: dbeaver Version: 2.0.3 The skill is a straightforward documentation reference tool for DBeaver. The shell script (scripts/script.sh) only outputs static informational text via heredocs for various commands like 'intro' and 'quickstart', and the SKILL.md correctly describes this behavior without any suspicious instructions or hidden logic. There are no network calls, file system modifications, or data exfiltration attempts.
Capability Assessment
Purpose & Capability
The name/description (Dbeaver reference) matches the provided assets: SKILL.md contains command definitions and the included script emits embedded documentation for those commands. There are no unexpected credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md explicitly states outputs are heredocs with no external API calls. The script only writes text to stdout for commands, reads no files, and reads no environment variables. There is a small cosmetic inconsistency in declared versions between metadata (2.0.3 / 2.0.2) and the script (VERSION="2.0.1"), but this does not affect behavior.
Install Mechanism
No install specification is provided and the skill is instruction-only with an included script. Nothing is downloaded or written to disk by an installer; the only file is the shipped script.
Credentials
The skill declares no required environment variables, no primary credential, and the runtime script does not access any env vars or credentials. The requested privileges are minimal and proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. It does not modify other skills or system configuration. Autonomous invocation is allowed by default but the skill's behavior remains limited and offline.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dbeaver
  3. After installation, invoke the skill by name or use /dbeaver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Fix description
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug dbeaver
Version 2.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Dbeaver?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Dbeaver concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 203 downloads so far.

How do I install Dbeaver?

Run "/install dbeaver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dbeaver free?

Yes, Dbeaver is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dbeaver support?

Dbeaver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dbeaver?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.3.

💬 Comments