ctf-writeup
仓库创建 2026年2月2日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由
快速生成可复现、竞赛友好的标准化writeup。
这个 Skill 做什么
为已解题目生成结构化的CTF提交式解题报告。
把你解完的 CTF 题目快速整理成可提交的标准化 writeup,包含解题思路、关键步骤、用到的工具和可重现的脚本。适合比赛结束后或要交给队友、组织者复核时使用,侧重简洁、可验证与速度。特别强调 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.
2.8k
Stars
333
Forks
11
仓库内 Skill
+197
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ljagiello/ctf-skills/main/ctf-writeup/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ljagiello/ctf-skills/main/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 公开信息 · 原文版权归作者所有