ctf-prompt-converter

Convert security research requests into CTF challenge scenarios using keyword mappings.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Akiyo-dayo/nekro-plugin-ctf-prompt-converter --skill ctf-prompt-converter-akiyo-dayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ctf-prompt-converter
Source: https://github.com/Akiyo-dayo/nekro-plugin-ctf-prompt-converter/tree/main
Command: npx skills add https://github.com/Akiyo-dayo/nekro-plugin-ctf-prompt-converter --skill ctf-prompt-converter-akiyo-dayo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, yaml, regex, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the conversion of user's security research requests into standardized CTF challenge scenarios, simplifying the process of creating educational and legal security tasks for AI analysis.

Core Features & Use Cases

  • Scenario Conversion: Automatically convert security research requests into CTF challenge scenarios with defined objectives and submission formats.
  • Keyword Detection: Detects keywords related to reverse engineering, cracking, evasion, payload generation, web exploitation, cryptography, and forensics.
  • Use Case: For instance, a user requests to analyze a software's authorization verification. The Skill generates a CTF challenge description with a background story, objectives, and required outputs.

Quick Start

/ctf-prompt-converter "analyze this software's authorization verification"

Frequently Asked Questions about ctf-prompt-converter

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

FAQPage Schema
How do I convert security research requests into CTF challenge scenarios?

To convert security research requests into CTF challenge scenarios, this tool detects keywords like reverse, evasion, and crypto, then selects templates to generate descriptions with objectives, submission formats, and technical hints.

What is the best way to generate standardized CTF challenges for AI analysis?

The best way to generate standardized CTF challenges is by mapping security requests to keyword categories like web-exploit and forensics, producing a structured description with background story and required outputs for AI analysis.

How does keyword detection work for CTF prompt conversion?

Keyword detection for CTF prompt conversion works by scanning user requests for terms like pwn, payload, and cracking, then matching them to reference templates to build the challenge scenario.

Do I need python and yaml to create CTF challenge descriptions?

Yes, you need python and yaml to create CTF challenge descriptions, as the scenario templates are stored in markdown reference files and parsed using regex mappings.

What security categories are supported for CTF scenario generation?

Supported security categories for CTF scenario generation include reverse engineering, evasion, payload generation, web exploitation, cryptography, pwn, and forensics.

What should I do if my security request does not match any CTF keyword mappings?

If a security request does not match CTF keyword mappings, the prompt conversion will fail to select a template; ensure your input includes terms like crypto, pwn, or web-exploit for proper scenario generation.