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 agentmods add commands/wangke19/gemini-ai-helpers/create-clustergit 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/create-cluster)<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/create-cluster"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/create-cluster.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.00013 | $0.04626 |
| Opus 5 | $0.00006 | $0.02313 |
| Sonnet 5 | $0.00003 | $0.00925 |
| Haiku 4.5 | $0.00001 | $0.00463 |
Grade E, and why
create-cluster scanned grade E with 2 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 yesterday.
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.
Enumerates the file system for secretshighData exfiltration
Searching home directories for .env, .ssh, .aws or credential files is reconnaissance for credential theft.
- Check for existing SSH keys: `ls -la ~/.ssh/*.pub` Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
- Default: `~/.ssh/id_rsa.pub` How it starts
The opening of the file, as written. The whole thing — 581 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Name
openshift:create-cluster
Synopsis
/openshift:create-cluster [release-image] [platform] [options]
Description
The create-cluster command automates the process of extracting the OpenShift installer from a release image (if not already present) and creating a new OpenShift Container Platform (OCP) cluster. It handles installer extraction from OCP release images, configuration preparation, and cluster creation in a streamlined workflow.
This command is useful for:
- Setting up development/test clusters quickly
⚠️ When to Use This Tool
IMPORTANT: This is a last resort tool for advanced use cases. For most development workflows, you should use one of these better alternatives:
Recommended Alternatives
-
Cluster Bot: Request ephemeral test clusters without managing infrastructure
- No cloud credentials needed
- Supports dependent PR testing
- Automatically cleaned up
-
Gangway
-
Multi-PR Testing in CI: Test multiple dependent PRs together using
/test-withcommands
When to Use create-cluster
Only use this command when:
- You need full control over cluster configuration
- You're testing installer changes that aren't suitable for CI
- You need a long-lived development cluster on your own cloud account
- The alternatives don't meet your specific requirements
Note: This command requires significant setup (cloud credentials, pull secrets, DNS configuration, understanding of OCP versions). If you're new to OpenShift development, start with Cluster Bot or Gangway instead.
Prerequisites
Before using this command, ensure you have:
-
OpenShift CLI (
oc): Required to extract the installer from the release image- Install from: https://mirror.openshift.com/pub/openshift-v4/clients/ocp/
- Or use your package manager:
brew install openshift-cli(macOS) - Verify with:
oc version
-
Cloud Provider Credentials configured for your chosen platform:
- AWS:
~/.aws/credentialsconfigured with appropriate permissions - Azure: Azure CLI authenticated (
az login) - GCP: The command will guide you through service account setup (either using an existing service account JSON or creating a new one)
- vSphere: vCenter credentials
- OpenStack: clouds.yaml configured
- AWS:
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.
- yesterday First seen · 581 lines · 13 tokens per session scan E e0aa12787e7c
create-cluster is a command published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 4,626 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it E with 2 findings (enumerates the file system for secrets, reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other commands, from other repositories
test-ephemeral
Deploy and test a merge request in ephemeral environment.
vpn
Connect to Red Hat VPN for internal resources.
10_gofer_cloud
Deploy and configure the Gofer cloud integration for remote pipeline execution.
deploy-ai
description: "Deploy AI system to production".
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.