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.
npx skills add dkharlanau/agent-ready-web-profile --skill arwp-evidence-cigit clone --depth 1 https://github.com/dkharlanau/agent-ready-web-profileWrote 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.
[](https://agentmods.dev/skills/dkharlanau/agent-ready-web-profile/arwp-evidence-ci)<a href="https://agentmods.dev/skills/dkharlanau/agent-ready-web-profile/arwp-evidence-ci"><img src="https://agentmods.dev/badge/skills/dkharlanau/agent-ready-web-profile/arwp-evidence-ci/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.
<a href="https://agentmods.dev/skills/dkharlanau/agent-ready-web-profile/arwp-evidence-ci"><img src="https://agentmods.dev/badge/skills/dkharlanau/agent-ready-web-profile/arwp-evidence-ci.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00079 | $0.00668 |
| Opus 5 | $0.00039 | $0.00334 |
| Sonnet 5 | $0.00016 | $0.00134 |
| Haiku 4.5 | $0.00008 | $0.00067 |
Grade A, and why
arwp-evidence-ci 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ARWP Evidence and CI
Use this skill after a site has been prepared or when a team wants ARWP quality to remain stable over time.
Workflow
-
Establish the contract.
- Identify public interfaces the publisher expects to remain available.
- Use
arwp assertfor required/optional/forbidden intents and protocol expectations. - Avoid a universal readiness score.
-
Add recurring quality checks.
- Run
arwp auditfor source-backed Search/AI/agent recommendations. - Run
arwp-growthto create a prioritized improvement backlog. - Run site build/lint/tests first when local metadata generation is part of the deployment.
- Use a weekly cadence unless the site changes so rapidly that another cadence is justified.
- Run
-
Capture durable evidence for important states.
- Use
arwp-receipt capture <url>for explicit higher-evidence observations. - Preserve receipt IDs and immutable historical records.
- Separate
project-reference,independent-benchmark, and other evidence classes. - Never treat observation of a public site as proof that the publisher adopted ARWP.
- Use
-
Track drift.
- Use resolver snapshots and
arwp driftwhen interface selection/canonical identity matters. - Fail CI on explicit contract breakage, not on optional opportunities.
- Preserve negative results and regressions instead of silently removing them.
- Use resolver snapshots and
-
Attach provenance carefully.
- Record commit/workflow/release IDs only when actually available.
- Link SBOM/attestation evidence only to the exact matching artifact.
- A valid SHA-256 receipt proves receipt integrity, not truth, authorization, publisher endorsement, or security.
-
Keep platform metrics external.
- Google Search Console generative AI metrics, Bing AI Performance, ChatGPT referral data and similar owner-only analytics are evidence inputs.
- Store before/after observations with dates and scope.
- Do not claim ARWP caused ranking/citation changes without controlled evidence.
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.
- 4d ago First seen · 65 lines · 79 tokens per session scan A fa5243242e67
arwp-evidence-ci is a skill published in the GitHub repository dkharlanau/agent-ready-web-profile (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 79 tokens to every session and 668 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-09-07.
Other skills, from other repositories
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
install-verification
Use when verifying that a generated agent package can be installed, discovered by runtimes, and checked without private dependencies.
github-actions
Use when authoring or fixing GitHub Actions CI/CD — workflows under .github/workflows, triggers, job matrix, caching, token permissions, OIDC cloud deploys, environment gates, reusable workflows. NOT the Dockerfile or image build strategy (that is docker), NOT the branching model (that is git-workflow), NOT release…
ops-nuke-cicd
Designs and troubleshoots NUKE-based CI/CD pipelines for .NET services. Use when refactoring target graphs, splitting test flows, publishing reports, or diagnosing slow pipelines.
ai-agents-empirical-probe-toolkit
Prove-it methods for this repo. Six recipes for runtime-contract probes, guard and threshold calibration, eval A/B, docs-vs-reality audits, reproduce-on-main CI triage, and negative-control test design, each with a worked example from repo history. Use when you say probe the runtime contract, calibrate this guard…
code-qualities-assessment
Assess code maintainability through 5 foundational qualities (cohesion, coupling, encapsulation, testability, non-redundancy) with quantifiable scoring rubrics. Works at method/class/module levels across multiple languages. Produces markdown reports with remediation guidance. Use when you ask to "assess…