Awesome Rfid Claude Skills banner
iceman1001 iceman1001

Awesome Rfid Claude Skills

Development community

Description

When using Claude there is always room for improvement and we want to get the most out of our tokens.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Awesome RFID hacking skills for Claude

The idea is to have a awesome list of Claude skills for RFID Hacking.

Installing a skill

Each skill is published as a zip on the rolling [`latest` release](https://github.com/iceman1001/awesome_rfid_claude_skills/releases/latest), which is rebuilt from `master` on every merge. To install one in Claude Code:

mkdir -p ~/.claude/skills/
curl -L -o /tmp/.zip \
  https://github.com/iceman1001/awesome_rfid_claude_skills/releases/latest/download/.zip
unzip /tmp/.zip -d ~/.claude/skills/

Because the release is rolling, downloading the same URL again later will give you whatever is currently on `master`. If you need to pin to a specific build, grab the zip from the Actions run that produced it (saved as a workflow artifact) rather than from the `latest` release.

Skills

  • webcrack-deobfuscate — Runs webcrack on .js/.mjs/.cjs files to deobfuscate, unminify, and unbundle them before Claude reads or analyzes them. Requires Node.js 22 or 24; the skill will npm install -g webcrack on first run.
  • ilspy-decompile — Decompiles .NET assemblies (.dll/.exe/.netmodule/.winmd/.nupkg) to readable C# via ilspycmd before analysis. Requires the .NET SDK (9.0+ recommended); the skill will dotnet tool install -g ilspycmd on first run.
  • timstamp-hunter -Hunts for dates and/or timestamps in a byte array
  • rigol-scope - Communicate with your RIGOL scope over LAN , capture traces and screen dumps
  • re-electron - RE electron applications aresbit
  • re-js-app - RE javascripts aresbit
  • re-frida - Helps out Frida reversing akiselev

Iceman 2026