← 返回 Skills 市场
harrylabsj

Argument Audit

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install argument-audit
功能描述
论点审计 - An analytical tool that evaluates the logical structure, evidence quality, and persuasiveness of arguments. Use when user asks about 论点分析、论证评估、逻辑审查、观点...
使用说明 (SKILL.md)

Argument Audit (论点审计)

Overview

This skill provides systematic analysis and evaluation of arguments. It helps users understand the logical structure of arguments, assess the quality of evidence, identify logical fallacies, and evaluate overall persuasiveness. Useful for critical thinking, debate preparation, writing analysis, and decision-making.

When to Use This Skill

  • Analyzing essays, articles, or opinion pieces
  • Preparing for debates or discussions
  • Evaluating business proposals or recommendations
  • Reviewing academic arguments
  • Self-checking own arguments before presenting
  • Understanding propaganda or misleading content

What This Skill Analyzes

1. Logical Structure

  • Argument identification — Main claim vs. supporting points
  • Reasoning chains — How conclusions follow from premises
  • Argument type — Deductive, inductive, abductive reasoning
  • Structure flaws — Missing links, unsupported assumptions

2. Evidence Quality

  • Source credibility — Authority, expertise, potential bias
  • Evidence relevance — Direct support vs. tangential
  • Evidence sufficiency — Adequate support for claim
  • Data quality — Sample size, methodology, recency

3. Logical Fallacies

  • Ad hominem attacks
  • Straw man arguments
  • False dilemmas
  • Slippery slope
  • Circular reasoning
  • Appeal to authority/emotion
  • Hasty generalizations
  • Post hoc ergo propter hoc
  • Red herring
  • Tu quoque

4. Persuasiveness Assessment

  • Overall argument strength (1-10 scale)
  • Emotional vs. rational appeal balance
  • Counterargument consideration
  • Balance and objectivity

Audit Framework

Dimension Criteria Questions
Clarity Is the main argument clear? What exactly is being argued?
Validity Does the reasoning hold? Do conclusions follow from premises?
Soundness Are premises true? Is the evidence credible?
Completeness Are key points covered? What's missing?
Fairness Are alternatives considered? Are counterarguments addressed?

Workflow

  1. Input Analysis — Parse the argument into components
  2. Structure Mapping — Diagram the logical structure
  3. Evidence Review — Assess each piece of supporting evidence
  4. Fallacy Check — Scan for common logical fallacies
  5. Strength Rating — Evaluate overall persuasiveness
  6. Improvement Suggestions — Recommend ways to strengthen

Usage Examples

Analyzing Written Arguments

"帮我分析这篇文章的论点"
"这篇论文的论证有什么问题?"
"这个商业计划书的逻辑是否严密?"

Debate Preparation

"帮我找出对方论点中的漏洞"
"如何反驳这个观点?"
"我的论点有什么薄弱环节?"

Critical Evaluation

"这个说法有什么逻辑问题?"
"这个专家的观点可信吗?"
"这段内容有哪些隐藏的假设?"

Output Format

For each audit, provide:

## Argument Summary
[1-2 sentence description of the main argument]

## Structure Analysis
[Diagram or breakdown of reasoning structure]

## Evidence Assessment
| Evidence | Source | Credibility | Relevance | Rating |
|----------|--------|-------------|-----------|--------|
| ...      | ...    | ...         | ...       | ...    |

## Fallacy Detection
- [List any logical fallacies found with explanations]

## Strength Rating
- Clarity: X/10
- Validity: X/10
- Soundness: X/10
- Completeness: X/10
- Overall: X/10

## Recommendations
[Suggestions for strengthening the argument]

Limitations

  • Cannot access external sources to verify evidence claims
  • Assessment is based on provided text only
  • Context-dependent factors may not be fully captured
  • Subjective elements exist in persuasiveness ratings

Related Skills

  • summarize — For summarizing argument content
  • cognitive-reframe — For rephrasing arguments
  • decision-fatigue-reliever — For simplifying complex arguments
安全使用建议
This skill appears internally consistent and works only on text you provide. Before installing, consider: (1) it cannot verify external facts or fetch sources — do not rely on it to validate claims against the web; (2) its fallacy detection uses brittle heuristics and may produce false positives or flag text that contains offensive words (those words are only in its detection lists); (3) the handler.py shown is local and contains no network/file I/O, but a full review of the complete file is recommended if you require higher assurance (the provided snippet ends with a truncated marker — obtain the full source if concerned). Avoid submitting sensitive secrets or private data to any third‑party skill even if the code appears local.
功能分析
Type: OpenClaw Skill Name: argument-audit Version: 1.0.0 The 'argument-audit' skill is a legitimate analytical tool designed to evaluate logical structures and identify fallacies in text. The code in handler.py uses basic keyword matching and regex to perform its analysis without any network access, file system manipulation, or data exfiltration, and the SKILL.md instructions are strictly aligned with the tool's stated purpose.
能力评估
Purpose & Capability
Name/description align with the included handler.py and SKILL.md. The skill performs local analysis of argument text (structure, evidence, fallacies) and does not request unrelated capabilities, binaries, or credentials.
Instruction Scope
SKILL.md instructs the agent to analyze user-provided text only; handler.py implements local text analysis and fallacy detection and does not call external services, read files, or access environment variables. Note: the detection heuristics include hard-coded keyword lists (some offensive terms used only to detect ad hominem) and simple pattern rules that can produce false positives/negatives.
Install Mechanism
No install spec provided (instruction-only skill). There are no download/extract/install steps or third-party package pulls in the metadata.
Credentials
The skill declares no required environment variables, no credentials, and no config paths — which is appropriate for a purely local text-analysis utility.
Persistence & Privilege
No elevated persistence requested (always:false). The skill does not request system-wide changes or modification of other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install argument-audit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /argument-audit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of argument-audit. - Provides systematic analysis of arguments, including logical structure, evidence quality, fallacy detection, and persuasiveness assessment. - Offers a step-by-step audit workflow and detailed output format for clarity and usability. - Supports use cases such as essay analysis, debate prep, business proposal review, and critical evaluation. - Includes structured frameworks and rating criteria to guide consistent argument evaluation. - Lists key limitations and related skills for user guidance.
元数据
Slug argument-audit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Argument Audit 是什么?

论点审计 - An analytical tool that evaluates the logical structure, evidence quality, and persuasiveness of arguments. Use when user asks about 论点分析、论证评估、逻辑审查、观点... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 Argument Audit?

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

Argument Audit 是免费的吗?

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

Argument Audit 支持哪些平台?

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

谁开发了 Argument Audit?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论