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.
This skill helps encrypt and decrypt messages using ROT13 cipher. Use when the user asks to "encrypt" or "decrypt" a message.
npx skillmds@latest add openhands/rot13-encryption This skill provides a script for encrypting messages using ROT13.
Run the encrypt.sh script with your message:
./scripts/encrypt.sh "your message"
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