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 jxoesneon/Ciel --skill ciel-antigravity-lookupgit clone --depth 1 https://github.com/jxoesneon/CielWrote 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/jxoesneon/ciel/ciel-antigravity-lookup)<a href="https://agentmods.dev/skills/jxoesneon/ciel/ciel-antigravity-lookup"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-antigravity-lookup/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/skills/jxoesneon/ciel/ciel-antigravity-lookup"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-antigravity-lookup.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.00021 | $0.01578 |
| Opus 5 | $0.00010 | $0.00789 |
| Sonnet 5 | $0.00004 | $0.00316 |
| Haiku 4.5 | $0.00002 | $0.00158 |
Grade B, and why
ciel-antigravity-lookup 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
grep -li "monster hunter" ~/.gemini/antigravity*/conversations/*.db How it starts
The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Antigravity Conversation Lookup
When to Use
Load this skill whenever a conversation that happened inside the Google Antigravity IDE needs to be found or re-read on this Mac — e.g. "check the antigravity conversation …", "what did I discuss in Antigravity about X", a UUID reference with no visible transcript, or recovery of chat history after an update/crash. Triggers: the words antigravity + conversation/chat, a bare UUID that resolves nowhere else, or sidebar history loss.
Find and read Google Antigravity (Gemini IDE) conversations on macOS. Antigravity splits
storage into CONTENT (under ~/.gemini/) and UI INDEX (under ~/Library/Application Support/).
The .db conversations are plaintext SQLite — fully readable without keys.
Storage Map (verified on macOS, Aug 2026)
~/.gemini/antigravity/ # legacy app
├── conversations/{UUID}.db # FULL CHAT — plaintext SQLite (modern)
├── conversations/{UUID}.pb # older protobuf format (may be encrypted)
├── annotations/{UUID}.pbtxt # last-viewed timestamps only
└── brain/{UUID}/ # artifacts + logs for that chat
└── .system_generated/logs/transcript.jsonl # CLEAN full transcript (JSONL)
~/.gemini/antigravity-ide/ # newer split IDE app (same structure)
~/.gemini/antigravity-cli/ # CLI tool variant (same structure)
~/Library/Application Support/Antigravity/User/globalStorage/state.vscdb
# ItemTable keys:
# antigravityUnifiedStateSync.trajectorySummaries <- PRIMARY UI INDEX (base64 protobuf)
# chat.ChatSessionStore.index <- session index (can be emptied by crashes)
# IDE variant app dir: .../Antigravity IDE/...
Pitfall: searching Application Support alone finds only tab-id references — the actual
chat bodies live under ~/.gemini/. There are (at least) three content roots:
antigravity/, antigravity-ide/, and antigravity-cli/; a conversation can be in any of
them, so always glob ~/.gemini/antigravity*/conversations/.
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 Changed · +10 lines d1f70e6d18e3
- 12d ago First seen · 139 lines · 21 tokens per session scan B a6539715702e
ciel-antigravity-lookup is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 5d ago), licensed Apache-2.0. It adds 21 tokens to every session and 1,578 once invoked, about $0.0001 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-31.
Other skills, from other repositories
mindforge-check-todos
List pending todos and select one to work on.
mindforge-resume-work
Resume work from previous session with full context restoration.
mindforge-fast
Execute a trivial task inline — no subagents, no planning overhead.
mindforge-note
Zero-friction idea capture. Append, list, or promote notes to todos.
mindforge-pause-work
Create context handoff when pausing work mid-phase.
mindforge-update
Update MindForge to latest version with changelog display.