用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/H-mmer/pentest-agents --skill remember命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | remember |
| description | Log a finding or pattern to persistent brain memory. Auto-fills from session context. Usage: /remember |
Save current finding/pattern to brain memory.
uv run python3 ../../tools/brain.py record <target> confirmed "<description>" "<details>"uv run python3 ../../tools/brain.py record <target> exhausted "<what failed>" "<why>"uv run python3 ../../tools/global_brain.py learn technique "<pattern>"uv run python3 ../../tools/response_tracker.py log <id> <status>Before writing memory, make it useful to a future agent that has no conversation context.
Use this shape:
target:
surface:
vuln_class:
primitive:
accounts_or_roles:
evidence_path:
request_summary:
response_marker:
impact:
status:
next_action:
If the item is rejected, preserve the blocker with the same care as a finding. High-quality negative memory prevents duplicate work and false confidence.