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 agents/khadinakbarlabs/shopify-app-builder/gemini-cligit clone --depth 1 https://github.com/khadinakbarlabs/shopify-app-builderWrote 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/khadinakbarlabs/shopify-app-builder/gemini-cli)<a href="https://agentmods.dev/agents/khadinakbarlabs/shopify-app-builder/gemini-cli"><img src="https://agentmods.dev/badge/agents/khadinakbarlabs/shopify-app-builder/gemini-cli.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 | $0.00000 | $0.00334 |
| Opus 5 | $0.00000 | $0.00167 |
| Sonnet 5 | $0.00000 | $0.00067 |
| Haiku 4.5 | $0.00000 | $0.00033 |
Grade A, and why
gemini-cli 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.
What it actually says
Gemini CLI guide
Gemini CLI loads GEMINI.md as extension context and uses the same 32 focused skill files as the other harnesses.
Install
gemini extensions install https://github.com/khadinakbarlabs/shopify-app-builder
Update later with:
gemini extensions update shopify-app-builder
Best use cases
- Large-context reviews of Shopify repositories, documentation, and implementation plans.
- Cross-file audits of GraphQL, authentication, webhooks, billing, UX, and App Store readiness.
- Comparing architecture options before implementation.
- Generating scoped implementation instructions for a separate execution agent.
Operating guidelines
- Let
GEMINI.mdroute the request, then have Gemini read only the relevantSKILL.mdfiles. - Separate facts observed in the repository from assumptions and time-sensitive platform claims.
- Verify current Shopify behavior in official documentation before recommending production changes.
- Do not expose credentials or treat analysis as authorization to deploy, submit, change billing, or spend money.
- Ask for concrete file and command evidence in completion reports.
Example prompts
Use Shopify App Builder to review this architecture and identify missing auth, billing, and webhook boundaries.
Read the relevant Shopify App Builder skills and produce a Built for Shopify gap analysis.
Route this Hydrogen performance problem to the smallest relevant skill set.
Verify
gemini extensions list
Start a new Gemini CLI session and ask which skill covers Shopify OAuth. It should identify app-auth and may add dev-troubleshooting for an active failure.
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 · 47 lines · 0 tokens per session scan A 2b3b25a5c536
gemini-cli is an agent published in the GitHub repository khadinakbarlabs/shopify-app-builder (1 stars, last pushed 25d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 334 tokens. 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
agents-directory
Developer reference for all 11 Oh My OpenAgent agent definitions, factory patterns, tool restrictions, and model routing.
momus
Momus is a practical work plan reviewer. Its job is to answer one question.
hephaestus
Hephaestus is a goal-oriented autonomous executor. Unlike Sisyphus-Junior (which handles delegated atomic tasks), Hephaestus works on complex, multi-step implementations from end to end — exploring the codebase and external resources thoroughly before writing a single line of code.
multimodal-looker
Multimodal Looker is a read-only media interpretation agent. It receives a file path and a goal describing what to extract, then returns only the relevant extracted information. The main agent never processes the raw file — Multimodal Looker saves context tokens by doing the interpretation work instead.
comments
agent with frontmatter comments.
mainframe-react-frontend-engineer
Use for client-facing React web applications and client React layers inside full-stack frameworks: pages, components, forms, interactions, accessibility, browser data, API integration, PWA and offline behavior, realtime UI, rich content, visualizations, frontend tests, and incremental refactoring. Not for React…