RO

rot13-encryption

Provides a quick command-line utility to encrypt or decrypt messages using the ROT13 algorithm.

Install

mkdir -p .claude/skills/rot13-encryption && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7165" && unzip -o skill.zip -d .claude/skills/rot13-encryption && rm skill.zip

Installs to .claude/skills/rot13-encryption

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

This skill helps encrypt and decrypt messages using ROT13 cipher. Use when the user asks to "encrypt" or "decrypt" a message.
125 chars · catalog description✓ has a “when” trigger
Beginner

Key capabilities

  • Encrypt strings using ROT13
  • Decrypt ROT13 encoded messages
  • Execute text transformation scripts

How it works

The skill executes a bash script that applies a standard ROT13 character shift transformation to the input string.

Inputs & outputs

You give it
Plaintext or ROT13 string
You get back
Transformed string

When to use rot13-encryption

  • Encrypt sensitive strings for testing
  • Decrypt ROT13 encoded messages
  • Quick text transformation

About this skill

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.

When not to use it

  • Securing sensitive data
  • Complex encryption requirements

Prerequisites

Bash environment

Limitations

  • Provides obfuscation only, not secure encryption

How it compares

It provides a quick, automated transformation tool compared to manual character shifting.

Compared to similar skills

rot13-encryption side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
rot13-encryption (this skill)17moReviewBeginner
reverse-engineering-tools733moNo flagsAdvanced
game-hacking-techniques422moNo flagsAdvanced
solidity-security152moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

reverse-engineering-tools

gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

73204

game-hacking-techniques

gmh5225

Guide for game hacking techniques and cheat development. Use this skill when researching memory manipulation, code injection, ESP/aimbot development, overlay rendering, or game exploitation methodologies.

42128

solidity-security

wshobson

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

15115

1password

openclaw

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

2799

senior-security

davila7

Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.

3191

ghidra

mitsuhiko

Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.

16105

Search skills

Search the agent skills registry