ctf-misc

Solves authorized CTF miscellaneous challenges covering encodings, jail escapes, protocols, and puzzles.

1|Updated Aug 3, 2026
One-click install
npx skills add https://github.com/hanmujun/hanmujun-agent-public --skill ctf-misc-hanmujun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ctf-misc
Source: https://github.com/hanmujun/hanmujun-agent-public/tree/main/.agents/skills/ctf-misc
Command: npx skills add https://github.com/hanmujun/hanmujun-agent-public --skill ctf-misc-hanmujun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Solving CTF miscellaneous challenges requires broad knowledge across encodings, sandbox escapes, network protocols, and logic puzzles, and this Skill routes the agent to the correct technical manual and references for each challenge type. ## Core Features & Use Cases - Challenge Routing: Acts as a bridge entry point that directs the agent to the full technical manual at skill-library/ctf-misc/SKILL.md before loading per-type references. - Multi-Domain Coverage: Handles encoding/decoding tasks, Python jail escapes, protocol analysis, puzzles, and cross-category challenges. - Evidence Discipline: Instructs the agent to save scripts and evidence rather than submitting flags directly, supporting verifiable solve workflows. - Use Case: During an authorized CTF competition, the agent encounters a misc challenge involving an unusual encoding chain; it loads this Skill, follows the referenced manual, writes a verification script in scratch, and records the candidate flag with evidence. ## Quick Start Load the ctf-misc skill and analyze the current miscellaneous challenge, then write a verification script before reporting any candidate flag.

Frequently Asked Questions about ctf-misc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I solve CTF miscellaneous challenges with an AI agent?▼

Load this Skill as the entry point, then read the full technical manual it references before loading per-type references. Write verification scripts for each hypothesis and save evidence instead of submitting flags directly.

What challenge types does CTF misc cover?▼

Misc covers encodings and decoding chains, Python jail or sandbox escapes, network protocol analysis, logic puzzles, and cross-category tasks that do not fit crypto, reverse, pwn, or web categories.

Can this Skill be used outside authorized CTF competitions?▼

The Skill is designed for explicitly authorized CTF challenge APIs and practice platforms. It is a learning and competition aid, not a tool for attacking systems without permission.

Why does the Skill not submit flags directly?▼

The instructions require saving scripts and evidence first so candidate flags are verified locally before submission. This reduces wasted submission attempts and supports interruption recovery during competitions.

What are the limitations of a bridge-style Skill?▼

The bridge file contains no techniques itself; it only routes to the full manual and references in the skill library. If those referenced files are missing, the Skill provides no operational guidance.