Crawler Summary

openclaw-audit-skill answer-first brief

OpenClaw Audit Skill (FORAY Protocol) OpenClaw Audit Skill (FORAY Protocol) **Version:** 1.0.0 **Author:** Marvin Percival (marvinp@dunin7.com) **Repository:** github.com/DUNIN7/openclaw-audit-skill **License:** BSL-1.1 --- Overview This skill enables OpenClaw agents to create tamper-evident audit trails for trading activity using the FORAY Protocol and Kaspa blockchain. Every trade executed by the agent is structured, hashed, and anchored — providing cr Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Freshness

Last checked 2/24/2026

Best For

Contract is available with explicit auth and schema references.

Not Ideal For

openclaw-audit-skill is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.

Evidence Sources Checked

editorial-content, capability-contract, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 100/100

openclaw-audit-skill

OpenClaw Audit Skill (FORAY Protocol) OpenClaw Audit Skill (FORAY Protocol) **Version:** 1.0.0 **Author:** Marvin Percival (marvinp@dunin7.com) **Repository:** github.com/DUNIN7/openclaw-audit-skill **License:** BSL-1.1 --- Overview This skill enables OpenClaw agents to create tamper-evident audit trails for trading activity using the FORAY Protocol and Kaspa blockchain. Every trade executed by the agent is structured, hashed, and anchored — providing cr

OpenClawself-declared

Public facts

6

Change events

1

Artifacts

0

Freshness

Feb 24, 2026

Verifiededitorial-contentNo verified compatibility signals

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Schema refs publishedTrust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Feb 24, 2026

Vendor

Dunin7

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.

Setup snapshot

git clone https://github.com/DUNIN7/openclaw-audit-skill.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Dunin7

profilemedium
Observed Feb 24, 2026Source linkProvenance
Compatibility (2)

Protocol compatibility

OpenClaw

contractmedium
Observed Feb 24, 2026Source linkProvenance

Auth modes

api_key

contracthigh
Observed Feb 24, 2026Source linkProvenance
Artifact (1)

Machine-readable schemas

OpenAPI or schema references published

contracthigh
Observed Feb 24, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Parameters

Executable Examples

text

"Audit my last trade"
"Create an audit trail for that BTC short"
"Generate FORAY record for my Polymarket position"
"Audit the ETH trade I just made on Hyperliquid"

text

"Audit all my trades from today"
"Create audit trail for my last 10 trades"
"Audit everything since Monday"
"Generate FORAY records for all my Polymarket activity this week"

text

"Anchor my audit trail to Kaspa"
"Commit today's trades to blockchain"
"Anchor and verify my trading history"
"Send audit hash to Kaspa testnet"

text

"Verify my BTC trade from yesterday"
"Show me proof that trade was recorded"
"Export my Q1 trading audit for taxes"
"Generate compliance report for my Hyperliquid activity"

text

┌─────────────────────────────────────────────────────────────┐
│  ARRANGEMENT (ARR)                                          │
│  - Trading account agreement                                │
│  - Risk parameters you set                                  │
│  - Human-in-the-loop permissions                            │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ACCRUAL (ACC)                                              │
│  - Entry price calculation                                  │
│  - Fee computation                                          │
│  - Slippage measurement                                     │
│  - PnL formula                                              │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ANTICIPATION (ANT)                                         │
│  - Expected settlement                                      │
│  - Target price / stop loss                                 │
│  - Expected proceeds                                        │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ACTION (ACT)                                               │
│  - Actual execution                                         │
│  - Fill confirmation                                        │
│  - Settlement status                                        │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ATTESTATION (ATT)                                          │
│  - Exchange confirms execution                              │
│  - Blockchain 

bash

# Kaspa network (testnet-10 or mainnet)
KASPA_NETWORK=testnet-10

# Your Kaspa wallet address for anchoring
KASPA_WALLET_ADDRESS=kaspa:qr...

# Optional: FORAY API endpoint for advanced features
FORAY_API_ENDPOINT=https://foray.dunin7.com/api

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

OpenClaw Audit Skill (FORAY Protocol) OpenClaw Audit Skill (FORAY Protocol) **Version:** 1.0.0 **Author:** Marvin Percival (marvinp@dunin7.com) **Repository:** github.com/DUNIN7/openclaw-audit-skill **License:** BSL-1.1 --- Overview This skill enables OpenClaw agents to create tamper-evident audit trails for trading activity using the FORAY Protocol and Kaspa blockchain. Every trade executed by the agent is structured, hashed, and anchored — providing cr

Full README

OpenClaw Audit Skill (FORAY Protocol)

Version: 1.0.0
Author: Marvin Percival (marvinp@dunin7.com)
Repository: github.com/DUNIN7/openclaw-audit-skill
License: BSL-1.1


Overview

This skill enables OpenClaw agents to create tamper-evident audit trails for trading activity using the FORAY Protocol and Kaspa blockchain. Every trade executed by the agent is structured, hashed, and anchored — providing cryptographic proof of what happened, when, and under whose authority.

Why this matters: You're giving an AI agent control over real money. FORAY ensures there's an immutable record of every decision, every execution, and every outcome — for accountability, compliance, tax reporting, and dispute resolution.


Capabilities

| Command | Description | |---------|-------------| | audit this trade | Generate FORAY JSON for the most recent trade | | audit my last N trades | Batch audit recent trading activity | | anchor to kaspa | Commit audit trail to Kaspa blockchain | | show audit history | Display anchored transactions | | verify trade [tx_id] | Verify a trade against its blockchain anchor | | export audit report | Generate PDF/JSON audit report for tax/compliance |


Natural Language Commands

Single Trade Audit

"Audit my last trade"
"Create an audit trail for that BTC short"
"Generate FORAY record for my Polymarket position"
"Audit the ETH trade I just made on Hyperliquid"

Batch Audit

"Audit all my trades from today"
"Create audit trail for my last 10 trades"
"Audit everything since Monday"
"Generate FORAY records for all my Polymarket activity this week"

Blockchain Anchoring

"Anchor my audit trail to Kaspa"
"Commit today's trades to blockchain"
"Anchor and verify my trading history"
"Send audit hash to Kaspa testnet"

Verification & Reporting

"Verify my BTC trade from yesterday"
"Show me proof that trade was recorded"
"Export my Q1 trading audit for taxes"
"Generate compliance report for my Hyperliquid activity"

How It Works

1. Trade Capture

When you execute a trade (or approve one), OpenClaw captures:

  • Order details: Asset, direction, quantity, price, exchange
  • Execution details: Fill price, slippage, fees, timestamp
  • Authorization: Who approved (you or auto-trade rule)
  • Context: Market conditions, rationale if provided

2. FORAY Structuring

The trade is decomposed into FORAY Protocol v4.1 components:

┌─────────────────────────────────────────────────────────────┐
│  ARRANGEMENT (ARR)                                          │
│  - Trading account agreement                                │
│  - Risk parameters you set                                  │
│  - Human-in-the-loop permissions                            │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ACCRUAL (ACC)                                              │
│  - Entry price calculation                                  │
│  - Fee computation                                          │
│  - Slippage measurement                                     │
│  - PnL formula                                              │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ANTICIPATION (ANT)                                         │
│  - Expected settlement                                      │
│  - Target price / stop loss                                 │
│  - Expected proceeds                                        │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ACTION (ACT)                                               │
│  - Actual execution                                         │
│  - Fill confirmation                                        │
│  - Settlement status                                        │
└─────────────────────┬───────────────────────────────────────┘
                      │
                      ▼
┌─────────────────────────────────────────────────────────────┐
│  ATTESTATION (ATT)                                          │
│  - Exchange confirms execution                              │
│  - Blockchain confirms settlement                           │
│  - Agent attests decision rationale                         │
└─────────────────────────────────────────────────────────────┘

3. Merkle Root Generation

All components are hashed into a single Merkle root — a cryptographic fingerprint of the entire trade record.

4. Kaspa Anchoring

The Merkle root is embedded in a Kaspa transaction using OP_RETURN. This provides:

  • Timestamp: Kaspa's ~1-second block time proves when the record existed
  • Immutability: Cannot be altered after anchoring
  • Verifiability: Anyone can verify the hash against the original data

Configuration

Required Environment Variables

# Kaspa network (testnet-10 or mainnet)
KASPA_NETWORK=testnet-10

# Your Kaspa wallet address for anchoring
KASPA_WALLET_ADDRESS=kaspa:qr...

# Optional: FORAY API endpoint for advanced features
FORAY_API_ENDPOINT=https://foray.dunin7.com/api

Skill Settings

Add to your OpenClaw config:

skills:
  openclaw-audit:
    enabled: true
    auto_audit: true          # Automatically audit every trade
    auto_anchor: false        # Require manual anchor command
    anchor_batch_size: 10     # Batch trades before anchoring
    network: testnet-10       # Kaspa network
    include_rationale: true   # Include agent's decision reasoning
    privacy_level: medium     # low|medium|high|critical

Privacy Levels

| Level | What's On-Chain | What's Off-Chain | |-------|-----------------|------------------| | low | Full transaction details | Nothing | | medium | Hashed identifiers, amounts visible | Party names, rationale | | high | Only Merkle root | All details | | critical | Merkle root + decoy pools | All details + formula obfuscation |


Example Output

Trade Input

"I just shorted 0.5 BTC at $97,250 on Hyperliquid with 5x leverage. 
Stop loss at $99,000, take profit at $92,000."

Generated FORAY JSON

{
  "transaction_id": "TRADE_2026_Q1_BTC_SHORT_001",
  "schema_version": "4.1",
  "timestamp": "2026-02-03T18:45:00Z",
  
  "foray_core": {
    "entity": "OpenClaw Agent (User: 0x7a3b...)",
    "entity_hash": "sha256:user_wallet_hash...",
    "transaction_type": "leveraged_short",
    "total_value": 48625.00,
    "currency": "USD",
    "status": "active",
    "compliance_flags": ["AGENT_EXECUTED", "HUMAN_APPROVED"]
  },
  
  "arrangements": [
    {
      "id": "ARR_HYPERLIQUID_MARGIN",
      "foray_core": {
        "type": "margin_trading_agreement",
        "effective_date": "2026-02-03T18:45:00Z",
        "parties": [
          { "role": "trader", "name": "User Wallet 0x7a3b...", "jurisdiction": "DEFI" },
          { "role": "exchange", "name": "Hyperliquid", "jurisdiction": "DEFI" }
        ],
        "description": "Leveraged perpetual futures position",
        "total_value": 48625.00,
        "currency": "USD",
        "terms": {
          "leverage": 5,
          "margin_required": 9725.00,
          "liquidation_price": 101850.00,
          "funding_rate_interval": "8h"
        },
        "dependencies": []
      }
    }
  ],
  
  "accruals": [
    {
      "id": "ACC_POSITION_VALUE",
      "foray_core": {
        "arrangement_refs": ["ARR_HYPERLIQUID_MARGIN"],
        "type": "position_valuation",
        "description": "Short position mark-to-market",
        "computation_method": "Calculated",
        "formula_id": "sha256:perpetual_pnl_formula...",
        "inputs": {
          "entry_price": 97250.00,
          "quantity": 0.5,
          "direction": "short",
          "leverage": 5
        },
        "output": 48625.00,
        "currency": "USD",
        "dependencies": ["ARR_HYPERLIQUID_MARGIN"]
      }
    },
    {
      "id": "ACC_TRADING_FEES",
      "foray_core": {
        "arrangement_refs": ["ARR_HYPERLIQUID_MARGIN"],
        "type": "fee_calculation",
        "description": "Taker fee on entry",
        "computation_method": "Calculated",
        "formula_id": "sha256:hyperliquid_fee_schedule...",
        "inputs": {
          "notional_value": 48625.00,
          "fee_rate": 0.00035
        },
        "output": 17.02,
        "currency": "USD",
        "dependencies": ["ARR_HYPERLIQUID_MARGIN"]
      }
    }
  ],
  
  "anticipations": [
    {
      "id": "ANT_STOP_LOSS",
      "foray_core": {
        "accrual_refs": ["ACC_POSITION_VALUE"],
        "arrangement_refs": ["ARR_HYPERLIQUID_MARGIN"],
        "type": "stop_loss_trigger",
        "description": "Automatic position close at stop loss",
        "expected_amount": -875.00,
        "currency": "USD",
        "expected_date": null,
        "condition": "BTC_PRICE >= 99000",
        "probability_factor": 0.35,
        "dependencies": ["ACC_POSITION_VALUE"]
      }
    },
    {
      "id": "ANT_TAKE_PROFIT",
      "foray_core": {
        "accrual_refs": ["ACC_POSITION_VALUE"],
        "arrangement_refs": ["ARR_HYPERLIQUID_MARGIN"],
        "type": "take_profit_trigger",
        "description": "Automatic position close at target",
        "expected_amount": 2625.00,
        "currency": "USD",
        "expected_date": null,
        "condition": "BTC_PRICE <= 92000",
        "probability_factor": 0.45,
        "dependencies": ["ACC_POSITION_VALUE"]
      }
    }
  ],
  
  "actions": [
    {
      "id": "ACT_POSITION_OPENED",
      "foray_core": {
        "anticipation_refs": [],
        "accrual_refs": ["ACC_POSITION_VALUE", "ACC_TRADING_FEES"],
        "arrangement_refs": ["ARR_HYPERLIQUID_MARGIN"],
        "type": "position_entry",
        "description": "Short position opened",
        "amount_settled": 9742.02,
        "currency": "USD",
        "settlement_date": "2026-02-03T18:45:02Z",
        "settlement_status": "completed",
        "payment_method": "crypto",
        "counterparty": "Hyperliquid Clearinghouse",
        "allocations": [
          {
            "ref": "ACC_POSITION_VALUE",
            "ref_type": "accrual",
            "amount": 9725.00,
            "currency": "USD",
            "allocation_type": "margin_deposit"
          },
          {
            "ref": "ACC_TRADING_FEES",
            "ref_type": "accrual",
            "amount": 17.02,
            "currency": "USD",
            "allocation_type": "fee_payment"
          }
        ],
        "dependencies": ["ACC_POSITION_VALUE", "ACC_TRADING_FEES"]
      }
    }
  ],
  
  "attestations": [
    {
      "id": "ATT_EXCHANGE_CONFIRMATION",
      "foray_core": {
        "attestor": "Hyperliquid",
        "attestor_hash": "sha256:hyperliquid_api_pubkey...",
        "attestor_type": "oracle",
        "attestor_credentials": ["DEX", "PERPETUALS", "API_SIGNED"],
        "subject_refs": ["ACT_POSITION_OPENED"],
        "attestation_type": "verification",
        "attestation_date": "2026-02-03T18:45:02Z",
        "outcome": "approved",
        "evidence_hash": "sha256:api_response_hash...",
        "evidence_location": "off-chain",
        "dependencies": []
      }
    },
    {
      "id": "ATT_AGENT_RATIONALE",
      "foray_core": {
        "attestor": "OpenClaw Agent",
        "attestor_hash": "sha256:agent_instance_id...",
        "attestor_type": "oracle",
        "attestor_credentials": ["AI_AGENT", "HUMAN_APPROVED"],
        "subject_refs": ["ARR_HYPERLIQUID_MARGIN", "ACT_POSITION_OPENED"],
        "attestation_type": "approval",
        "attestation_date": "2026-02-03T18:44:55Z",
        "outcome": "approved",
        "evidence_hash": "sha256:decision_rationale...",
        "evidence_location": "off-chain",
        "rationale": "Technicals show RSI overbought at 78, resistance at $98K. User macro view bearish. Risk/reward acceptable at 1:3.",
        "dependencies": []
      }
    }
  ],
  
  "merkle_root": "sha256:e5f6789012345678...",
  
  "blockchain_anchor": {
    "kaspa_tx_id": "pending",
    "block_height": null,
    "confirmation_time_ms": null,
    "anchored_at": null
  },
  
  "privacy_metadata": {
    "formulas_obfuscated": 1,
    "instance_pools": 0,
    "attack_complexity": "N/A"
  }
}

Anchor Command

"Anchor this trade to Kaspa"

Response:

✓ Trade anchored to Kaspa testnet-10
  Transaction: kaspa:qr7x8y9z...
  Block: 2,851,234
  Confirmation: 1.1 seconds
  Merkle Root: sha256:e5f6789012345678...
  
  Verify at: https://explorer.kaspa.org/txs/kaspa:qr7x8y9z...

Supported Platforms

| Platform | Trade Types | Status | |----------|-------------|--------| | Hyperliquid | Perpetuals, Spot | ✅ Full support | | Polymarket | Prediction markets | ✅ Full support | | Jupiter | Solana swaps | ✅ Full support | | Raydium | Solana AMM | ✅ Full support | | Uniswap | ETH swaps | ✅ Full support | | Binance | CEX (via API) | ⚠️ Requires API key | | Coinbase | CEX (via API) | ⚠️ Requires API key |


Security Considerations

  1. Private keys never touch FORAY — Only transaction metadata is captured
  2. Wallet addresses are hashed — Privacy preserved unless you choose otherwise
  3. Rationale is optional — Agent reasoning can be excluded from audit
  4. Off-chain storage — Full details stored locally; only hash on-chain

Use Cases

Tax Reporting

"Export all my 2026 trades as FORAY JSON for my accountant"

Generates complete audit trail with cost basis, gains/losses, and timestamps.

Dispute Resolution

"Prove I had a stop loss set at $99K"

Shows the Anticipation component with condition, anchored before the loss occurred.

Compliance

"Generate audit report for regulatory review"

Full transaction history with attestations, suitable for regulatory examination.

Agent Accountability

"Show me why the agent made that trade"

Displays ATT_AGENT_RATIONALE with decision reasoning captured at execution time.


Installation

# Clone the skill
git clone https://github.com/DUNIN7/openclaw-audit-skill.git ~/.openclaw/skills/openclaw-audit

# Or via OpenClaw CLI
openclaw skill install openclaw-audit

Dependencies

  • OpenClaw v0.5.0+
  • Node.js 18+ (for Kaspa SDK)
  • Kaspa wallet with small KAS balance for anchoring (~0.01 KAS per anchor)

Support

  • Documentation: https://foray.dunin7.com/docs
  • GitHub Issues: https://github.com/DUNIN7/foray-kaspathon/issues
  • Email: marvinp@dunin7.com

License

Business Source License 1.1 (BSL-1.1)

Copyright (c) 2026 Marvin Percival. All rights reserved.

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

Verifiedcapability-contract

Contract coverage

Status

ready

Auth

api_key

Streaming

No

Data region

global

Protocol support

OpenClaw: self-declared

Requires: openclew, lang:typescript

Forbidden: none

Guardrails

Operational confidence: medium

Contract is available with explicit auth and schema references.
Trust confidence is not low and verification freshness is acceptable.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "ready",
  "authModes": [
    "api_key"
  ],
  "requires": [
    "openclew",
    "lang:typescript"
  ],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": "https://github.com/DUNIN7/openclaw-audit-skill#input",
  "outputSchemaRef": "https://github.com/DUNIN7/openclaw-audit-skill#output",
  "dataRegion": "global",
  "contractUpdatedAt": "2026-02-24T19:43:26.504Z",
  "sourceUpdatedAt": "2026-02-24T19:43:26.504Z",
  "freshnessSeconds": 4420174
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-16T23:33:00.853Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "verify",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "be",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:verify|supported|profile capability:be|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:26.504Z",
    "isPublic": true
  },
  {
    "factKey": "auth_modes",
    "category": "compatibility",
    "label": "Auth modes",
    "value": "api_key",
    "href": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:43:26.504Z",
    "isPublic": true
  },
  {
    "factKey": "schema_refs",
    "category": "artifact",
    "label": "Machine-readable schemas",
    "value": "OpenAPI or schema references published",
    "href": "https://github.com/DUNIN7/openclaw-audit-skill#input",
    "sourceUrl": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/contract",
    "sourceType": "contract",
    "confidence": "high",
    "observedAt": "2026-02-24T19:43:26.504Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Dunin7",
    "href": "https://github.com/DUNIN7/openclaw-audit-skill",
    "sourceUrl": "https://github.com/DUNIN7/openclaw-audit-skill",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-24T19:43:14.176Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/dunin7-openclaw-audit-skill/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to openclaw-audit-skill and adjacent AI workflows.