rsbkb
Binary data encoding, decoding, and analysis via pipes
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install rsbkb?▼
Run `npx skills add trou/rsbkb --all -g -y` in your terminal to install this skill globally.
What is rsbkb used for?▼
It is a collection of command-line applets for encoding, decoding, slicing, and analyzing binary data, similar to CyberChef but chainable through pipes.
How do I chain rsbkb commands together?▼
Pipe one applet into another, for example `slice file 0x10 +64 | xor -x deadbeef | b64 -u`, to combine multiple transformations in one line.
Can rsbkb help with reverse engineering and CTFs?▼
Yes. It includes binary grep, entropy calculation, timestamp decoding, and buffer overflow pattern tools built for reverse engineering, forensics, and CTF challenges.
Does rsbkb work with AI coding agents?▼
Yes. Its SKILL.md file tells agents exactly which applets read from stdin, take file paths, or need values, so they can run the right commands from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core