reverse-skill-router
GitHub用于逆向工程、安全分析、CTF及防御性测试的代理技能路由器。通过路由机制选择具体执行技能,并强制验证工作范围与安全授权,确保合规操作。
Trigger Scenarios
Install
npx skills add zhaoxuya520/reverse-skill --skill reverse-skill-router -g -y
SKILL.md
Frontmatter
{
"name": "reverse-skill-router",
"description": "Use the reverse-skill repository from Codex for authorized reverse engineering, security analysis, CTF, and defensive testing tasks. Requires the reverse-skill repository to be available as the current workspace or an explicitly supplied local path."
}
Reverse Skill Codex adapter
This plugin is an optional Codex entry point. The repository remains the canonical, client-neutral implementation.
When the current workspace is the reverse-skill repository:
- Read
RULES.mdat the repository root. - Run the platform-native
skills/scripts/master-routeentry with the user's task to select the PRIMARY skill fromskills/config/routing.json. - Before any target action, create and validate
work/<case>/scope.mdwith the platform-nativecase-initandcase-guardscripts. - Open the selected
skills/<PRIMARY>/SKILL.mdand follow its task-specific instructions. - Resolve tools only through the generated
skills/tool-index.md; do not register MCP servers or install tools unless the user requested that action.
If the repository is not the current workspace and no local repository path was supplied, explain that this adapter does not bundle a second copy of the router. Ask the user to open or clone https://github.com/zhaoxuya520/reverse-skill and then continue from its RULES.md.
Do not treat the presence of this plugin, a target name, or a sample path as authorization. Authorization comes from the repository's scope contract.
Version History
- 7e2097f Current 2026-09-09 00:40


