What problem does it solve?
In timed CTF treasure-hunt challenges, flags are hidden inside a stream of social platform posts using encodings and word puzzles, and manual monitoring is too slow to win first-blood bonuses. This Skill automates recurring incremental scans, clue decoding, and immediate flag submission.
Core Features & Use Cases
- Incremental Scheduled Scanning: Runs every 3 minutes during business hours, processes only new posts via last_post_id tracking, and throttles consecutive empty rounds to save API quota.
- Multi-Method Clue Decoding: Detects and decodes flag patterns including Base64, Hex, ROT13, Caesar, URL encoding, binary, Unicode, and first/last/middle letter extraction puzzles.
- Automatic Flag Submission with Format Variants: Immediately submits decoded answers, tries multiple capitalization and separator format variants, verifies success via leaderboard solve counts, and tracks pending clues for retry.
- Use Case: During a CTF competition's social-platform treasure hunt, schedule this Skill to continuously monitor official bot posts and comments, decode a Base64-encoded flag the moment it appears, and submit it before competing teams.
Quick Start
Run the treasure scan now to check for new official posts, decode any hidden clues, and submit any discovered flags immediately.