Rot13 Encryption

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

openhands e265059 3 files · 806 B Updated

File contents

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.

OpenHands/agent-sdk/tree/main/examples/05_skills_and_plugins/01_loading_agentskills/example_skills/rot13-encryption commit e26505919a

Frequently asked questions

npx skillmds@latest add openhands/rot13-encryption