arg-designer

Comprehensive ARG (Alternate Reality Game) design toolkit for creating immersive puzzle experiences. This skill should be used when: (1) Designing an ARG or puzzle trail from scratch, (2) Creating hidden content with ciphers, steganography, or encoding, (3) Building trailheads (entry points) to hidden content, (4) Connecting puzzle elements in a cohesive narrative, (5) Implementing specific ciphers or encoding methods, (6) Choosing platforms for ARG deployment (Discord, Twilio, YouTube), (7) Reviewing ARG design for TINAG principles. MANDATORY TRIGGERS: ARG, alternate reality game, puzzle trail, cipher, steganography, hidden message, trailhead, TINAG, puzzle hunt, transmedia, unfiction, encode message, hide data

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "arg-designer" with this command: npx skills add greenie-neuko/arg-skills/greenie-neuko-arg-skills-arg-designer

ARG Designer

Design immersive Alternate Reality Games by combining hiding methods, trailheads, connectors, and narrative principles.

Core Workflow

Phase 1: Define the Payload

Identify content to be discovered: TEXT (messages, URLs, passwords), AUDIO (recordings, hidden data), IMAGE (photos, QR codes), VIDEO (frame-hidden content), FILE (documents, archives).

Phase 2: Choose Hiding Method

Select from references/hiding-methods.md based on difficulty (1-5), content type, required tools, and narrative fit.

Phase 3: Design Trailhead

Create entry point using references/trailheads.md. Must feel organic to fictional world and reward observation.

Phase 4: Build Connectors

Link elements using references/connectors.md. Each puzzle output becomes next puzzle input.

Phase 5: Apply Design Principles

Review against references/design-principles.md for TINAG compliance and mimesis preservation.

Quick Reference

Cipher Selection

DifficultyCiphers
1 (Easy)Caesar, ROT13, Atbash, Reverse
2 (Medium)Vigenère, Rail Fence, Base64, Morse
3 (Hard)Playfair, Nihilist, Book Cipher
4 (Expert)Custom multi-layer systems

Full cipher details: references/ciphers.md

Hiding Methods by Content

ContentMethods
TEXTUnicode steganography, EXIF metadata, HTML comments
IMAGELSB steganography, layer hiding, QR codes
AUDIOSpectrograms, reversed audio, DTMF tones
VIDEOFrame insertion, subtitle tracks, timecodes
FILENested archives, polyglot files

Full hiding methods: references/hiding-methods.md

Platform Selection

Use CasePlatforms
Real-timeDiscord, Telegram
Phone/voiceTwilio IVR
NarrativeDreamwidth, WordPress
DropsPastebin, GitHub

Full platform guide: references/platforms.md

Recipe Pattern

[CONTENT] → [HIDING] → [TRAILHEAD] → [CONNECTOR] → [NEXT]

Example: Story fragment → Spectrogram → YouTube audio → Phone number → Twilio IVR → Password

See complete examples: references/recipes.md

Resources

scripts/

  • cipher_tools.py - Encode/decode Caesar, ROT13, Atbash, Vigenère, Rail Fence, Base64, Morse, Binary, Hex
  • steganography.py - LSB image hiding, metadata hiding, Unicode zero-width encoding
  • spectrogram.py - Convert images/text to audio spectrograms

references/

  • ciphers.md - 30+ cipher types with implementations and tools
  • hiding-methods.md - 60+ techniques by content type
  • trailheads.md - 40+ entry point patterns
  • connectors.md - Puzzle linking methods
  • platforms.md - Platform setup guides
  • design-principles.md - TINAG, Crimes Against Mimesis, puppetmaster role, player types, pacing
  • meta-puzzles.md - Meta-puzzle structures, gating mechanics, puzzle hunt architecture
  • recipes.md - Complete puzzle chains from famous ARGs (I Love Bees, Cicada 3301, Year Zero)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated