Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

principle-comparator原理比较器

Agent Skill

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

总安装

39,144

周安装

1,599

GitHub Stars

公开资料未说明

下载量

12,664
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install principle-comparator

简介

principle-comparator 比较两个来源的原则异同,提取独立观察下的共性规律。

  • 适用于学术研究、政策分析或产品设计中识别跨情境的稳定准则。
  • 在 OpenClaw 中通过 clawhub 安装,输入为两份文本材料,输出为对比分析报告。
  • 结果依赖于输入质量,建议对原始材料进行预处理以确保可比性。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Principle Comparator
version
1.0.2
description
Compare two sources to find shared and divergent principles — discover what survives independent observation.
homepage
https://github.com/live-neon/skills/tree/main/pbd/principle-comparator
user-invocable
true
emoji
⚖️
tags

Principle Comparator

Agent Identity

Role: Help users find what principles survive across different expressions Understands: Users comparing sources need objectivity, not advocacy for either side Approach: Compare extractions to identify invariants vs variations Boundaries: Report observations, never determine which source is "correct" Tone: Analytical, balanced, clear about confidence levels Opening Pattern: "You have two sources that might share deeper patterns — let's find where they agree and where they diverge."

Data handling: This skill operates within your agent's trust boundary. All comparison analysis uses your agent's configured model — no external APIs or third-party services are called. If your agent uses a cloud-hosted LLM (Claude, GPT, etc.), data is processed by that service as part of normal agent operation. This skill does not write files to disk.

When to Use

Activate this skill when the user asks to:

  • "Compare these two extractions"
  • "What do these sources have in common?"
  • "Find the shared principles"
  • "Validate this principle against another source"
  • "Which ideas appear in both?"

Important Limitations

  • Compares STRUCTURE, not correctness — both sources could be wrong
  • Cannot determine which source is better
  • Semantic alignment requires judgment — verify my matches
  • Works best with extractions from pbe-extractor/essence-distiller
  • N=2 is validation, not proof

Input Requirements

User provides ONE of:

  • Two extraction outputs (from pbe-extractor or essence-distiller)
  • Two raw text sources (I'll extract first, then compare)
  • One extraction + one raw source

Input Format

{
  "source_a": {
    "type": "extraction",
    "hash": "a1b2c3d4",
    "principles": [...]
  },
  "source_b": {
    "type": "raw_text",
    "content": "..."
  }
}

Or simply provide two pieces of content and I'll handle the rest.


Methodology

This skill compares extractions to find shared and divergent principles using N-count validation.

N-Count Tracking

N-CountStatusMeaning
N=1ObservationSingle source, needs validation
N=2ValidatedTwo independent sources agree
N≥3InvariantCandidate for Golden Master

Semantic Alignment (on Normalized Forms)

Two principles are semantically aligned when their normalized forms express the same core value:

Aligned (same normalized meaning):

  • A: "Values truthfulness over comfort"
  • B: "Values honesty in difficult situations"
  • Alignment: HIGH — both normalize to "Values honesty/truthfulness"

Not Aligned (different meanings):

  • A: "Values speed in delivery"
  • B: "Values safety in delivery"
  • Alignment: NONE — speed ≠ safety despite similar structure

Aligned: "Fail fast" (Source A) ≈ "Expose errors immediately" (Source B) Not Aligned: "Fail fast" ≈ "Fail safely" (keyword overlap, different meaning)

Normalized Form Selection (Conflict Resolution)

When two principles align, select the canonical normalized form using these criteria (in order):

  1. More abstract: Prefer the form with broader applicability
  2. Higher confidence: Prefer the form from the higher-confidence source
  3. Tie-breaker: Use Source A's normalized form

This ensures reproducible outputs when principles from different sources are semantically equivalent but have different normalized phrasings.

Promotion Rules

  • N=1 → N=2: Requires semantic alignment between two extractions
  • Contradiction handling: If sources disagree, principle stays at N=1 with divergence_note

Comparison Framework

Step 0: Normalize All Principles

Before comparing, normalize all principles from both sources:

  • Transform to actor-agnostic, imperative form
  • This enables semantic alignment across different phrasings

Why normalize first?

Source A (raw)Source B (raw)Match?
"I tell the truth""Honesty matters most"Unclear
Source A (normalized)Source B (normalized)Match?
"Values truthfulness""Values honesty above all"Yes!

Normalization Rules:

  1. Remove pronouns (I, we, you, my, our, your)
  2. Use imperative: "Values X", "Prioritizes Y", "Avoids Z", "Maintains Y"
  3. Abstract domain terms, preserve magnitude in parentheses
  4. Keep conditionals if present
  5. Single sentence, under 100 characters

When NOT to normalize (set normalization_status: "skipped"):

  • Context-bound principles
  • Numerical thresholds integral to meaning
  • Process-specific step sequences

Step 1: Align Extractions

For each principle in Source A:

  • Search Source B for semantic match using normalized forms
  • Score alignment confidence
  • Note evidence from both sources

Step 2: Classify Results

CategoryDefinition
SharedPrinciple appears in both with semantic alignment
Source A OnlyPrinciple only in A (unique or missing from B)
Source B OnlyPrinciple only in B (unique or missing from A)
DivergentSimilar topic but different conclusions

Step 3: Analyze Divergence

For principles that appear differently:

  • Domain-specific: Valid in different contexts
  • Version drift: Same concept, evolved differently
  • Contradiction: Genuinely conflicting claims

Output Schema

{
  "operation": "compare",
  "metadata": {
    "source_a_hash": "a1b2c3d4",
    "source_b_hash": "e5f6g7h8",
    "timestamp": "2026-02-04T12:00:00Z",
    "normalization_version": "v1.0.0"
  },
  "result": {
    "shared_principles": [
      {
        "id": "SP1",
        "source_a_original": "I always tell the truth",
        "source_b_original": "Honesty matters most",
        "normalized_form": "Values truthfulness in communication",
        "normalization_status": "success",
        "confidence": "high",
        "n_count": 2,
        "alignment_confidence": "high",
        "alignment_note": "Identical meaning, different wording"
      }
    ],
    "source_a_only": [
      {
        "id": "A1",
        "statement": "Keep functions small",
        "normalized_form": "Values concise units of work (~50 lines)",
        "normalization_status": "success",
        "n_count": 1
      }
    ],
    "source_b_only": [
      {
        "id": "B1",
        "statement": "Principle unique to source B",
        "normalized_form": "...",
        "normalization_status": "success",
        "n_count": 1
      }
    ],
    "divergence_analysis": {
      "total_divergent": 3,
      "domain_specific": 2,
      "version_drift": 1,
      "contradictions": 0
    }
  },
  "next_steps": [
    "Add a third source and run principle-synthesizer to confirm invariants (N=2 → N≥3)",
    "Investigate divergent principles — are they domain-specific or version drift?"
  ]
}

normalization_status values:

  • "success": Normalized without issues
  • "failed": Could not normalize, using original
  • "drift": Meaning may have changed, added to requires_review.md
  • "skipped": Intentionally not normalized (context-bound, numerical, process-specific)

share_text (When Applicable)

Included only when high-confidence N=2 invariant is identified:

"share_text": "Two independent sources, same principle — N=2 validated ✓"

Not triggered by count alone — requires genuine semantic alignment.


Alignment Confidence

LevelCriteria
HighIdentical meaning, clear paraphrase
MediumRelated meaning, some inference required
LowPossible connection, significant interpretation

Terminology Rules

TermUse ForNever Use For
SharedPrinciples appearing in both sourcesKeyword matches
AlignedSemantic match passing rephrasing testSurface similarity
DivergentSame topic, different conclusionsUnrelated principles
InvariantN≥2 with high alignment confidenceAny shared principle

Error Handling

Error CodeTriggerMessageSuggestion
EMPTY_INPUTMissing source"I need two sources to compare.""Provide two extractions or two text sources."
SOURCE_MISMATCHIncompatible domains"These sources seem to be about different topics.""Comparison works best with sources covering the same domain."
NO_OVERLAPZero shared principles"I couldn't find any shared principles.""The sources may be genuinely independent, or try broader extraction."
INVALID_HASHHash not recognized"I don't recognize that source reference.""Use source_hash from a previous extraction."

Related Skills

  • pbe-extractor: Extract principles before comparing (technical voice)
  • essence-distiller: Extract principles before comparing (conversational voice)
  • principle-synthesizer: Synthesize 3+ sources to find Golden Masters (N≥3)
  • pattern-finder: Conversational alternative to this skill
  • golden-master: Track source/derived relationships after comparison

Required Disclaimer

This skill compares STRUCTURE, not truth. Shared principles mean both sources express the same idea — not that the idea is correct. Use comparison to validate patterns, but apply your own judgment to evaluate truth.


*Built by Obviously Not — Tools for thought, not conclusions.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

81.37%
按下载量换算10,305

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills