# Lemmeknow

> Use this skill when the user wants to identify unknown data formats, decode text, or recognize hashes and encodings from the command line.

- Skill: `javimosch/lemmeknow` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/lemmeknow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/lemmeknow/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/lemmeknow

---


# 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

```bash
brew install lemmeknow
```

Or via Cargo:
```bash
cargo install lemmeknow
```

## Examples

```bash
# Identify text
echo "SGVsbG8gV29ybGQ=" | lemmeknow

# Identify with JSON output
echo "d41d8cd98f00b204e9800998ecf8427e" | lemmeknow --json

# Identify encoding
echo "hello" | lemmeknow --encoding

# Any lemmeknow command with passthrough
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

