Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

wei-devils-advocate魏魔鬼代言人

Agent Skill

wei-devils-advocate 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,432

周安装

143

GitHub Stars

公开资料未说明

下载量

1,144
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wei-devils-advocate(魏魔鬼代言人)
来源仓库:https://github.com/mikehankk/wei-devils-advocate
安装命令:
openclaw skills install wei-devils-advocate
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install wei-devils-advocate

简介

模拟对抗角色对想法进行压力测试暴露隐藏风险与失败模式。

  • 用于增强方案鲁棒性与创新思维的全面性评估。
  • 生成反驳论点与交叉检查建议提升论证严谨性。
  • 可能引入过度质疑倾向,需结合实际目标权衡利弊。
  • 推荐用于高风险或复杂问题前作为预演手段。wei-devils-advocate 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
wei-devils-advocate
version
1.0.0
description
Stress-test ideas using multiple LLMs in adversarial roles to generate counterarguments, cross-check reasoning, and expose hidden risks and failure modes. 易找茬:通过多模型对抗式分析与交叉验证,从不同视角生成反对意见并揭示潜在风险。
execution
timeout
600
longRunning
true
env
OPENROUTER_API_KEY
description
API key for OpenRouter (only required if models in config.json use OpenRouter)
required
false
DASHSCOPE_API_KEY
description
API key for DashScope/Bailian (only required if models in config.json use DashScope)
required
false

Wei Devil's Advocate Skill

Version: 1.0.0 | Last updated: 2026-04-07


Overview

Use wei-devils-advocate to stress-test ideas through multi-LLM adversarial cross-validation.

Multiple language models independently act as devil’s advocates, challenging the idea from different reasoning paths to uncover hidden risks, assumptions, and failure modes that a single model may miss.

It is best suited for:

Identifying hidden assumptions through cross-model disagreement Exposing risks, edge cases, and failure scenarios Detecting overconfident or internally consistent but fragile reasoning Validating decisions under adversarial multi-perspective review

Do NOT use this skill if you are looking for validation, consensus, quick agreement, brainstorming, or single-perspective answers.


Installation

Prerequisites

  • Bun runtime (v1.0.0 or higher)

Install Bun

curl -fsSL https://bun.sh/install | bash

Or on macOS with Homebrew:

brew install oven-sh/bun/bun

Install Dependencies

cd skills/wei-devils-advocate
bun install

Environment Setup

Create a .env file in the skill directory with your API keys:

# Required: OpenRouter API key (for debater models)
OPENROUTER_API_KEY=your_openrouter_api_key_here

# Required: DashScope/Bailian API key (for judge model)
DASHSCOPE_API_KEY=your_dashscope_api_key_here

Or export as environment variables:

export OPENROUTER_API_KEY=your_openrouter_api_key_here
export DASHSCOPE_API_KEY=your_dashscope_api_key_here
Note: If environment variables are not set, the skill will throw an error with instructions on how to configure them.

Configuration Files

遇到模型访问问题? 请参考 README.md 了解如何根据你的网络环境选择和配置 config.json

Core Philosophy

Most bad decisions don’t fail because of lack of information.

They fail because:

  • Assumptions go unchallenged
  • Risks are underestimated
  • Everyone agrees too quickly

This skill enforces:

“Default to skepticism. Earn confidence.”

How It Works

User Input (Thesis / Idea) ↓ [Debater Models x N] → Generate strongest counterarguments ↓ (Optional) [Simulation Models] → Attempt to rebut critiques multiple rounds until... ↓ [Judge Model] → Evaluates survivability ↓ Structured Decision Output


Modes

ModeBehaviorUse When
attack (default)Generate counterarguments + judge evaluationFast stress test
Note: Currently only the attack mode is implemented. Future versions include the simulation mode for simulating whether an idea survives sustained attack. Preview the 'simulation' mode at https://www.bigbigai.com/agent/devils-advocate .

Use Cases

  • Product & Startup validation
  • Investment / trading risk analysis
  • Strategy stress testing
  • System / prompt failure analysis

Cost Note

Uses multiple models (2–4x cost vs single query). Use for high-stakes decisions only.


Model Roles

Each model in config.json is tagged with one or more roles indicating its capabilities:

RoleDescriptionTypical Use
criticStrong critical thinking and counterargument generationChallenging assumptions
reasoningDeep analytical capabilityComplex analysis, synthesis
retrievalHas web/live data accessCurrent events, real-time info
judgeEvaluates survivability of ideasFinal evaluation
generalBroad balanced capabilityFallback, ambiguous queries
Note: Specific model names and their roles are defined in config.jsonmodels. Refer to that file for the current model roster.

Model Selection

Model selection is controlled via config.json using a queryType-based routing system. Instead of hard-coding model names, you select models by the domain of the query.

How to Select Models

As the calling model, follow this process:

  1. Classify the query — Match keywords to determine the queryType
  2. Pass queryType — The skill will look up the routing.xxx.models in config.json
  3. (Optional) Pass explicit models — Use the models parameter to bypass auto-selection

Query Types (Domain)

queryTypeDescriptionTypical Use
financialMarkets, investing, macroeconomicsInvestment thesis validation, risk analysis
technicalProgramming, systems, engineeringArchitecture decisions, implementation risks
socialPublic opinion, social media sentimentProduct-market fit, user behavior
current_eventsRecent news and real-time informationTime-sensitive decisions
scientificObjective knowledge, definitions, theoriesResearch validity, methodology critique
creativeWriting, design, ideationCreative concept stress testing
generalDefault fallbackGeneral idea validation

Selection Algorithm

1. Analyze query → match keywords → determine queryType
2. Pass queryType to skill → skill looks up `routing.<queryType>.models` in config.json
3. Skill selects top 2–3 models from the routing config
4. Debater models generate counterarguments
5. Judge model evaluates survivability

Examples

Example 1: Financial Query

Query: "Should we invest in AI startups in 2026?"

Selection process:

  1. Keywords: invest, startups, 2026 → queryType: financial
  2. Pass to skill: { "query": "...", "queryType": "financial" }
  3. Skill looks up: config.jsonrouting.financial.models
  4. Skill selects: Models configured for financial analysis
  5. Judge: Evaluates investment thesis survivability

Example 2: Technical Query

Query: "Is microservices architecture the right choice for our startup?"

Selection process:

  1. Keywords: microservices, architecture → queryType: technical
  2. Pass to skill: { "query": "...", "queryType": "technical" }
  3. Skill looks up: config.jsonrouting.technical.models
  4. Skill selects: Models with technical/coding roles

Example 3: Product Validation

Query: "Will users pay for this productivity app?"

Selection process:

  1. Keywords: users, pay, app → queryType: social
  2. Pass to skill: { "query": "...", "queryType": "social" }
  3. Skill looks up: config.jsonrouting.social.models
  4. Skill selects: Models with social/retrieval roles

Skill Parameters

  • query (string)
  • queryType (string)
  • intent (string)
  • mode (string)
  • models (array)
  • maxModels (number)
  • judgeModel (string)

Output Structure

  1. Thesis
  2. Hidden Assumptions
  3. Counterarguments
  4. Failure Scenarios
  5. Survivability
  6. Verdict
  7. Recommendation

Tagline

Strong ideas survive attack. Weak ones don’t.

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.5%
按下载量换算1,093

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills