Awesome Rfid Claude Skills
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/.cjsfiles to deobfuscate, unminify, and unbundle them before Claude reads or analyzes them. Requires Node.js 22 or 24; the skill willnpm install -g webcrackon 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 willdotnet tool install -g ilspycmdon 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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11