ctf-writeup-generator
Automatically generate professional CTF writeups from solving sessions with flag detection, challenge categorization, and proper markdown formatting
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/akhmittra/ctf-writeup-generatorWhat This Skill Does
The ctf-writeup-generator is an specialized automation tool designed for security researchers and CTF participants to transform raw, chaotic solving notes into clean, professional, and publication-ready markdown writeups. The agent analyzes the user's input, automatically detects common flag patterns, identifies technical categories (such as Web, Pwn, or Forensics), and structures the content into industry-standard documentation formats including executive summaries, tool lists, and pedagogical takeaways. By standardizing the format, it ensures that your technical documentation is easy to read, peer-reviewed, and highly professional for portfolios.
Installation
You can install this skill directly via the OpenClaw command-line interface using the following command:
clawhub install openclaw/skills/skills/akhmittra/ctf-writeup-generator
Once installed, the agent will monitor for triggers related to writeup creation and automatically guide you through the data collection process.
Use Cases
This skill is perfect for:
- Building a professional infosec portfolio: Generate high-quality writeups to showcase your problem-solving skills on platforms like GitHub or personal blogs.
- Educational collaboration: Teachers can quickly draft training materials or model solutions for their students.
- Team documentation: Ensure that your team maintains a consistent knowledge base of solved challenges and utilized exploits for future competition reference.
- Competitive reporting: Rapidly format your notes into submissions for platform-specific community boards.
Example Prompts
- "I just solved the 'Injection Master' challenge on HackTheBox. It was a SQLi vulnerability. Here are my notes: [paste notes]. Can you write a professional writeup for it?"
- "Generate a CTF writeup for the 'BufferOverflow_101' challenge. I used gdb and pwntools to exploit a stack-based overflow. The flag was picoCTF{b0f_s1mp1e}."
- "I need to document my solve for the forensics challenge 'Network Ghost' from the last weekend CTF. Can you help me structure the steps I took in Wireshark?"
Tips & Limitations
To get the best results, provide as much technical detail as possible, including specific commands, error messages, and scripts. While the generator is excellent at formatting, verify all technical claims and ensure sensitive private credentials or real-world PII are not accidentally pasted into your notes. The skill works best when supplied with chronological solving steps.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-akhmittra-ctf-writeup-generator": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
xiaoyi-claw-omega-final
六层架构智能助手文档 - 包含架构设计、身份定义、工具规则等纯文档内容。无代码执行,无外部连接,无凭据要求。
synapse-wiki
Synapse Wiki — 智能知识库管理系统。 自动摄取原始资料,增量构建持久化知识网络,支持智能查询和健康检查。 知识随时间复利积累,越用越聪明。 当用户提到 wiki、知识库、摄取资料、查询知识、整理文档时使用此技能。
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.
arabic-threat-intel
The only Arabic-first OSINT and threat intelligence skill. Monitor Arabic-language threat actor channels on Telegram, generate bilingual threat reports, search the dark web via Tor, and enumerate subdomains via Certificate Transparency logs. Works for any region — Middle East, Africa, Asia, or global. No API keys required.
auto-doc-ai
基于 AST 和 LLM 自动生成 Python 代码文档(Google Style docstring)。 自动分析代码结构,生成符合 Google Style 的 docstring。