← 返回
数据分析 Key 中文

Cogdx Pre Trade Audit

Verify trading reasoning with cognitive diagnostics before executing trades. Detects logical fallacies, calibration issues, and cognitive biases in your trad...
执行交易前通过认知诊断验证推理逻辑,检测逻辑谬误、校准问题及认知偏差。
drkavner
数据分析 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 586
下载
💾 7
安装
1
版本
#latest

概述

CogDx Pre-Trade Audit

Cognitive verification layer for prediction market trades. Catches reasoning flaws before they become losses.

> This is a template. The default signal is your agent's trade thesis —

> the skill audits the reasoning quality before execution.

> Remix it with stricter thresholds, additional bias checks, or custom fallacy detection.

> The skill handles all the plumbing (API calls, trade execution, safeguards).

> Your agent provides the reasoning to verify.

What it does

  1. Takes your trade reasoning (thesis, confidence, market context)
  2. Runs cognitive diagnostics via CogDx API
  3. Returns verdict: PROCEED / REVIEW / REJECT
  4. Optionally executes trade if reasoning passes

Detects

  • Logical fallacies: anchoring, confirmation bias, sunk cost
  • Calibration issues: overconfidence, underconfidence
  • Reasoning gaps: missing evidence, circular logic

Usage

from cogdx_pre_trade_audit import audit_and_trade

result = audit_and_trade(
    market_id="0x1234...",
    side="yes",
    amount=10.0,
    reasoning="BTC ETF approval likely based on SEC meeting notes...",
    confidence=0.85,
    min_validity=0.7,  # Minimum reasoning quality to proceed
    live=False  # Dry-run by default
)

if result["approved"]:
    print(f"Trade executed: {result['trade_id']}")
else:
    print(f"Trade blocked: {result['issues']}")

Environment Variables

  • SIMMER_API_KEY - Required. Your Simmer API key.
  • COGDX_WALLET - Optional. Wallet address for CogDx credits.

Thresholds

ParameterDefaultDescription
---------------------------------
min_validity0.7Minimum reasoning quality score (0-1)
block_on_errorTrueBlock trade if CogDx API unavailable

Why use this

Most trading losses come from bad reasoning, not bad data. This skill catches:

  • Trades based on anchoring (first number you saw)
  • Confirmation bias (only seeing supporting evidence)
  • Overconfidence (betting big on weak signals)

External verification you can't do yourself.

Credits

Built by Cerebratech — cognitive diagnostics for agents.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 06:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,437
developer-tools

Omi Integration

drkavner
通过API和webhook从Omi AI可穿戴设备(Omi、Limitless等)同步录音。自动同步转录文本、处理录音,并按设备/日期组织。
★ 0 📥 703
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 59,995