AgentSkillsCN

rot13-encryption

此技能可使用 ROT13 密码对消息进行加密与解密。当用户请求“加密”或“解密”消息时,请使用该技能。

SKILL.md
--- frontmatter
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:

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

Examples

See examples.md for more usage examples.