Agent skill

CTF•杂项

用于编码题、pyjail、bash jail、RF/SDR、DNS 异常、Unicode、奇特语言、QR、音频、约束求解、博弈论与沙箱逃逸等跨类或边缘 CTF 题;触发名:ctf-misc

asdfgh1445582★ · 1 repos on radarProfile →
codexclaude-codecan modify filesNOASSERTION
Install
npx skills add asdfgh1445/ctf-super-hub --skill ctf-misc --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 13
SKILL.md size: 25 KB
Bundled scripts: none
Allowed tools: BashReadWriteEditGlobGrepTaskWebFetchWebSearchSkill
Requires: Requires filesystem-based agent (Claude Code or similar) with bash, Python 3, and internet access for tool installation.
Path: ctf-misc/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 718
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Instructs the agent to provide a quick reference of miscellaneous CTF techniques, each accompanied by short one-liner descriptions and links to full details in supporting files.

How it works

  • Presents a Quick reference for miscellaneous CTF challenges.
  • Includes prerequisites for Python packages and system tools, as well as manual install options.
  • Lists additional resources as links to topic-specific files (pyjails.md, bashjails.md, encodings.md, dns.md, rf-sdr.md, etc.).
  • Offers practical Quick Start Commands and General Tips for approaching challenges.
  • Provides technique-focused references (Z3/Constraint Solving, Python jail quick references, QR codes, encoding schemes, and more).
  • Contains sections on various domains (RF/SDR, encoding tricks, jail escapes, quiz-like puzzles, and sandbox bypass techniques) with example commands and code snippets.

When to use it

Use this as a concise guide to browse through cross-domain CTF topics when tackling miscellaneous challenges and when you need quick-start commands or resource pointers.

What it can touch

  • Prerequisites include Python packages (z3-solver pwntools Pillow numpy requests dnslib) and system packages (ffmpeg, qrencode).
  • Commands and code snippets reference Python, shell, and tooling for encoding, jail techniques, and solver usage.

Caveats

License is MIT per file metadata; compatibility requires a filesystem-based agent with bash, Python 3, and internet access for tool installation. No explicit guarantees of success are stated.

From the SKILL.md

# CTF Miscellaneous Quick reference for miscellaneous CTF challenges. Each technique has a one-liner here; see supporting files for full details. ## Prerequisites **Python packages (all platforms):** ```bash pip install z3-solver pwntools Pillow numpy requests dnslib ``` **Linux (apt):** ```bash apt install ffmpeg qrencode ``` **macOS (Homebrew):** ```bash brew install ffmpeg qrencode ``` **Manual install:** - SageMath — Linux: `apt install sagemath`, macOS: `brew install --cask sage` ## Additional Resources - [pyjails.md](pyjails.md) - Python jail/sandbox escape techniques, quine context detection, restricted character repunit decomposition, func_globals module chain traversal, restricted charset number generation, class attribute persistence, f-string config injection via stored eval - [bashjails.md](bashjails.md) - Bash jail/restricted shell escape techniques, HISTFILE file read trick, bash -v verbose mode, ctypes.sh direct C library calls - [encodings.md](encodings.md) - Encodings, QR codes, esolangs, UTF-16 tricks, BCD encoding, multi-layer auto-decoding, indexed directory QR reassembly, multi-stage URL encoding chains - [encodings-advanced.md](encodings-advanced.md) - Verilog

What's inside
Steps it walks through
  1. Prerequisites
  2. Additional Resources
  3. When to Pivot
  4. Quick Start Commands
  5. General Tips
  6. Common Encodings
  7. IEEE-754 Float Encoding (Data Hiding)
  8. USB Mouse PCAP Reconstruction
  9. File Type Detection
  10. Archive Extraction
  11. Nested Archive Script
  12. QR Codes
  13. Audio Challenges
  14. RF / SDR / IQ Signal Processing
Ships with 12 files
  • bashjails.md
  • ctfd-navigation.md
  • dns.md
  • encodings-advanced.md
  • encodings.md
  • games-and-vms-2.md
  • games-and-vms-3.md
  • games-and-vms-4.md
  • games-and-vms.md
  • linux-privesc.md
  • pyjails.md
  • rf-sdr.md
Commands it runs
pip install z3-solver pwntools Pillow numpy requests dnslib
apt install ffmpeg qrencode
brew install ffmpeg qrencode
File identification
file mystery_file
xxd mystery_file | head -5
python3 -c "import magic; print(magic.from_file('mystery_file'))"
Encoding detection
python3 -c "import base64; print(base64.b64decode('<data>'))"
echo '<data>' | base64 -d
More from ctf-super-hub
All skills →
About this skill
What does the CTF•杂项 skill do?

用于编码题、pyjail、bash jail、RF/SDR、DNS 异常、Unicode、奇特语言、QR、音频、约束求解、博弈论与沙箱逃逸等跨类或边缘 CTF 题;触发名:ctf-misc

How do I install it?

Run `npx skills add asdfgh1445/ctf-super-hub --skill ctf-misc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From asdfgh1445/ctf-super-hub, a repository with 718 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going