verify-honestly

verify-honestly is a skill for Codex from TAKEOFF69/codex-skills-kit. It costs 71 tokens per session (930 once invoked), scanned A, original, MIT.

A guide to Vue.js, a JavaScript framework for building interactive web interfaces from reusable components. It covers templates, reactive data, application state, lifecycle behavior, and the Composition API.

In plain words
What is it for?
Use it to build Vue applications and components such as forms, counters, and other interactive screens, commonly with Vite.
Why use it?
It provides patterns for keeping interface code organized while the page responds to changing data and user actions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to build Vue applications and components such as forms, counters, and other interactive screens, commonly with Vite.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/takeoff69/codex-skills-kit/verify-honestly
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 TAKEOFF69/codex-skills-kit --skill verify-honestly
Clone the repo
git clone --depth 1 https://github.com/TAKEOFF69/codex-skills-kit

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 verify-honestly

README.md
[![agentmods](https://agentmods.dev/badge/skills/takeoff69/codex-skills-kit/verify-honestly/github.svg)](https://agentmods.dev/skills/takeoff69/codex-skills-kit/verify-honestly)
Your own site
<a href="https://agentmods.dev/skills/takeoff69/codex-skills-kit/verify-honestly"><img src="https://agentmods.dev/badge/skills/takeoff69/codex-skills-kit/verify-honestly/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 verify-honestly

Your own site · 80×15
<a href="https://agentmods.dev/skills/takeoff69/codex-skills-kit/verify-honestly"><img src="https://agentmods.dev/badge/skills/takeoff69/codex-skills-kit/verify-honestly.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 930 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.00071 $0.00930
Opus 5 $0.00036 $0.00465
Sonnet 5 $0.00014 $0.00186
Haiku 4.5 $0.00007 $0.00093

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

Security

Grade A, and why

verify-honestly 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 8d 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.

skills/verify-honestly/SKILL.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Verify Honestly

Match every completion claim to evidence from the context that actually runs the work.

Core rule

Verify in the real execution context, then name the verification level reached. Do not silently substitute an easier context:

  • source inspection for execution
  • mocks for real data
  • local behavior for production behavior
  • build success for rendered UI correctness
  • configuration text for an external probe
  • intended output for the actual artifact

If exact context is unavailable, state what remains unverified and what would verify it.

Verification ladder

Use this vocabulary in completion reports:

  1. code read – trace logic without executing it.
  2. local tests – run relevant unit or integration checks locally.
  3. browser pass – exercise rendered behavior in a browser, including relevant viewports.
  4. live data check – query real data or service state consumed by the change.
  5. production smoke – exercise deployed behavior end to end.

Name highest applicable level per shipped item. Lower levels need mention only when they explain residual risk. Ladder represents increasing runtime proximity, not a demand to run every level.

Proportionality

Choose cheapest probe that would catch likely failure.

  • Scale depth with blast radius, irreversibility, and uncertainty – not session length.
  • Treat green deterministic gate as evidence. Cite it instead of re-deriving same fact manually.
  • Verify each unchanged property once.
  • Prefer one consolidated verification pass over many redundant agents or repeated commands.
  • Add independent verifier only when it contributes different evidence, failure lens, or required independence.
  • If verification costs more than safely redoing work, say so and choose cheaper path.

Surface matrix

Claim Minimum useful evidence
Code behavior Focused executable test or exact reproduction
UI behavior or layout Browser pass at affected viewport and state
Database or data-shape behavior Representative real rows or production-shaped fixture; name which
Pipeline or scheduled job Run same command, environment, and working directory when accessible
Infrastructure state External probe or observed event, not config grep alone
Artifact size, count, or contents Measure generated artifact itself
Webhook, email, or integration Captured real payload or test delivery through actual boundary
Production behavior Deployed revision plus production smoke

Read the full file on GitHub · 109 lines

Files

What ships with it

1 file 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. 8d ago First seen · 109 lines · 71 tokens per session scan A a5ed46d4590b

Subscribe to this mod's changes

verify-honestly is a skill published in the GitHub repository TAKEOFF69/codex-skills-kit (7 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 930 once invoked, about $0.0004 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

systematic-debugging

Use when a defect, test failure, flaky test, or unexpected behavior needs its cause established before anyone writes a task file or a fix. Reproduces the report first, localizes the failure to the boundary where behavior diverges, then tests one hypothesis at a time and returns a deterministic verdict, so a run that…

hams-ollo/zen-agent-skills · 209 tokens

verifier-agent

Use before reconciling or landing an implementation to independently verify it against its approved spec and its task's acceptance criteria. Runs the declared verification commands and records each exact outcome, composes the spec-conformance lens so a contract divergence fails the run even when every command passes…

hams-ollo/zen-agent-skills · 166 tokens

test-quality

Use when creating, modifying, reviewing, or deciding whether to add tests, fixtures, mocks, integration tests, end-to-end tests, smoke tests, or test plans in any codebase or language, including regression tests for bug fixes. Chooses the test layer and oracle: guides agents to pick the right test layer, avoid…

hams-ollo/zen-agent-skills · 97 tokens

debugging-diagnosis

Diagnose and fix bugs through reproduction, minimization, hypotheses, instrumentation, targeted fixes, and regression coverage. Use when the user reports failing behavior, a broken test, runtime error, flaky workflow, or asks for debugging before implementation.

stark-ai-de/agent-skills · 53 tokens

test-first-implementation

Implement behavior with a red-green-refactor loop, observable tests, and small vertical slices. Use when the user asks for TDD, test-first work, regression-first fixes, or a feature that needs clear behavior before implementation.

stark-ai-de/agent-skills · 50 tokens

rig-task

Implement one unit of work end-to-end — from a tracker issue OR an ad-hoc description: spec review, TDD (RED→GREEN→REFACTOR), pre-PR self-review, open a PR, then drive the review-bot loop to clean. Runs start→finish in one shot by default; start/finish are optional phases for pause/resume. Sibling to /rig-epic (one…

agent-rig/rig · 150 tokens