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 AnastasiyaW/codex-claude-code-config --skill gemini-delegategit clone --depth 1 https://github.com/AnastasiyaW/codex-claude-code-configWrote 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/anastasiyaw/codex-claude-code-config/gemini-delegate)<a href="https://agentmods.dev/skills/anastasiyaw/codex-claude-code-config/gemini-delegate"><img src="https://agentmods.dev/badge/skills/anastasiyaw/codex-claude-code-config/gemini-delegate.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Agent Snooping · line 67 Skill reads from agent configuration directories (.claude/, .codex/, .gemini/). These directories may contain API keys, personal settings, and other credentials that the skill has no legitimate need to access.Fix: Remove all code or instructions that access agent configuration directories (.claude/, .codex/, .gemini/). If configuration values are needed, pass them explicitly as parameters or environment variabl
- medium analysis-evasion · line 1 Suspicious Unicode normalization or mixed-script contentFix: Review the flagged content for security risks. Ensure no credentials, secrets, or sensitive data are exposed.
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.00119 | $0.02341 |
| Opus 5 | $0.00060 | $0.01171 |
| Sonnet 5 | $0.00024 | $0.00468 |
| Haiku 4.5 | $0.00012 | $0.00234 |
Grade B, and why
gemini-delegate scanned grade B 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 today.
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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- Gemini сам подхватывает `GEMINI.md`/`AGENTS.md` из cwd, если в `~/.gemini/settings.json` How it starts
The opening of the file, as written. The whole thing — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Gemini Delegate — capability preflight, квоты, передача контекста
Gemini CLI — внешний harness только после preflight установленного CLI, доступной модели, auth-path и наблюдаемой квоты. Его можно использовать как: (а) исполнителя bulk-задач (vision-курация, разметка, массовые однотипные prompts), (б) независимое second opinion другого вендора (Generator-Evaluator с настоящей независимостью — другая модель, другой провайдер), (в) читалку больших файлов/логов, (г) дополнительный исполнитель при подтверждённой доступности. Не считать его бесплатным OAuth fallback, гарантированным 1M-контекстом или автоматическим quota failover.
Preflight перед делегированием
Выполнять перед provider-вызовом только после явного запроса пользователя на Gemini. Preflight не устанавливает CLI, не логинится и не переключает аккаунт.
- Снять статический факт:
gemini --versionиgemini --help. Если CLI не запускается, остановиться до делегирования и записать ошибку как локальный blocker. - Зафиксировать intended auth-path, но не считать наличие локального OAuth-stash доказательством доступа. В announcement Google от 2026-06-18 сказано, что Gemini CLI перестал обслуживать individual free/Pro/Ultra accounts; enterprise Gemini Code Assist и API-key auth затронуты не были. Это не является доказательством успешного текущего вызова.
- Если owner явно выбрал модель, сохранить её exact slug. До вызова подтвердить, что этот slug
доступен установленному CLI/current auth-path через его актуальный selector/документацию. Если
slug не предложен или доступность нельзя проверить без неразрешённого account interaction,
отклонить делегирование до task invocation — не подменять модель. Если модель не выбрана,
записать только
auto, а не предполагаемый конкретный slug.--modelне задаёт модели subagent'ов. - Для batch снять timestamped
/stats modelпосле разрешённой аутентифицированной сессии; это наблюдение конкретной сессии, не обещание дневного бюджета. Quota error завершает попытку: без автоматического switch/failover.
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.
- today Changed · +24 lines · -30 tokens per session 9811f5bd69e4
- 7d ago First seen · 111 lines · 149 tokens per session scan B d1d8491dd46a
gemini-delegate is a skill published in the GitHub repository AnastasiyaW/codex-claude-code-config (149 stars, last pushed today), licensed MIT. It adds 119 tokens to every session and 2,341 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ai-content-filter
Professional Ai Content Filter Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
ai-product-manager
Professional Ai Product Manager Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
embedding-architect
Professional Embedding Architect skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
few-shot-architect
Professional Few Shot Architect skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
hallucination-detector
Professional Hallucination Detector Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.
model-card-writer
Professional Model Card Writer Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.