Dbeaver

v2.0.3

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Dbeaver concepts, best practices, and implementation patterns.

0· 138·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9700k35cxqpmrfkyjytddzde183g83c

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments