← Back to Skills Marketplace
bytesagain1

Db Explorer

by bytesagain1 · GitHub ↗ · v2.0.4 · MIT-0
cross-platform ✓ Security Clean
184
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install db-explorer
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Db Explorer concepts, best practices, and implementation patterns.
README (SKILL.md)

Db Explorer

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Db Explorer 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 harmless, local reference/cheatsheet: it only prints static documentation and does not access the network or credentials. Before installing, note small quality issues (version strings mismatch and a couple of inconsistent command names in the docs) that may affect UX but not safety. If you rely on exact command names, verify the script's available commands (intro, quickstart, patterns, debugging, performance, security, migration, cheatsheet). If you need strict version tracking or automatic updates, treat this as a local script rather than a managed package.
Capability Analysis
Type: OpenClaw Skill Name: db-explorer Version: 2.0.4 The db-explorer skill is a static reference tool that provides documentation and best practices for database exploration. The primary script (scripts/script.sh) only outputs hardcoded text via heredocs and contains no network calls, file system modifications, or credential access, aligning perfectly with its stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (reference/cheatsheet for Db Explorer) align with contained assets: SKILL.md is a reference and the included bash script prints static documentation. No extraneous credentials, binaries, or cloud-only requirements are requested.
Instruction Scope
SKILL.md explicitly states the commands output plain-text via heredoc with no network or creds required, and the script implements exactly that. Minor issues: SKILL.md metadata and script versions differ (SKILL.md v2.0.3, package metadata v2.0.4, script VERSION=2.0.2), a few command-name mismatches in docs (cheatsheet lists 'troubleshooting' while the script provides 'debugging'), and the show_help heredoc uses single quotes so the $VERSION variable will not expand — these are quality/documentation issues, not security concerns.
Install Mechanism
No install spec is present (instruction-only plus a small helper script). Nothing is downloaded or written to disk by an installer; the included script is self-contained. This is low risk.
Credentials
The skill requires no environment variables, no credentials, and the script does not read or reference any external secrets or config paths. Requested environment access is proportional (none).
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. It does not modify other skills or system config. Autonomous invocation is allowed by default but there are no elevated privileges associated with this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install db-explorer
  3. After installation, invoke the skill by name or use /db-explorer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.4
Fix description
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
publish v2.0.0
Metadata
Slug db-explorer
Version 2.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Db Explorer?

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

How do I install Db Explorer?

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

Is Db Explorer free?

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

Which platforms does Db Explorer support?

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

Who created Db Explorer?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.4.

💬 Comments