OpenHands

rot13-encryption

@OpenHands/rot13-encryption
OpenHands
432
109 forks
Updated 1/18/2026
View on GitHub

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

Installation

$skills install @OpenHands/rot13-encryption
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathexamples/05_skills_and_plugins/01_loading_agentskills/example_skills/rot13-encryption/SKILL.md
Branchmain
Scoped Name@OpenHands/rot13-encryption

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: rot13-encryption description: > This skill helps encrypt and decrypt messages using ROT13 cipher. Use when the user asks to "encrypt" or "decrypt" a message. license: MIT compatibility: Requires bash metadata: author: openhands version: "1.0" triggers:

  • encrypt
  • decrypt
  • cipher

ROT13 Encryption Skill

This skill provides a script for encrypting messages using ROT13.

How to Encrypt

Run the encrypt.sh script with your message:

./scripts/encrypt.sh "your message"

Examples

See examples.md for more usage examples.