← 返回 Skills 市场
uynewnas

contradiction-analyzer

作者 Slava Chan · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
150
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install contradiction-analyzer
功能描述
Extracts and analyzes core contradictions and biases from multiple sources, producing structured contradiction reports with primary and secondary conflict in...
使用说明 (SKILL.md)

Contradiction Analyzer Skill

When browsing multiple sources, don't just collect facts—actively extract and summarize core arguments, claims, and contradictions. This skill helps OpenClaw identify primary and secondary contradictions, analyze information source bias, and generate structured contradiction analysis reports.

Core Design Philosophy

When AI searches for answers to complex questions involving open discussions, controversial topics, or multi-factor analysis, it often encounters information from multiple sources with different perspectives. Without a systematic contradiction analysis framework, the response may:

  • Simply list all viewpoints without identifying the core conflicts
  • Fail to distinguish between primary and secondary contradictions
  • Overlook the bias and stance of information sources
  • Miss extreme or emotionally charged content that should be flagged

The Contradiction Analyzer Skill provides a structured approach to:

  1. Extract Contradictions: Actively identify core arguments and opposition points from multiple sources
  2. Analyze Hierarchy: Distinguish between primary and secondary contradictions
  3. Detect Bias: Analyze information source stance and credibility
  4. Generate Reports: Output structured contradiction analysis briefings

Trigger Conditions

Automatically activates when user questions involve:

  • Open-ended discussions
  • Controversial topics
  • Multi-factor analysis
  • Questions containing keywords like "debate", "controversy", "different views", "pros and cons"
  • When search results contain multiple conflicting perspectives

Workflow

User Question
    ↓
【Step 1: Information Collection & Contradiction Extraction】
    - When browsing multiple sources, don't just collect facts
    - Actively extract and summarize core arguments, claims, and opposition points
    - Example for "AI and Employment":
      【Contradiction A】Productivity gains vs Job displacement
      【Contradiction B】New skill demands vs Existing skill obsolescence
      【Contradiction C】Global competition vs Local job protection
    ↓
【Step 2: Primary & Secondary Contradiction Analysis】
    - Analyze extracted contradictions by correlation, impact, and urgency
    - Identify:
      1. Primary Contradiction: Most decisive,贯穿始终 contradiction at current stage
      2. Secondary Contradictions: Derived from or influenced by primary contradiction
    - Evaluate which contradiction each information source focuses on
    ↓
【Step 3: Stance Identification & Information Weighting】
    - Analyze information source background (media type, author affiliation, tone)
    - Determine potential stance and interest倾向
    - Weight information credibility based on logic, data support, authority
    - Flag extreme/emotional/lack-of-evidence information
    ↓
【Step 4: Generate "Contradiction Analysis Briefing"】
    - Output structured briefing including:
      1. List of primary and secondary contradictions with brief analysis
      2. Information source stance map
      3. Identification of extreme/biased viewpoints
      4. Preliminary trend judgment based on current contradictions
    ↓
【Follow-up Steps】(Optional, can link with other skills)
    - User can request deeper "dialectical synthesis" or "devil's advocate analysis"
    - OC can conduct targeted secondary search based on primary contradiction

Use Cases

  • Policy Analysis: Understanding different stakeholder positions on policy issues
  • Market Research: Analyzing conflicting market predictions and recommendations
  • Academic Research: Identifying debates and controversies in a field
  • News Analysis: Understanding different media perspectives on current events
  • Technology Assessment: Evaluating conflicting views on technology impacts

Output Format

The skill generates a structured "Contradiction Analysis Briefing" with the following sections:

1. Contradiction Overview

  • Primary contradiction with analysis
  • Secondary contradictions with analysis

2. Information Source Stance Map

  • Categorized sources by stance (optimistic, cautious, concerned, neutral)
  • Source credibility assessment

3. Extreme Viewpoint Identification

  • Flagged extreme or biased content
  • Reasons for flagging

4. Trend Judgment

  • Current discussion focus
  • Gaps in the discussion
  • Recommendations for further inquiry

Synergy with Other Skills

With Dialectics Skill

  • Contradiction Analyzer provides the raw material (identified contradictions)
  • Dialectics Skill performs the synthesis and transcendence

With Devil's Advocate Skill

  • Contradiction Analyzer identifies the contradictions
  • Devil's Advocate can be used to strengthen the antithesis construction

New skill created successfully! 🎉

📝 Review Note:

  • Please check if skill functionality meets expectations
  • Verify completeness of contradiction analysis process
  • Confirm before putting into production use
安全使用建议
This skill appears coherent and low-risk: it contains only instructions for analyzing web/other sources and does not request credentials or install remote code. Before installing, consider: (1) review CLAUDE.md and trigger keywords — the skill can auto-activate on broad terms (e.g., 'controversy') so adjust triggers if you want stricter activation; (2) installing copies the skill files into your local OpenClaw skills directory (so audit the files if you don't trust the owner); (3) the skill relies on the agent's browsing/search capabilities — be aware of what data you let the agent access (don't point it at private documents unless you intend to analyze them); and (4) bias detection and credibility judgments are heuristic — validate important conclusions independently. If you need narrower scope or different activation rules, edit the SKILL.md/CLAUDE.md trigger sections before enabling.
功能分析
Type: OpenClaw Skill Name: contradiction-analyzer Version: 1.0.1 The 'contradiction-analyzer' skill is a purely analytical tool designed to help an AI agent identify and categorize conflicting viewpoints across multiple information sources. The instructions in SKILL.md and CLAUDE.md provide a structured framework for logical analysis, bias detection, and reporting without any evidence of data exfiltration, malicious command execution, or harmful prompt injection. All files, including the installation guide in INSTALL.md, align with the stated purpose of enhancing the agent's critical thinking and information synthesis capabilities.
能力评估
Purpose & Capability
The name, description, and SKILL.md all describe the same behavior (collect/search sources, extract contradictions, rate source stance/credibility, and produce a structured briefing). There are no unrelated environment variables, binaries, or config path requirements that contradict the stated purpose.
Instruction Scope
Runtime instructions ask the agent to browse and summarize multiple sources, identify contradictions, and weight sources. These actions are coherent with the skill's purpose. The guidance is somewhat prescriptive (e.g., 'Must Execute' language in CLAUDE.md and automatic trigger conditions), which could cause frequent activation in borderline cases, but it does not instruct access to unrelated system files, secrets, or external endpoints beyond normal browsing/search behavior.
Install Mechanism
There is no install spec that downloads/executes remote code; the skill is instruction-only and provided as local files. INSTALL.md shows manual copying into the OpenClaw skills directory and restarting the gateway — normal for a local skill and not inherently risky.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions do not request secrets or unrelated credentials. This is proportionate to a content-analysis skill.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request elevated or permanent platform privileges and doesn’t modify other skills or global configs. It will run when triggered by content/keywords as described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install contradiction-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /contradiction-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated author in metadata from "gugugaga" to "Slava Chan @UyNewNas". - No changes to skill functionality, features, or documentation. - Version remains at 1.0.0.
v1.0.0
Initial release of Contradiction Analyzer skill: - Enables extraction and summarization of core arguments, claims, and contradictions from multiple sources. - Identifies primary and secondary contradictions, highlighting their hierarchy and importance. - Analyzes information source bias, stance, and credibility; flags extreme or biased viewpoints. - Generates structured "Contradiction Analysis Briefing" reports with contradiction overview, stance mapping, and trend judgment. - Designed for use in policy analysis, market research, academic debate detection, news analysis, and technology assessment contexts.
元数据
Slug contradiction-analyzer
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

contradiction-analyzer 是什么?

Extracts and analyzes core contradictions and biases from multiple sources, producing structured contradiction reports with primary and secondary conflict in... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 contradiction-analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install contradiction-analyzer」即可一键安装,无需额外配置。

contradiction-analyzer 是免费的吗?

是的,contradiction-analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

contradiction-analyzer 支持哪些平台?

contradiction-analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 contradiction-analyzer?

由 Slava Chan(@uynewnas)开发并维护,当前版本 v1.0.1。

💬 留言讨论