dimasma0305/ctf-solve-and-sync
GitHub: dimasma0305/ctf-solve-and-sync
一个 Codex 技能插件,用于自动解决 CTF 挑战、验证 exploit 并将技术笔记同步到 Notion 知识库。
Stars: 1 | Forks: 0
# ctf-solve-and-sync
解决 CTF 挑战,验证 exploit,并将最终的技术笔记和产物追加到 Notion `CTF Cheat Sheet` 中。
## 在 Codex 中安装
直接克隆到用户 skill 目录中:
```
git clone https://github.com/dimasma0305/ctf-solve-and-sync.git ~/.agents/skills/ctf-solve-and-sync
```
或者询问 Codex:
```
$skill-installer install dimasma0305/ctf-solve-and-sync using repository path . and name it ctf-solve-and-sync
```
Codex 会自动检测 skill 变更。如果 skill 没有出现,请重启 Codex,然后使用 `$ctf-solve-and-sync` 调用它。
## 环境要求
- 带有 skills 支持的 Codex
- 已授权的 Notion connector
- 对已配置的 `CTF Cheat Sheet` 数据源的访问权限
默认数据源在 `SKILL.md` 中配置。如果你的 Notion database 有所不同,请更改其 `collection://...` 值和 title 属性。
## 目录结构
- `SKILL.md` — 解决、验证、Notion 同步、附件和质量门控工作流
- `references/notion-template.md` — 仅支持追加的 Notion 条目模板
- `agents/openai.yaml` — Codex skill 元数据
标签:Notion, 插件, 笔记同步, 网络调试, 自动化, 防御加固