TopRank Skills

Home / Claw Skills / Others / secretcodex
Official OpenClaw rules 15%

secretcodex

Generate creative code names and encode/decode secret messages using classic and sophisticated ciphers. Blends nostalgic decoder ring fun with modern cryptographic techniques. Includes Caesar, Vigenère, Polybius, Rail Fence, and hybrid methods. Provides keys for secure message sharing between trusted parties.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 secretcodex 技能。 若已安装,则直接安装 secretcodex 技能。

Overview

Skill Key
akhmittra/secretcodex
Author
akhmittra
Source Repo
openclaw/skills
Version
-
Source Path
skills/akhmittra/secretcodex
Latest Commit SHA
be321f462d837583d8661e9d2d0c3c1c17365b52

Extracted Content

SKILL.md excerpt

# SecretCodex

## Description

SecretCodex brings back the magic of decoder rings from your childhood cereal boxes, but with the sophistication of modern cryptography. Generate creative code names for operations and team members, encode secret messages using multiple cipher methods, and decode messages from trusted contacts—all with keys that you control and share manually with intended recipients.

Perfect for:
- 🎯 Creating code names for projects, operations, or team members
- 🔒 Sending secret messages between friends, family, or team
- 🎓 Learning cryptography through hands-on practice
- 🎮 Adding mystery to games, scavenger hunts, or puzzles
- 🎪 Fun challenges and brain teasers
- 📝 Private notes that only you (and your key-holders) can read

## Core Philosophy

**Security through obscurity is weak. Security through strong ciphers + key management is powerful.**

SecretCodex teaches you both:
- **Simple ciphers** (fun, educational, quick)
- **Sophisticated ciphers** (stronger, layered, secure)
- **Hybrid methods** (combine multiple techniques)
- **Key management** (the real secret to cryptography)

## 1. Code Name Generator

Before you encode messages, you need great code names! SecretCodex generates creative, memorable names for operations, projects, or individuals.

### Code Name Styles

#### Operation Names (Mission/Project Codenames)
**Format**: [Adjective] + [Noun]

**Examples:**
- Operation Silent Thunder
- Operation Crimson Falcon
- Operation Midnight Protocol
- Operation Steel Horizon
- Operation Quantum Shield

**Generation Strategy:**
- Choose a tone (stealthy, powerful, technical, natural, mythical)
- Pair evocative adjective with strong noun
- Avoid obvious connections to actual project

#### Personal Codenames (Agent/Team Member Names)
**Format**: Single word or [Title] + [Element]

**Examples:**
- Phoenix (rebirth, fire)
- Cipher (encryption, secrecy)
- Raven (intelligence, mystery)
- Atlas (strength, reliability)
- Echo (communication, repetiti...

README excerpt

# 🔐 SecretCodex

Generate creative code names and encode/decode secret messages with classic and sophisticated ciphers. Blends nostalgic decoder ring fun with modern cryptographic techniques.

## What This Skill Does

SecretCodex brings back the magic of decoder rings, but with serious cryptographic sophistication:

- 🏷️ **Generate creative code names** for operations, team members, and locations
- 🔒 **Encode secret messages** using 10+ cipher methods (Caesar, Vigenère, Playfair, Rail Fence, OTP, and more)
- 🔓 **Decode messages** from friends/family (with the key they share)
- 🎓 **Learn cryptography** through hands-on examples
- 🎮 **Create puzzles** for scavenger hunts and games
- 🔑 **Master key management** (the real secret to security)

## Installation

### Via ClawHub CLI (Recommended)

```bash
# Search for the skill
clawhub search secretcodex

# Install
clawhub install secretcodex
```

### Manual Installation

```bash
mkdir -p ~/.openclaw/skills/secretcodex
cp SKILL.md ~/.openclaw/skills/secretcodex/
openclaw reload-skills
```

## Quick Start Examples

### Example 1: Generate a Code Name

```
You: Generate a code name for our Q2 product launch. Tone: professional but exciting.

AI: CODE NAME OPTIONS:

1. Operation Silver Dawn
   - Silver: Premium, valuable
   - Dawn: New beginning, fresh start
   - Phonetic: SILVER DON

2. Project Velocity Edge
   - Velocity: Speed, momentum
   - Edge: Cutting-edge, advantage
   
3. Operation Horizon Shift
   - Horizon: Future vision
   - Shift: Transformation

Recommendation: "Operation Silver Dawn" - professional, aspirational, memorable.
```

### Example 2: Encode a Secret Message

```
You: I want to send a secret message to my friend: "MEET ME AT THE LIBRARY AT NOON". 
What's a good cipher?

AI: For casual secret-keeping, I recommend Vigenère cipher:

METHOD: Vigenère Cipher
KEY: Choose a keyword you and your friend know (e.g., "FORTRESS")

ENCODING:
Plaintext: MEET ME AT THE LIBRARY AT NOON
Keyword: FORTRESSFORTRESSFO...

Related Claw Skills