LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

ebpf-skill - eBPF Program Guidance and Toolchain Selection

Provides practical guidance for choosing, writing, loading, and debugging eBPF programs using libbpf, ebpf-go, and bpftrace.

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Select eBPF toolchains
  • Choose program and map types
  • Triage verifier failures
  • Check kernel compatibility
  • Provide minimal code snippets

Inputs

  • User task goals
  • Kernel version details
  • Verifier log output
  • Reference documentation files

Outputs

  • Toolchain and hook recommendations
  • Map design recommendations
  • Minimal eBPF code snippets
  • Verifier debugging steps

Requirements

  • Linux kernel version 5.2 or newer
  • Kernel BTF support
  • CAP_BPF or CAP_SYS_ADMIN capabilities
  • CAP_PERFMON capability for tracing

Source

  • Spec: SKILL.md
ebpf
libbpf
ebpf-go
bpftrace
linux-kernel
tracing
networking
verifier
Select eBPF toolchains
Choose program and map types
Triage verifier failures
Check kernel compatibility
User task goals
Kernel version details
Verifier log output
Toolchain and hook recommendations
Map design recommendations
Minimal eBPF code snippets