Conducts military-grade adversarial analysis by decomposing claims and deploying 32 expert agents to produce steelman arguments and counterarguments.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install tesy或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install tesy⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/tesy/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
> Related: [[AGENTS]], [[skills/pai-redteam/Workflows/AdversarialValidation|AdversarialValidation]], [[skills/pai-redteam/Integration|Integration]]
--- name: RedTeam description: Adversarial analysis with 32 agents. USE WHEN red team, attack idea, counterarguments, critique, stress test. SkillSearch('redteam') for docs. ---
Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/RedTeam/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
Military-grade adversarial analysis using parallel agent deployment. Breaks arguments into atomic components, attacks from 32 expert perspectives (engineers, architects, pentesters, interns), synthesizes findings, and produces devastating counter-arguments with steelman representations.
When executing a workflow, do BOTH:
```bash curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow from the RedTeam skill"}' \ > /dev/null 2>&1 & ```
``` Running the WorkflowName workflow from the RedTeam skill... ```
Full documentation: ~/.claude/skills/CORE/SkillNotifications.md
Route to the appropriate workflow based on the request.
When executing a workflow, output this notification directly:
Running the **WorkflowName** workflow from the **RedTeam** skill...
| Trigger | Workflow | |---------|----------| | Red team analysis (stress-test existing content) | Workflows/ParallelAnalysis.md | | Adversarial validation (produce new content via competition) | Workflows/AdversarialValidation.md |
---
| Workflow | Purpose | Output | |----------|---------|--------| | ParallelAnalysis | Stress-test existing content | Steelman + Counter-argument (8-points each) | | AdversarialValidation | Produce new content via competition | Synthesized solution from competing proposals |
The Five-Phase Protocol (ParallelAnalysis):
---
Philosophy.md - Core philosophy, success criteria, agent typesIntegration.md - Skill integration, FirstPrinciples usage, output format---
Attack an architecture proposal:
User: "red team this microservices migration plan"
--> Workflows/ParallelAnalysis.md
--> Returns steelman + devastating counter-argument (8 points each)
Devil's advocate on a business decision:
User: "poke holes in my plan to raise prices 20%"
--> Workflows/ParallelAnalysis.md
--> Surfaces the ONE core issue that could collapse the plan
Adversarial validation for content:
User: "battle of bots - which approach is better for this feature?"
--> Workflows/AdversarialValidation.md
--> Synthesizes best solution from competing ideas
---
Last Updated: 2025-12-20
安装 test 后,可以对 AI 说这些话来触发它
Help me get started with test
Explains what test does, walks through the setup, and runs a quick demo based on your current project
Use test to conducts military-grade adversarial analysis by decomposing claims ...
Invokes test with the right parameters and returns the result directly in the conversation
What can I do with test in my developer & devops workflow?
Lists the top use cases for test, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/tesy/ 目录(个人级,所有项目可用),或 .claude/skills/tesy/(项目级)。重启 AI 客户端后,用 /tesy 主动调用,或让 AI 根据上下文自动发现并使用。
test 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
test 可免费安装使用。请查阅仓库了解许可证信息。
Conducts military-grade adversarial analysis by decomposing claims and deploying 32 expert agents to produce steelman arguments and counterarguments.
test 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using test
Identifies repetitive steps in your workflow and sets up test to handle them automatically