ROT13 Encryption Skill
This skill provides a script for encrypting messages using ROT13.
How to Encrypt
Run the encrypt.sh script with your message:
bash
./scripts/encrypt.sh "your message"
Examples
See examples.md for more usage examples.
此技能可使用 ROT13 密码对消息进行加密与解密。当用户请求“加密”或“解密”消息时,请使用该技能。
--- frontmattername: 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
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.