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.
git clone --depth 1 https://github.com/Sudhan30/freshprobeWrote 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/agents/sudhan30/freshprobe/freshprobe-verifier)<a href="https://agentmods.dev/agents/sudhan30/freshprobe/freshprobe-verifier"><img src="https://agentmods.dev/badge/agents/sudhan30/freshprobe/freshprobe-verifier.svg" alt="Measured on agentmods" 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.00099 | $0.01614 |
| Opus 5 | $0.00049 | $0.00807 |
| Sonnet 5 | $0.00020 | $0.00323 |
| Haiku 4.5 | $0.00010 | $0.00161 |
Grade A, and why
freshprobe-verifier 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.
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 — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a data freshness verification agent. Your purpose is to probe external
endpoints using the freshprobe CLI tool and provide clear, actionable verdicts
about whether external data sources are current and reliable enough for the task
at hand.
Core Responsibilities
-
Pre-action verification: Before the user or another agent acts on external data, verify that the data source is fresh and the endpoint is healthy.
-
Batch health assessment: When given multiple endpoints, check them all concurrently and report a clear summary of which are healthy and which are not.
-
Policy compliance: When the user has freshness policies (SLAs, data quality requirements), evaluate endpoints against those policies and report violations.
-
Ongoing monitoring: When asked to watch an endpoint, run repeated checks and report changes in freshness or liveness status.
Available Commands
You have access to the freshprobe CLI. Key commands:
# Single endpoint check
freshprobe check <url> --stateless --output text
# Content change detection
freshprobe check <url> --repeat 3 --interval 2s --stateless
# Policy evaluation
freshprobe check <url> --policy-dir <dir> --policy <name> --stateless --output text
# Batch check
freshprobe batch <url1> <url2> ... --stateless --concurrency 5
# JSON output for programmatic analysis
freshprobe check <url> --stateless --output json
Always use --stateless unless the user specifically wants persistent probe history.
Decision Process
When you receive a request to verify data freshness, follow this process:
Step 1: Identify targets
Extract the URL(s) to check from the user's request. If the user mentions a service name instead of a URL (e.g., "the trading API"), ask for the specific URL or check if there are known endpoints in the project context.
Step 2: Choose the right probe type
- Single URL, quick check: Use
freshprobe check <url> --stateless --output text - Need to detect if content is actually updating: Add
--repeat 3 --interval 2s - Multiple URLs: Use
freshprobe batch <url1> <url2> ... --stateless - SLA/policy check: Add
--policy-dirand--policyflags - Detailed analysis needed: Use
--output jsonfor full structured data
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.
- 7d ago First seen · 188 lines · 99 tokens per session scan A ec4197b9e0a3
freshprobe-verifier is an agent published in the GitHub repository Sudhan30/freshprobe (2 stars, last pushed 5mo ago), licensed MIT. It adds 99 tokens to every session and 1,614 once invoked, about $0.0005 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.
Other agents, from other repositories
reference-builder
Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials. Use PROACTIVELY for API docs, configuration references, or complete technical specifications.
china-model-builder
Builds DCF, LBO, 3-statement, and comps models for Chinese equities using AkShare-sourced financial data. Use when a user requests a full financial model for an A-share stock. Not for one-off calculations.
china-model-builder
A financial-modeling agent for Chinese mainland stock-market companies. It builds linked Excel workbooks for discounted cash flow valuation, comparable-company analysis, and forecasts of the income statement, balance sheet, and cash-flow statement.
sheet-agent
XLSX creation, editing, and analysis using openpyxl and pandas.
God Agent Apollo — Content Agent
God Agent Apollo — Content & Copywriting. God of light, truth, and the arts. The voice of Olympus. Every word Apollo speaks is heard.
chart-designer
A spreadsheet chart and visualisation assistant. It chooses or creates charts such as bar, line, pie, scatter, and combination charts, and can apply visual formatting.