Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

argument-selfloop论证自循环

Agent Skill

argument-selfloop 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,543

周安装

182

GitHub Stars

公开资料未说明

下载量

1,471
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install argument-selfloop

简介

维护论证分类账与前提一致性追踪机制。

  • 自动检测逻辑链条中的潜在矛盾点。
  • 适用于复杂论述起草与修订支持。argument-selfloop 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install argument-selfloop。
  • 建议在草稿阶段启用以增强逻辑严谨性。

SKILL.md

name
argument-selfloop
description
Argument self-loop: maintain an argument ledger + premise consistency report for drafted sections.
version
0.1.0
metadata
openclaw
requires
anyBins

Argument Self-loop (write -> self-check -> ledger -> revise)

Purpose: upgrade C5 from “generate text” to “execute argument actions under explicit constraints”.

This skill operationalizes the mechanism you described as a reusable, pipeline-native component:

  • write section-by-section
  • self-check paragraph-by-paragraph
  • maintain a small argument ledger that makes dependencies explicit
  • revise only what fails until the chain is continuous

It complements (not replaces) the other self-loops:

  • evidence-selfloop: blocks writing when packs are not writeable (do not pad)
  • writer-selfloop: blocks template voice, missing sections/leads, scope/citation violations
  • argument-selfloop (this skill): blocks *argument discontinuity* and *premise drift* (even when prose is fluent)

Core idea: two intermediate artifacts (never in the paper)

This skill treats “argument structure” as a first-class intermediate artifact, like evidence packs.

Outputs:

  • output/SECTION_ARGUMENT_SUMMARIES.jsonl (structured; per-section/per-paragraph argument moves)
  • output/ARGUMENT_SKELETON.md (compact narrative + dependency map; not a prose restatement)
  • output/ARGUMENT_SELFLOOP_TODO.md (PASS/FAIL + actionable edits)

These files are *not* reader-facing and must never be merged into output/DRAFT.md.

Downstream:

  • paragraph-curator uses output/SECTION_ARGUMENT_SUMMARIES.jsonl (moves/outputs) + the ## Consistency Contract to run a controlled select->evaluate->subset->fuse pass without changing citation keys.

What this self-loop enforces (your 3 invariants)

After you complete a section (H3 or key front matter), the section must satisfy:

1) Correct narrative linkage (paragraph-to-paragraph)

  • the relation between adjacent paragraphs is explicit (cause/contrast/refinement/boundary)
  • no silent topic-switch; no “jump cut”

2) Closed argument loop (section-level) The section answers, in its own text (not in a hidden outline):

  • what question is it resolving?
  • what argument path does it take?
  • what is the conclusion?
  • what premises does the conclusion rely on?

3) Premises + definitions are explicit and stable

  • new terms / protocol assumptions are defined at first use
  • the definition matches global usage (no drift)
  • task/metric/constraint assumptions do not silently change across sections

The self-check must result in concrete edits: add a missing definition, add a bridge sentence, add an explicit contrast, add a scope boundary, delete/reorder a paragraph, or strengthen the local conclusion.

Paragraph contract (argument actions)

Every paragraph must execute at least one argument action and be locally self-consistent. Use this action set (can be combined, but never empty):

  • Claim: a testable judgement/conclusion (avoid generic background)
  • Definition/Setup: introduce a concept, assumption, task definition, protocol, comparison set
  • Justification: reasoning chain or evidence support (including citations)
  • Contrast/Differentiation: clarify differences, remove ambiguity
  • Boundary/Failure: applicability limits, failure modes, threats to validity
  • Local Conclusion: a reusable takeaway / constraint that downstream paragraphs can rely on

One-sentence self-check (per paragraph):

  • "This paragraph’s action(s) are: <…>. Its output is: <…>."

If you cannot answer, the paragraph must be rewritten/merged/split until the action and output are clear.

How to run it (LLM-first workflow)

1) Pick the scope of this pass

  • default: run it after writer-selfloop PASS, before merge
  • incremental: run it after finishing 1-2 H3s, so you catch drift early

2) For each target section file (start with H3 bodies)

  • read the section
  • do a paragraph-by-paragraph action labeling *in the ledger*, not in the prose
  • identify failures (missing definition, missing bridge, missing conclusion, implicit premise)
  • apply the fix to the *section file* (sections/S<sub_id>.md) without changing citation keys

3) Update the two-level ledger

  • write/update the record for that section in output/SECTION_ARGUMENT_SUMMARIES.jsonl
  • update output/ARGUMENT_SKELETON.md so it reflects:

- the section’s functional role in the paper - what premises it consumes - what conclusions/definitions it produces for downstream sections

4) Write output/ARGUMENT_SELFLOOP_TODO.md

  • - Status: FAIL + a list of concrete edits when any section fails
  • - Status: PASS only when all required sections are coherent and premises are stable

5) Rerun until PASS

Output contract

output/ARGUMENT_SELFLOOP_TODO.md

Must exist and start with:

  • - Status: PASS|FAIL

Recommended structure (keep it short and debuggable):

  • ## Failures (blocking)
  • ## Fix plan (actionable edits) (per file)
  • ## Premise drift watchlist (non-blocking)

output/SECTION_ARGUMENT_SUMMARIES.jsonl

JSONL (one record per section/subsection).

Required fields per record:

  • kind: h3 | front_matter | discussion | conclusion (minimal set)
  • id: for H3 use the subsection id (e.g., "3.2")
  • title
  • section_id, section_title (for H3)
  • section_role: what this unit does in the paper (e.g., mechanism, evaluation_lens, risk_lens, synthesis)
  • depends_on: list of premises/definitions it assumes
  • adds: list of premises/definitions/conclusions it introduces
  • paragraphs: list of objects, each with:

- i (1-based paragraph index) - moves (non-empty list; pick from: claim, definition_setup, justification, contrast, boundary_failure, local_conclusion) - output (one sentence: what this paragraph produces)

Notes:

  • This is an intermediate ledger: short, structural, no prose restatement.
  • Do not paste long sentences from the draft. Use short summaries.

output/ARGUMENT_SKELETON.md

A compact narrative/dependency map (not a retelling of the paper).

It should include:

  • each H2/H3's necessity (what gap it fills)
  • explicit dependencies (premises consumed, outputs produced)
  • a global Consistency Contract section (single source of truth) that must not drift across edits:

- canonical terminology + synonym policy (what to call the same thing) - task/environment/threat-model boundary (what counts as in-scope) - evaluation protocol fields that make numbers interpretable (task + metric + constraint/budget/tool access) - comparison set naming policy (baseline families; avoid drifting labels)

Minimum format requirement:

  • output/ARGUMENT_SKELETON.md must contain a heading line: ## Consistency Contract

Change rule (regression trigger):

  • If you change any definition/protocol assumption/term naming, update the Consistency Contract first, then revise the affected sections/*.md to match, and rerun this self-loop until PASS.

Keep it "writer-facing": no reader signposting, no “in this section we…”.

Routing rules (avoid polishing around missing substance)

  • If a section cannot produce a justified claim without new evidence: STOP and route to evidence-selfloop.
  • If a section fails due to template voice / missing citations / out-of-scope keys: route to writer-selfloop / citation-* first.
  • This skill is for argument continuity and premise hygiene, not for adding new facts.

Script (generator + validator)

This skill includes a validator script so the pipeline can block on missing ledgers. It does not write paper prose, but it does generate the required ledger artifacts from existing sections/*.md files and then validates coverage/consistency.

Quick Start

  • python scripts/run.py --workspace workspaces/<ws>

All Options

  • --workspace <dir>
  • --unit-id <U###>
  • --inputs <semicolon-separated>
  • --outputs <semicolon-separated>
  • --checkpoint <C#>

Examples

  • Validate the ledgers exist + are PASS + cover all H3:

- python scripts/run.py --workspace workspaces/<ws>

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

95.93%
按下载量换算1,411

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills