tfx-gemini

tfx-gemini is a skill for Claude Code from tellang/triflux. It costs 26 tokens per session (294 once invoked), scanned A, original, MIT.

A compatibility alias for an older Gemini command that now runs work through Google's Antigravity command-line tool.

In plain words
What is it for?
It helps run tasks submitted with the old command name, provided Antigravity is installed and available in the command line.
Why use it?
It lets older requests continue to work while directing execution to the currently supported tool.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions Gemini CLI.

Part of the triflux plugin — 29 skills, 1 agent, 12 hooks shipped together

Good fit It helps run tasks submitted with the old command name, provided Antigravity is installed and available in the command line.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tellang/triflux/tfx-gemini
Install

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.

Any agent
npx skills add tellang/triflux --skill tfx-gemini
Clone the repo
git clone --depth 1 https://github.com/tellang/triflux

Made for: Claude Code.

Or install triflux, the plugin that ships this one along with the rest of its 29 skills, 1 agent, 12 hooks.

Wrote 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.

agentmods badge for tfx-gemini

README.md
[![agentmods](https://agentmods.dev/badge/skills/tellang/triflux/tfx-gemini/github.svg)](https://agentmods.dev/skills/tellang/triflux/tfx-gemini)
Your own site
<a href="https://agentmods.dev/skills/tellang/triflux/tfx-gemini"><img src="https://agentmods.dev/badge/skills/tellang/triflux/tfx-gemini/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.

agentmods 80×15 button for tfx-gemini

Your own site · 80×15
<a href="https://agentmods.dev/skills/tellang/triflux/tfx-gemini"><img src="https://agentmods.dev/badge/skills/tellang/triflux/tfx-gemini.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 294 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.00294
Opus 5 $0.00013 $0.00147
Sonnet 5 $0.00005 $0.00059
Haiku 4.5 $0.00003 $0.00029

Measured 10d ago against content hash 3149e43d9cf9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

tfx-gemini 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 10d 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.

packages/triflux/skills/tfx-workspace/skill-snapshot/tfx-gemini/SKILL.md · 31 lines

What it actually says

tfx-gemini (DEPRECATED -> Antigravity alias)

Gemini CLI 직접 실행은 금지입니다. 이 이름은 오래된 호출 호환성만 위해 남아 있으며 실제 실행은 Antigravity agy lane으로 수렴해야 합니다.

사용법

/tfx-auto "작업 설명" --cli antigravity
/tfx-gemini "작업 설명"  # deprecated compatibility alias

실행 규칙

  1. 신규 문서, 계획, wrapper, Native Teams teammate에는 gemini worker 이름을 만들지 않습니다.
  2. 호환 입력 gemini가 들어오면 antigravity로 정규화합니다.
  3. 실행은 tfx-route.sh를 통해 agy --print --dangerously-skip-permissions stdin 계약으로만 수행합니다.

필수 조건

  • Google Antigravity 설치
  • agy가 PATH에서 실행 가능
  • agy --help--print--dangerously-skip-permissions가 노출되어야 함
Changes

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.

  1. 10d ago First seen · 31 lines · 26 tokens per session scan A 3149e43d9cf9

Subscribe to this mod's changes

tfx-gemini is a skill published in the GitHub repository tellang/triflux (7 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 294 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

lucia-chat

Set two agent sessions talking through the Luciazero Agent Bus and watch it live in a terminal: pick the pair, open the windows, read the transcript. Use for "ให้ codex กับ claude คุยกัน" or "watch the bus".

ohm41321/luciazero · 55 tokens

ready

Make an unfamiliar repository agent-ready with a verify command, smoke tests, guardrails, and project notes. Use for repository setup, agentic engineering, verify commands, hooks, or allowlists; skip when verification and scope are already clear.

ohm41321/luciazero · 50 tokens

handoff

Write a state capsule so the next session — or a different agent/harness — can resume unfinished work without re-deriving context. Use when a session is ending with work incomplete, when the user says "handoff", "pack up", "ส่งต่อ", "continue tomorrow", when switching between Claude Code and Codex mid-task, or when…

ohm41321/luciazero · 86 tokens

done

Run the closeout ritual before handing back non-trivial work; full verification, revert-probe honesty, independent review, and scope reporting. Use before declaring completion, opening a PR, wrapping up a change, or "ปิดงาน".

ohm41321/luciazero · 50 tokens

retro

Record durable lessons, null results, and footguns after hard work or debugging. Use when the user asks for a retro, dead ends need preserving, a task disproves an approach, or "จดบทเรียน". Keep repo knowledge separate from machine-local memory.

ohm41321/luciazero · 55 tokens

show

Visualize code structure, changes, and verification evidence in the smallest useful view. Use for connections, flows, diffs, file maps, Mermaid diagrams, evidence maps, or focused HTML; show facts and label unknowns.

ohm41321/luciazero · 47 tokens