← ClaudeAtlas

ghostfont-cracklisted

Ghost Font(반모션 랜덤닷 anti-AI 폰트)로 인코딩된 텍스트를 optical-flow 복원으로 크랙한다. 글자 안쪽 점이 배경과 반대로 흐르는 random-dot kinematogram — 단일프레임은 노이즈지만 프레임간 모션을 누적하면 글자가 떠오른다. 입력 3형태 자동판별: 영상파일 (.mp4/.mov/.gif 등) · URL(원격영상/유튜브식) · 라이브 화면캡처. "고스트폰트 크랙/디코드", "ghost font 풀어", "이 반모션 영상 글자 뭐냐", "화면에 뜬 고스트폰트 읽어", "/ghostfont-crack" 시 호출. 방어연구/CTF/자기텍스트 복원용.
jsb4702-glitch/verification-harness · ★ 7 · AI & Automation · score 76
Install: claude install-skill jsb4702-glitch/verification-harness
# Ghost Font Cracker Recovers text hidden in an anti-motion random-dot clip via dense optical-flow accumulation, then reads the reconstructed still (Tesseract + local vision model). Self-contained, offline (except URL fetch / vision model on localhost). ## When to use - User points at a Ghost-Font-style clip (file / URL / on-screen) and wants the text. - Defensive research, CTF, or recovering your own known phrase. ## Input modes (auto-detected; force with `--mode`) | mode | trigger | how | |------|---------|-----| | `file` | local path ending in a video ext | `cv2.VideoCapture` | | `url` | `http(s)://…` | ffmpeg direct copy → yt-dlp fallback | | `live` | no source given, or `--mode live` | screen grab (mss → ffmpeg avfoundation) | ## Run ```bash # activate the bundled deps (opencv, pytesseract, mss, yt-dlp) — reuse the poc venv source ~/ghostfont-poc/.venv/bin/activate python ~/.claude/skills/ghostfont-crack/crack.py ghost.mp4 python ~/.claude/skills/ghostfont-crack/crack.py "https://site/ghost.mp4" python ~/.claude/skills/ghostfont-crack/crack.py --mode live --seconds 3 --region 400,300,900,300 ``` Options: `--axis x|auto|both` (motion axis; `auto`=PCA on flow, handles non-horizontal), `--winsize N` (fix Farneback window, else auto-scan 7/9/13), `--model <ollama vlm>` (`''` to skip vision), `--save PREFIX` (writes `PREFIX_recon.png`). ## Output ``` Tesseract : 'CATCN WE' Vision : 'CATCH ME' ``` Plus `PREFIX_recon.png` — the reconstructed text image (human-verifiab