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
Crawler Summary
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
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
Public facts
6
Change events
1
Artifacts
0
Freshness
Feb 24, 2026
Published capability contract available. No trust telemetry is available yet. Last updated 2/24/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 24, 2026
Vendor
Dunin7
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
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.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Dunin7
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
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
Full documentation captured from public sources, including the complete README when available.
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
Version: 1.0.0
Author: Marvin Percival (marvinp@dunin7.com)
Repository: github.com/DUNIN7/openclaw-audit-skill
License: BSL-1.1
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.
| 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 |
"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"
"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"
"Anchor my audit trail to Kaspa"
"Commit today's trades to blockchain"
"Anchor and verify my trading history"
"Send audit hash to Kaspa testnet"
"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"
When you execute a trade (or approve one), OpenClaw captures:
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 │
└─────────────────────────────────────────────────────────────┘
All components are hashed into a single Merkle root — a cryptographic fingerprint of the entire trade record.
The Merkle root is embedded in a Kaspa transaction using OP_RETURN. This provides:
# 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
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
| 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 |
"I just shorted 0.5 BTC at $97,250 on Hyperliquid with 5x leverage.
Stop loss at $99,000, take profit at $92,000."
{
"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 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...
| 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 |
"Export all my 2026 trades as FORAY JSON for my accountant"
Generates complete audit trail with cost basis, gains/losses, and timestamps.
"Prove I had a stop loss set at $99K"
Shows the Anticipation component with condition, anchored before the loss occurred.
"Generate audit report for regulatory review"
Full transaction history with attestations, suitable for regulatory examination.
"Show me why the agent made that trade"
Displays ATT_AGENT_RATIONALE with decision reasoning captured at execution time.
# 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
Business Source License 1.1 (BSL-1.1)
Copyright (c) 2026 Marvin Percival. All rights reserved.
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
ready
Auth
api_key
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
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
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
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
Rank
70
The Frontend for Agents & Generative UI. React + Angular
Traction
No public download signal
Freshness
Updated 23d ago
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.