| name | lemmeknow |
| description | Use this skill when the user wants to identify unknown data formats, decode text, or recognize hashes and encodings from the command line. |
lemmeknow Plugin
A fast, offline data decoder for identifying data formats. Recognize and decode hundreds of data formats including hashes, encodings, and more.
Commands
Data Identification
lemmeknow data identify — Identify data format from input
Utility
lemmeknow _ _ — Passthrough to lemmeknow CLI
Usage Examples
- "Identify this hash"
- "What format is this text?"
- "Decode unknown data"
- "Recognize data format"
Installation
brew install lemmeknow
Or via Cargo:
cargo install lemmeknow
Examples
echo "SGVsbG8gV29ybGQ=" | lemmeknow
echo "d41d8cd98f00b204e9800998ecf8427e" | lemmeknow --json
echo "hello" | lemmeknow --encoding
lemmeknow _ _ "unknown text here"
lemmeknow _ _ --json "data to identify"
Key Features
- Identify - Data format recognition
- Decode - Decode encodings
- Hashes - Hash identification
- Encoding - Encoding detection
- Offline - No network needed
- Fast - Fast performance
- Hundreds - 100+ formats
- CTF - CTF support
- Forensics - Forensics tools
- Security - Security research
Notes
- Works offline
- Recognizes 100+ formats
- Great for CTF challenges
- Supports hashes, encodings, crypto