← 返回 Skills 市场
bytesagain3

Gdb

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install gdb
功能描述
Gdb reference tool. Use when working with gdb in devtools contexts.
使用说明 (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]

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

Gdb 是什么?

Gdb reference tool. Use when working with gdb in devtools contexts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Gdb?

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

Gdb 是免费的吗?

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

Gdb 支持哪些平台?

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

谁开发了 Gdb?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。

💬 留言讨论