← 返回 Skills 市场
ckchzh

Tcpdump

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
157
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tcpdump
功能描述
Tcpdump reference tool. Use when working with tcpdump in devtools contexts.
安全使用建议
This skill is essentially a packaged help/cheat-sheet implemented as a shell script that prints documentation—there is no network activity, no credential requests, and no installation of code. If you plan to install it, confirm you trust the source (BytesAgain) because the agent will execute the bundled script locally when invoked. Also be aware this is a reference only (it does not run tcpdump for you) and the content may become outdated; review the script if you need to verify accuracy or adapt wording for your environment.
功能分析
Type: OpenClaw Skill Name: tcpdump Version: 1.0.0 The 'tcpdump' skill is a documentation and reference tool providing static information about the tcpdump utility. The primary script (scripts/script.sh) uses heredocs to output text-based guides, checklists, and best practices without executing any network commands, accessing sensitive files, or performing system modifications.
能力评估
Purpose & Capability
The skill advertises itself as a tcpdump reference tool and contains an included scripts/script.sh that prints guides, cheatsheets, and best practices. It does not attempt to run or require the tcpdump binary or unrelated services, which is coherent with a documentation/reference purpose.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts/script.sh with simple subcommands. The script only outputs static documentation (via cat/EOF blocks, echo) and has no commands that read arbitrary host files, access network endpoints, or fetch credentials. There is minor sloppy scripting (e.g., help here-doc uses single quotes so $VERSION won't expand, and an unnecessary shift), but these are functional bugs, not scope creep.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). Nothing is downloaded or extracted at install time, so there is low install risk.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The bundled script likewise does not read environment secrets or require elevated credentials. The lack of requested secrets is proportionate to a reference/documentation skill.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not request modifying other skills or system-wide settings. It does execute an included shell script when invoked, which is normal for an instruction-only skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tcpdump
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tcpdump 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug tcpdump
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tcpdump 是什么?

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

如何安装 Tcpdump?

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

Tcpdump 是免费的吗?

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

Tcpdump 支持哪些平台?

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

谁开发了 Tcpdump?

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

💬 留言讨论