smithery/openhands

rot13-encryption

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

Installation

$ npx skills add smithery/openhands --skill rot13-encryption

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/openhands.

npx skills add smithery/openhands

Browse all from smithery/openhands

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0
LicenseMIT
CompatibilityRequires bash
More metadata
author
openhands
version
1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 620 B
  • docs SUMMARY.md 149 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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:

./scripts/encrypt.sh "your message"

Examples

See [examples.md](references/examples.md) for more usage examples.