ctf-writeup

仓库创建 2026年7月8日最近提交 3 天前SkillHot 收录 8 小时前
▸ 精选理由

帮助团队快速产出一致且可复现的解题报告,节省沟通成本。

这个 Skill 做什么

生成标准化的CTF解题报告与提交样式写作模板。

把一次 CTF 解题整理成标准化的 submission 风格写作,包含解题步骤、关键命令、复现脚本、所用工具和学到的要点,方便交接给队友或交给裁判复核。解出题目后立刻生成一份既能快速验证又能复现的报告时会用。特点是强调速度、清晰和可复现性,格式统一便于审核和归档。

▸ 展开 SKILL.md 英文原文

Generates a single standardized submission-style CTF writeup for competition handoff and organizer review. Use after solving a CTF challenge to document the solution steps, tools used, and lessons learned in a structured format.

内容创作CTF写作报告生成提交格式通用
243
Stars
13
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/ctf-writeup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/OpenAisec/Miko/main/data/skills/ctf-writeup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# CTF Write-up Generator

Generate a standardized submission-style CTF writeup for a solved challenge.

Default behavior:

- During an active competition, optimize for speed, clarity, and reproducibility
- Keep writeups short enough that a teammate or organizer can validate the solve quickly
- Always produce a `submission`-style writeup
- Prefer one complete solve script from challenge data to final flag

## Workflow

### Step 1: Gather Information

Collect the following from the current session, challenge files, and user input:

1. **Challenge metadata** — name, CTF event, category, difficulty, points, flag format
2. **Solution artifacts** — exploit scripts, payloads, screenshots, command o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有