# Bloaty

> Use this skill when the user wants to use bloaty, a size profiler for binaries.

- Skill: `javimosch/bloaty` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/bloaty`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/bloaty/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/bloaty

---


# bloaty Plugin

A size profiler for binaries.

## Commands
- `bloaty <resource> <action>` — Execute bloaty commands
- `bloaty self version` — Print bloaty version
- `bloaty _ _` — Passthrough to bloaty CLI

## Usage Examples
- "bloaty --help"
- "bloaty self version"

## Installation
```bash
apt-get install bloaty
```

## Key Features
- CLI-based tool
- Scriptable and automatable
- Pipeline-ready output
- c++ based

