← 返回 Skills 市场
ckchzh

Dbeaver

作者 BytesAgain2 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ 安全检测通过
203
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install dbeaver
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Dbeaver concepts, best practices, and implementation patterns.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dbeaver
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dbeaver 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug dbeaver
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Dbeaver 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Dbeaver concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 203 次。

如何安装 Dbeaver?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dbeaver」即可一键安装,无需额外配置。

Dbeaver 是免费的吗?

是的,Dbeaver 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dbeaver 支持哪些平台?

Dbeaver 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dbeaver?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.3。

💬 留言讨论