view --main rot13-encryption-skill-shifrovaniya-i-deshifrovki-teksta.md
rot13-encryption: Скилл шифрования и дешифровки текста
readonly
--- lines
---
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](scripts/encrypt.sh) script with your message:
```bash
./scripts/encrypt.sh "your message"
```
## Examples
See [examples.md](references/examples.md) for more usage examples.
Инициализация мануала...
//
$ ls -R related_skills/
package.json
$ install --global
skills.sh
npx skills add https://github.com/OpenHands/software-agent-sdk/tree/main/examples/05_skills_and_plugins/01_loading_agentskills/example_skills/rot13-encryption
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы