🛠️
AI EngineeringRust

Ghidra CLI

by akiselev

Ghidra CLI is an AI Engineering skill for Claude Code, published by akiselev in ghidra-cli.

207 stars24 forkson akiselev/ghidra-cliAdded 2026/09/05Repository updated 2026/08/08
ai-agentsautomationbinary-analysisclaude-codeclidecompilerghidraheadlessllmmalware-analysisreverse-engineeringrust
Install in seconds
Install Ghidra CLI
Copy Ghidra CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/akiselev/ghidra-cli/tree/master/.claude/skills/ghidra-cli ~/.claude/skills/ghidra-cli

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/akiselev/ghidra-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/ghidra-cli/SKILL.md in akiselev/ghidra-cli
Installs to
~/.claude/skills/ghidra-cli
Collection
The only skill cataloged from this repository
Category
AI Engineering3101 skills

What Ghidra CLI does

Ghidra CLI uses Ghidra from the command line for binary analysis, decompilation, function inspection, cross-references, patching, and type edits. Use it when you need to reverse engineer a program or manage a Ghidra project.

Ghidra CLI is cataloged under AI Engineering on DirSkills. Ghidra CLI comes from a repository tagged ai-agents, automation, binary-analysis, claude-code and cli.

Documentation

README

ghidra-cli Agent Reference

Rust CLI for Ghidra reverse engineering. Binary name: ghidra.

Architecture

CLI (Rust/clap) ──TCP──► GhidraCliBridge.java (GhidraScript in Ghidra JVM)
  • Direct bridge: no daemon process. The Java bridge IS the persistent server.
  • One bridge per project, keyed by ~/.local/share/ghidra-cli/bridge-{md5}.port
  • Import/Analyze/query commands auto-start the bridge if not running
  • Sequential command processing (Ghidra API is not thread-safe)

Global Flags

This is the opening of the README. Read the full README on GitHub.

Commands Ghidra CLI provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /decompile

Frequently asked about Ghidra CLI

  • How does Ghidra CLI compare to other AI Engineering skills?

    Ghidra CLI ranks #2763 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ghidra CLI against them. Open each page to compare what they document and how they install.