Proof Engine

TotalClaw 作者 Wesley Armando (Georges Andronescu) v1.1.0

将 [PRINCIPAL_NAME] 取得的每个结果转换为可部署的证明 跨越所有业务领域。捕获损益、代理绩效、漏斗 收入、推荐、里程碑和媒体提及。转换原始数据 通过讲故事引擎将故事变成引人入胜的故事。生成 基于证据的内容适合所有平台。跟踪多通道 财务仪表板。扫描高潜力商机 2026. 将证据自动部署到渠道、品牌、外展和 VSL 脚本。使其他一切转化的可信度引擎。

源码 ↗

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:georges91560~proof-engine
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Ageorges91560~proof-engine/file -o proof-engine.md
Git 仓库获取源码
git clone https://github.com/openclaw/skills/commit/5de0781bc0b6d272067bb90793a71c06b3f080d6
## 概述(中文)

将 [PRINCIPAL_NAME] 取得的每个结果转换为可部署的证明
跨越所有业务领域。捕获损益、代理绩效、漏斗
收入、推荐、里程碑和媒体提及。转换原始数据
通过讲故事引擎将故事变成引人入胜的故事。生成
基于证据的内容适合所有平台。跟踪多通道
财务仪表板。扫描高潜力商机
2026. 将证据自动部署到渠道、品牌、外展和
VSL 脚本。使其他一切转化的可信度引擎。

## 原文

# Proof Engine — Credibility at Scale

> "Nobody believes what you say. Everyone believes what you prove."

This skill turns every result [PRINCIPAL_NAME] achieves — in any business,
on any platform — into automated credibility that feeds every other skill.

```
ENGINE 1 — CAPTURE
  Collects proof from all business domains automatically
  Sources: trading, agents, funnels, content, clients, media

ENGINE 2 — VAULT
  Structured storage with impact scoring
  Multi-channel financial dashboard — all revenue in one view

ENGINE 3 — STORYTELLING
  Transforms raw data into compelling narratives
  Before → Trigger → Result → Mission arcs ready to deploy

ENGINE 4 — CONTENT PROOF
  Generates proof-based content for all platforms
  Real numbers, real results — zero hype

ENGINE 5 — OPPORTUNITY
  Scans high-potential business opportunities for 2026
  Filter: digital, automatable, scalable, high-margin

ENGINE 6 — DEPLOY
  Injects proof at the right moment into every other skill
  Funnels, brand, outreach, VSL, email sequences
```

---

## ENGINE 1 — CAPTURE

### Proof Sources — All Business Domains

```
DOMAIN 1 — TRADING & CRYPTO
  Source:    /workspace/CASHFLOW/ (crypto-executor output)
  Captures:  Monthly P&L, win rate, max drawdown, best trade
  Format:    { domain, date, metric, value, context, impact_score }
  Schedule:  Daily auto-capture at 06h00

DOMAIN 2 — AI AGENTS & AUTOMATION
  Source:    /workspace/ agent logs, AUDIT.md files
  Captures:  Tasks automated, time saved, errors resolved autonomously,
             skills deployed, uptime percentage
  Format:    { domain, date, task, outcome, hours_saved, impact_score }
  Schedule:  Weekly auto-capture Monday 08h00

DOMAIN 3 — FUNNELS & DIGITAL SALES
  Source:    /workspace/CASHFLOW/ funnel revenue data
  Captures:  Revenue per funnel, conversion rates, leads generated,
             best-performing offer, email open rates
  Format:    { domain, date, funnel, revenue, conversions, impact_score }
  Schedule:  Weekly auto-capture Monday 08h00

DOMAIN 4 — CONTENT & AUDIENCE
  Source:    /workspace/brand/AUDIT.md
  Captures:  Follower milestones, viral posts, engagement rates,
             platform growth (Twitter, LinkedIn, Instagram, YouTube, TikTok)
  Format:    { domain, platform, date, metric, value, impact_score }
  Schedule:  Weekly auto-capture

DOMAIN 5 — CLIENTS & TESTIMONIALS
  Source:    Manual entry + /workspace/proof/vault/testimonials/
  Captures:  Written testimonials, video testimonials, client results,
             before/after transformations
  Format:    { domain, date, client, result, quote, impact_score }
  Schedule:  On-demand (manual trigger)

DOMAIN 6 — PRODUCTS & DIGITAL ASSETS
  Source:    Manual entry + revenue data
  Captures:  Product sales, downloads, reviews, refund rate,
             revenue per product
  Format:    { domain, date, product, sales, revenue, reviews }
  Schedule:  Monthly auto-capture

DOMAIN 7 — MEDIA & AUTHORITY
  Source:    Manual entry
  Captures:  Podcast appearances, press mentions, newsletter features,
             speaking invitations, partnership deals
  Format:    { domain, date, source, type, reach, link }
  Schedule:  On-demand (manual trigger)

DOMAIN 8 — PARTNERSHIPS & COLLABS
  Source:    Manual entry
  Captures:  Deals signed, revenue generated, reach amplified,
             affiliate commissions
  Format:    { domain, date, partner, type, outcome, revenue }
  Schedule:  On-demand (manual trigger)
```

### Impact Scoring System

```
IMPACT SCORE (1-10) — determines deployment priority

Score 9-10 : HERO PROOF — deploy everywhere immediately
  Examples: First €10K month, 100K followers, viral post 1M+ views

Score 7-8  : STRONG PROOF — deploy in funnels + brand
  Examples: Consistent €3K/month, testimonial with specific results

Score 5-6  : SUPPORTING PROOF — deploy in content + outreach
  Examples: New tool working well, 10% conversion rate

Score 3-4  : CONTEXT PROOF — use in nurture sequences
  Examples: Learning moment, process improvement, milestone progress

Score 1-2  : ARCHIVE — store but don't deploy actively
  Examples: Small wins, early-stage data
```

### Auto-Capture CLI

```bash
# Capture from all domains
python3 /workspace/proof/scripts/proof_manager.py capture --all

# Capture specific domain
python3 /workspace/proof/scripts/proof_manager.py capture \
  --domain trading

# Manual entry
python3 /workspace/proof/scripts/proof_manager.py add \
  --domain clients \
  --metric testimonial \
  --value "Client went from €0 to €2K/month in 6 weeks" \
  --impact 8
```

---

## ENGINE 2 — VAULT & FINANCIAL DASHBOARD

### Vault Structure

```
/workspace/proof/vault/
├── trading/
│   └── YYYY-MM.json          ← Monthly P&L entries
├── agents/
│   └── YYYY-WW.json          ← Weekly agent performance
├── funnels/
│   └── YYYY-MM.json          ← Monthly funnel revenue
├── content/
│   └── YYYY-MM.json          ← Monthly audience metrics
├── testimonials/
│   └── [client_id].json      ← Individual testimonials
├── products/
│   └── [product_id].json     ← Per-product metrics
├── media/
│   └── YYYY-MM.json          ← Media mentions + appearances
├── partnerships/
│   └── [partner_id].json     ← Partnership outcomes
└── index.json                ← Master index with impact scores
```

### Multi-Channel Financial Dashboard

```
dashboard.json structure:
{
  "period": "2026-03",
  "total_revenue": 0,
  "by_channel": {
    "trading": { "revenue": 0, "trend": "up/down/stable" },
    "funnels": { "revenue": 0, "trend": "" },
    "products": { "revenue": 0, "trend": "" },
    "services": { "revenue": 0, "trend": "" },
    "affiliates": { "revenue": 0, "trend": "" },
    "content_monetization": { "revenue": 0, "trend": "" }
  },
  "top_proof_items": [],
  "hero_proof": null,
  "last_updated": ""
}
```

### Dashboard CLI

```bash
# View current dashboard
python3 /workspace/proof/scripts/proof_manager.py dashboard

# Update a channel
python3 /workspace/proof/scripts/proof_manager.py dashboard \
  --update funnels --revenue 3200

# Monthly summary
python3 /workspace/proof/scripts/proof_manager.py dashboard \
  --period monthly
```

---

## ENGINE 3 — STORYTELLING

### The Proof-to-Story Framework

```
Every proof item can become a story. The story makes the proof human.

ARC 1 — THE TRANSFORMATION ARC
  Before:    "I was [struggling with X]"
  Trigger:   "Then I [built/discovered/tried] Y"
  Result:    "Now I [specific outcome with numbers]"
  Mission:   "That's why I share this — so you can too"

ARC 2 — THE SYSTEM ARC
  Problem:   "Most people do X the hard way"
  System:    "I built a system that [does X automatically]"
  Proof:     "[Specific result] in [timeframe]"
  Offer:     "Here's how to build yours"

ARC 3 — THE MISTAKE ARC
  Mistake:   "I spent €X / wasted X months on [thing]"
  Learning:  "What I discovered was [insight]"
  Fix:       "Now I do [new approach]"
  Result:    "[Better outcome]"

ARC 4 — THE MILESTONE ARC
  Context:   "X months/weeks ago I [starting point]"
  Journey:   "3 things that made the difference:"
  Today:     "[Current milestone with numbers]"
  Next:      "Where this is going"

ARC 5 — THE PROOF ARC (for sales)
  Claim:     "[Bold promise of the offer]"
  Skeptic:   "You might be thinking [objection]"
  Proof:     "[Specific result that addresses objection]"
  Bridge:    "Here's exactly how [client/I] did it"
```

### Story Generation

```bash
# Generate story from a proof item
python3 /workspace/proof/scripts/proof_manager.py story \
  --proof-id trading_2026-03 \
  --arc transformation \
  --platform twitter

# Generate VSL story (for voice-agent-pro-v3)
python3 /workspace/proof/scripts/proof_manager.py story \
  --proof-id funnels_2026-03 \
  --arc system \
  --platform vsl \
  --output /workspace/voice/scripts/vsl_p