okhp3-evidence-standard

okhp3-evidence-standard is a skill for Codex from OKHP3/skillz. It costs 61 tokens per session (627 once invoked), scanned A, original, MIT.

A way to label important claims as confirmed, inferred, proposed, or unknown, while recording the evidence behind them. It is intended for work where decisions depend on information from files, tools, sources, or other agents.

In plain words
What is it for?
Use it for cross-machine or cross-agent comparisons, handoffs, decision records, recommendations based on incomplete evidence, and checking what still needs verification.
Why use it?
It makes uncertainty visible and helps prevent guesses or unverified reports from being treated as facts. Conflicting claims can be shown before deciding how to resolve them.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it for cross-machine or cross-agent comparisons, handoffs, decision records, recommendations based on incomplete evidence, and checking what still needs verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okhp3/skillz/okhp3-evidence-standard
View source ↗ OKHP3/skillz
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 OKHP3/skillz --skill okhp3-evidence-standard
Clone the repo
git clone --depth 1 https://github.com/OKHP3/skillz

Made for: 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 okhp3-evidence-standard

README.md
[![agentmods](https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-evidence-standard/github.svg)](https://agentmods.dev/skills/okhp3/skillz/okhp3-evidence-standard)
Your own site
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-evidence-standard"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-evidence-standard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for okhp3-evidence-standard

Your own site · 80×15
<a href="https://agentmods.dev/skills/okhp3/skillz/okhp3-evidence-standard"><img src="https://agentmods.dev/badge/skills/okhp3/skillz/okhp3-evidence-standard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 627 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 original 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.00061 $0.00627
Opus 5 $0.00030 $0.00313
Sonnet 5 $0.00012 $0.00125
Haiku 4.5 $0.00006 $0.00063

Measured 11d ago against content hash 8ae8485f79e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

okhp3-evidence-standard 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 11d ago.

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.

.agents/skills/okhp3-evidence-standard/SKILL.md · 55 lines

What it actually says

okhp3-evidence-standard

OverKill Hill P³ · overkillhill.com · github.com/OKHP3

Output contract

Return one row per consequential claim with claim, tier, evidence, consequence_if_false, and next_check. Use UNKNOWN when a check did not run. Cite the exact local path, tool result, or source identifier when one is available.

Use four tiers:

  1. Confirmed: directly observed in a file, tool result, or primary source this session. Cite the supporting path, check, or source when useful.
  2. Inferred: a reasonable conclusion from confirmed evidence. Mark it INFERRED or ASSUMPTION when the context does not already make that clear.
  3. Proposal: a recommendation or design opinion, not an established fact.
  4. Unknown: not verified, including another machine or agent's self-report.

When sources conflict, show both claims and their tiers before recommending a resolution. Do not resolve by confidence, detail, timestamp, version label, or majority vote alone.

Move tiers in both directions. Upgrade a claim when direct evidence arrives. Downgrade it when the stated check did not run or the cited source does not support it. Agreement among builds that have already read one another is a consistency signal, not independent corroboration.

End reconciliations and handoffs with remaining unknowns and the next check that could resolve them. Classification does not grant permission to edit, publish, move, or delete the underlying material.

About

Built by Jamie Hill · OverKill Hill P³ Published at github.com/OKHP3 Part of the OKHP3/skillz Agent Skill library. MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.

Files

What ships with it

2 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. 11d ago First seen · 55 lines · 61 tokens per session scan A 8ae8485f79e8

Subscribe to this mod's changes

okhp3-evidence-standard is a skill published in the GitHub repository OKHP3/skillz (3 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 627 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

publish-and-reuse

A workflow for keeping an AI setup consistent across multiple computers. It decides whether to download, upload, merge, review, or block changes, while leaving conflicts and unsaved changes for a person.

ooooooooooooooooooop/agent-tools · 125 tokens

find-session

A tool for finding past DSH conversations by title or text and reading their content or usage statistics. DSH is the system referenced by the skill for storing agent sessions.

ooooooooooooooooooop/agent-tools · 53 tokens

docs-context

Super Base Context — project doc loader & synchronizer. Triggers even without explicit "load docs"/"sync docs." READ MODE — load architecture/modules/coding/decision docs when work references project state: code work (write/modify/remove); design (features/APIs/schemas/architecture); review (modules, past solutions)…

lujiafa/houtu-project-skills · 203 tokens

baoyu-diagram

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…

JimLiu/baoyu-skills · 146 tokens

baoyu-danger-gemini-web

Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation"…

JimLiu/baoyu-skills · 74 tokens

company-brain

Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…

coreyhaines31/makerskills · 322 tokens