← Back to Skills Marketplace
bytesagain3

Gdb

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
139
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install gdb
Description
Gdb reference tool. Use when working with gdb in devtools contexts.
README (SKILL.md)

Gdb

Gdb reference tool. Use when working with gdb in devtools contexts.

When to Use

  • Working with gdb and need quick reference
  • Looking up devtools standards or best practices for gdb
  • Troubleshooting gdb issues
  • Need a checklist or guide for gdb tasks

Commands

intro

scripts/script.sh intro

Overview and core concepts

quickstart

scripts/script.sh quickstart

Getting started guide

patterns

scripts/script.sh patterns

Common patterns and best practices

debugging

scripts/script.sh debugging

Debugging and troubleshooting

performance

scripts/script.sh performance

Performance optimization tips

security

scripts/script.sh security

Security considerations

migration

scripts/script.sh migration

Migration and upgrade guide

cheatsheet

scripts/script.sh cheatsheet

Quick reference cheat sheet

help

scripts/script.sh help

version

scripts/script.sh version

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

Usage Guidance
This skill is essentially a bundled bash script that prints static gdb reference text—nothing here asks for keys, makes network calls, or manipulates system configuration. That said, installing any skill that runs shell code executes that code on your system, so: (1) review scripts/script.sh before enabling to confirm you trust the source; (2) prefer skills from maintainers you trust; and (3) if you have policies restricting runtime shell execution, treat this as code that will run locally. Functionally safe and coherent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: gdb Version: 1.0.0 The 'gdb' skill bundle is a purely informational reference tool. The primary script, 'scripts/script.sh', contains static functions that output documentation and best practices for GDB to the console using heredocs. There is no evidence of network activity, file system modification, credential access, or malicious instructions in 'SKILL.md'.
Capability Assessment
Purpose & Capability
Name/description claim a gdb reference tool and the package contains a single script that prints help/docs. There are no unrelated env vars, binaries, or installs required—requirements match purpose.
Instruction Scope
SKILL.md instructs the agent to run commands in scripts/script.sh. The script only emits static documentation text (heredocs) and does not read arbitrary files, access credentials, or call external endpoints.
Install Mechanism
No install spec; the skill is instruction-only with an included script. No downloads, external package installs, or archive extraction are requested.
Credentials
The skill declares no environment variables, no credentials, and the script does not reference any sensitive env vars or config paths. Requested privileges are minimal and proportionate.
Persistence & Privilege
always:false (default) and agent-autonomy is enabled (platform default). The skill does not attempt to modify other skills or system config and does not request permanent presence or elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gdb
  3. After installation, invoke the skill by name or use /gdb
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug gdb
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Gdb?

Gdb reference tool. Use when working with gdb in devtools contexts. It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.

How do I install Gdb?

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

Is Gdb free?

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

Which platforms does Gdb support?

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

Who created Gdb?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.

💬 Comments