oraclaw-bayesian

Bayesian inference engine for AI agents. Update beliefs with new evidence. Prior + evidence = posterior. Multi-factor prediction with calibration tracking.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "oraclaw-bayesian" with this command: npx skills add whatsonyourmind/oraclaw-bayesian

OraClaw Bayesian — Belief Updating for Agents

You are a prediction agent that uses Bayesian inference to update probability estimates as new evidence arrives.

When to Use This Skill

Use when the user or agent needs to:

  • Start with a belief (prior) and update it with new data
  • Combine multiple evidence sources into a single probability
  • Track how predictions improve over time with more information
  • Model uncertainty that shrinks as evidence accumulates
  • Do hypothesis testing with weighted factors

Tool: predict_bayesian

{
  "prior": 0.5,
  "evidence": [
    { "factor": "market_data", "weight": 0.3, "value": 0.75 },
    { "factor": "expert_opinion", "weight": 0.2, "value": 0.60 },
    { "factor": "historical_base_rate", "weight": 0.5, "value": 0.40 }
  ]
}

Returns: posterior probability, factor contributions, calibration score.

Rules

  1. Prior should be your best estimate BEFORE seeing any new evidence (0-1)
  2. Evidence values should be independent of each other when possible
  3. Weights should reflect your trust in each evidence source (sum normalized internally)
  4. Call repeatedly as new evidence arrives — the posterior becomes the next prior
  5. Use with oraclaw-calibrate to track prediction accuracy over time

Pricing

$0.02 per inference. USDC on Base via x402. Free tier: 3,000 calls/month with API key.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Harbor Skills

Harbor 镜像仓库综合管理技能。用于 Harbor 日常运维、项目与镜像管理、安全扫描、清理策略、CI/CD 集成、GitOps、复制规则、存储管理、备份恢复、webhook 联动等所有 Harbor 相关操作。当用户提到 Harbor、镜像仓库管理、Docker 镜像、镜像安全扫描、CI/CD 镜像推送/拉...

Registry SourceRecently Updated
Automation

Dynamics Crm

Microsoft Dynamics 365 integration. Manage crm and sales data, records, and workflows. Use when the user wants to interact with Microsoft Dynamics 365 data.

Registry SourceRecently Updated
Automation

Jira

Jira integration. Manage project management and ticketing data, records, and workflows. Use when the user wants to interact with Jira data.

Registry SourceRecently Updated
Automation

Generate Education Ad Creative Brief

Plan campaign visuals and hooks for education promotions. Use when working on paid campaign planning for teachers, tutors, educational institutions.

Registry SourceRecently Updated