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/wangke19/gemini-ai-helpersWrote 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/commands/wangke19/gemini-ai-helpers/health-check)<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/health-check"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/health-check/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/commands/wangke19/gemini-ai-helpers/health-check"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/health-check.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.00012 | $0.03527 |
| Opus 5 | $0.00006 | $0.01764 |
| Sonnet 5 | $0.00002 | $0.00705 |
| Haiku 4.5 | $0.00001 | $0.00353 |
Grade A, and why
health-check scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
METRICS=$(oc exec -n openshift-etcd "$ETCD_POD" -c etcd -- curl -s http://localhost:2379/metrics 2>/dev/null) This is a copy
100% identical to health-check — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 461 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Name
etcd:health-check
Synopsis
/etcd:health-check [--verbose]
Description
The health-check command performs a comprehensive health check of the etcd cluster in an OpenShift environment. It examines etcd member status, cluster health, leadership, connectivity, and identifies potential issues that could affect cluster stability.
Etcd is the critical key-value store that holds all cluster state for Kubernetes/OpenShift. Issues related to etcd can cause cluster-wide failures, so monitoring its health is essential.
This command is useful for:
- Diagnosing cluster control plane issues
- Verifying etcd cluster stability
- Identifying split-brain scenarios
- Checking member synchronization
- Detecting disk space issues
- Monitoring etcd performance
Prerequisites
Before using this command, ensure you have:
-
OpenShift CLI (oc)
- Install from: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
- Verify with:
oc version
-
Active cluster connection
- Must be connected to an OpenShift cluster
- Verify with:
oc whoami
-
Cluster admin permissions
- Required to access etcd pods and execute commands
- Verify with:
oc auth can-i get pods -n openshift-etcd
-
Healthy etcd namespace
- The openshift-etcd namespace must exist
- At least one etcd pod must be running
Arguments
- --verbose (optional): Enable detailed output
- Shows etcd member details
- Displays performance metrics
- Includes log snippets for errors
- Provides additional diagnostic information
Implementation
The command performs the following checks:
1. Verify Prerequisites
Check if oc CLI is available and cluster is accessible:
if ! command -v oc &> /dev/null; then
echo "Error: oc CLI not found. Please install OpenShift CLI."
exit 1
fi
if ! oc whoami &> /dev/null; then
echo "Error: Not connected to an OpenShift cluster."
exit 1
fi
2. Check Etcd Namespace and Pods
Verify the etcd namespace exists and get pod status:
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.
- 9d ago First seen · 461 lines · 12 tokens per session scan A 1f3a1f2615e3
health-check is a command published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 12 tokens to every session and 3,527 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to health-check, differing in 0 lines, and is treated as a copy.
Other commands, from other repositories
gen
Automatically generates type definitions based on your Postgres database schema.
link
Link your local development project to a hosted Supabase project.
vanity-subdomains
Manage vanity subdomains for Supabase projects.
archive
Ingest raw OSINT into a queryable database with chain of custody.
integrate
Start the Integration Architect lifecycle. Runs the 5-phase deterministic workflow (Discovery → UI Analysis → Contract Design → DB Alignment → Quality).
checklist
Generate a custom checklist for the current feature based on user requirements.