Agent skill · AI & Agents

Strix•新手入口

给中文用户和新手用的 Strix Lite 统一入口:先判断该用哪一个 strix-* 工具或漏洞测试 skill,再给最小化起手步骤;适合在 Web 安全测试、工具链使用、漏洞验证时不知道先用哪个 Strix skill 的场景;触发名:strix-beginner-hub

asdfgh1445582★ · 1 repos on radarProfile →
codexNOASSERTION
Install
npx skills add asdfgh1445/ctf-super-hub --skill strix-beginner-hub --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: none
Path: strix-beginner-hub/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 718
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Strix 新手入口 这是给 **不会选 Strix skill 的人** 用的轻量入口。 它不是为了替代 `ctf-super-hub`,而是作为你现有 CTF 主包的 **增强层**: - CTF 主入口仍然是 `ctf-super-hub` - 当题目明显进入 Web 测试、漏洞验证、工具链使用阶段时,再调用这一层 ## 什么时候用 出现下面情况时优先考虑这个入口: - 你已经判断是 Web 题,但不知道该先用 `httpx / ffuf / katana / nuclei / sqlmap` 哪个 - 你知道大概是 SQLi / XSS / SSRF / 文件上传 / JWT / IDOR 一类,但不会选专项 skill - 你想先用更工具化、命令手册化的方式推进,而不是纯思路型讲解 ## 使用原则 - **不改变主结构**:它只是增强能力,不替代现有 CTF 主入口 - **先小步验证**:默认只给最小化下一步,不一上来就堆很多命令 - **先判断工具还是漏洞**: - 如果你还在发现目标 / 枚举入口 / 抓取路由,优先走工具 skill - 如果你已经知道疑似漏洞类型,优先走漏洞专项 skill ## 新手默认路由 ### 工具链类 - `strix-httpx`:先探测站点、标题、状态码、技术指纹 - `strix-katana`:爬路径、JS、路由 - `strix-ffuf`:目录、文件、参数模糊测试 - `strix-nuclei`:快速模板扫描 - `strix-sqlmap`:SQL 注入自动验证与枚举 ### 漏洞专项类 - `strix-sql-injection` - `strix-xss` - `strix-ssrf` - `strix-rce` - `strix-authentication-jwt` - `strix-idor` - `strix-information-disclosure` - `strix-insecure-file-uploads` - `strix-open-redirect` - `strix-csrf` - `strix-business-logic` - `strix-broken-function-level-authorization` - `strix-path-traversal-lfi-rfi` ### 模式类 - `strix-quick`:先打高价值、快确认 - `strix-standard`:更平衡地覆盖测试面 ## 推荐默认策略 如果用户没有指定: - **还在摸目标结构** -> `strix-httpx` / `strix-katana` / `strix-ffuf` - **已经怀疑具体漏洞** -> 对应专项 skill - **想快一点扫高影响点** ->

What's inside
Steps it walks through
  1. 什么时候用
  2. 使用原则
  3. 新手默认路由
  4. 工具链类
  5. 漏洞专项类
  6. 模式类
  7. 推荐默认策略
  8. 新手友好输出格式
  9. 参考文件
Ships with 2 files
  • references/examples.md
  • references/router-cheatsheet.md
More from ctf-super-hub
All skills →
About this skill
What does the Strix•新手入口 skill do?

给中文用户和新手用的 Strix Lite 统一入口:先判断该用哪一个 strix-* 工具或漏洞测试 skill,再给最小化起手步骤;适合在 Web 安全测试、工具链使用、漏洞验证时不知道先用哪个 Strix skill 的场景;触发名:strix-beginner-hub

How do I install it?

Run `npx skills add asdfgh1445/ctf-super-hub --skill strix-beginner-hub --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From asdfgh1445/ctf-super-hub, a repository with 718 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going