返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

cogdx-pre-trade-audit

Verify trading reasoning with cognitive diagnostics before executing trades. Detects logical fallacies, calibration issues, and cognitive biases in your trade thesis.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
174
下载量
0
收藏
概述
安装方式
版本历史

cogdx-pre-trade-audit

# 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 ```python 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 | Parameter | Default | Description | |-----------|---------|-------------| | `min_validity` | 0.7 | Minimum reasoning quality score (0-1) | | `block_on_error` | True | Block 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](https://api.cerebratech.ai) — cognitive diagnostics for agents.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cogdx-pre-trade-audit-1776377404 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cogdx-pre-trade-audit-1776377404 技能

通过命令行安装

skillhub install cogdx-pre-trade-audit-1776377404

下载 Zip 包

⬇ 下载 cogdx-pre-trade-audit v1.0.0

文件大小: 4.64 KB | 发布时间: 2026-4-17 14:26

v1.0.0 最新 2026-4-17 14:26
Initial release of CogDx Pre-Trade Audit.

- Provides cognitive diagnostics for trade reasoning before execution
- Detects logical fallacies, calibration errors, and reasoning gaps
- Returns actionable verdicts: PROCEED / REVIEW / REJECT
- Optional auto-execution of trades that pass reasoning checks
- Simple integration for agents to verify and safeguard trading decisions

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部