belief-state-runtime

belief-state-runtime is a skill for Claude Code, Codex from hqzzdsda/belief-state-runtime. It costs 58 tokens per session (1,251 once invoked), scanned A, original, no licence file.

A reasoning tool that checks claims against evidence and records whether each claim is verified, disputed, or uncertain, with a confidence level.

In plain words
What is it for?
Use it to assess evidence, compare conflicting sources, and represent uncertainty in a structured way.
Why use it?
It helps the agent separate trustworthy information from contradictions and unsupported conclusions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to assess evidence, compare conflicting sources, and represent uncertainty in a structured way.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hqzzdsda/belief-state-runtime/skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hqzzdsda/belief-state-runtime --skill skill
Clone the repo
git clone --depth 1 https://github.com/hqzzdsda/belief-state-runtime

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for belief-state-runtime

README.md
[![agentmods](https://agentmods.dev/badge/skills/hqzzdsda/belief-state-runtime/skill.svg)](https://agentmods.dev/skills/hqzzdsda/belief-state-runtime/skill)
Your own site
<a href="https://agentmods.dev/skills/hqzzdsda/belief-state-runtime/skill"><img src="https://agentmods.dev/badge/skills/hqzzdsda/belief-state-runtime/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,251 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.01251
Opus 5 $0.00029 $0.00626
Sonnet 5 $0.00012 $0.00250
Haiku 4.5 $0.00006 $0.00125

Measured 7d ago against content hash 940d9fa0a7e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

belief-state-runtime scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/assess_8cups.py, scripts/assess_china_fertility.py, scripts/assess.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

belief_state_runtime/skill/SKILL.md · 139 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 139 lines · 58 tokens per session scan A 940d9fa0a7e9

Subscribe to this mod's changes

belief-state-runtime is a skill published in the GitHub repository hqzzdsda/belief-state-runtime (2 stars, last pushed 2mo ago), with no licence file. It adds 58 tokens to every session and 1,251 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

5writing

A paper-writing workflow for mathematical modelling competitions, supporting both Typst and LaTeX. It uses analysis, results, figures, and a competition template to assemble the document.

jihe520/MathModelAgent · 68 tokens

6verity

A final-checking workflow for mathematical modelling competition papers, using either Typst or LaTeX to build the document. It checks the finished paper and its supporting files before submission.

jihe520/MathModelAgent · 76 tokens

1start-mathmodel

A starting workflow for mathematical-modeling competitions, which are contests where teams use mathematics, data, and code to solve real-world problems. It asks for preferences, creates planning files, and coordinates later analysis, modeling, coding, charting, diagram, writing, and verification stages.

jihe520/MathModelAgent · 64 tokens

4drawio

A diagram-making stage for mathematical-modeling projects. It uses existing analysis and results reports to create technical route maps, solution flowcharts, model diagrams, and data-processing diagrams in Drawio, a tool for creating structured diagrams, then exports them as PDF files.

jihe520/MathModelAgent · 65 tokens

2analysis-modeling

A mathematical-modeling analysis stage for reading a competition problem and its attachments, breaking it into smaller questions, and designing the models, formulas, objectives, constraints, and solution approach.

jihe520/MathModelAgent · 67 tokens

3coding-visual

A workflow for turning a mathematical-modeling analysis report into reproducible code, checked results, and data-based charts. It also produces a results report and PDF charts suitable for a paper.

jihe520/MathModelAgent · 57 tokens