# Rot13 Encryption

> This skill helps encrypt and decrypt messages using ROT13 cipher. Use when the user asks to "encrypt" or "decrypt" a message.

- Skill: `openhands/rot13-encryption` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add openhands/rot13-encryption`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openhands/rot13-encryption/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: openhands (https://skillmd.com/u/openhands)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openhands/rot13-encryption

---


# ROT13 Encryption Skill

This skill provides a script for encrypting messages using ROT13.

## How to Encrypt

Run the [encrypt.sh](scripts/encrypt.sh) script with your message:

```bash
./scripts/encrypt.sh "your message"
```

## Examples

See [examples.md](references/examples.md) for more usage examples.

