ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more bcc, c. Use when you need bcc capabilities. Triggers on: bcc.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/bcc
Or

Bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more ## Commands

  • help - Help
  • run - Run
  • info - Info
  • status - Status

Features

  • Core functionality from iovisor/bcc

Usage

Run any command: bcc <command> [args]

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
bcc help

# Run
bcc run
  • Run bcc help for all commands

  • Run bcc help for all commands

When to Use

  • when you need quick bcc from the command line
  • to automate bcc tasks in your workflow

Output

Returns formatted output to stdout. Redirect to a file with bcc run > output.txt.

Configuration

Set BCC_DIR to change data directory. Default: ~/.local/share/bcc/

Configuration

Set BCC_DIR to change data directory. Default: ~/.local/share/bcc/

Metadata

Stars4126
Views0
Updated2026-04-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-bcc": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.