ciel-antigravity-lookup

ciel-antigravity-lookup is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 21 tokens per session (1,578 once invoked), scanned B, original, Apache-2.0.

A macOS lookup tool for finding and rereading conversations from Google Antigravity, an IDE with built-in Gemini chats. It searches saved conversations by UUID or keyword and reads the local conversation database.

In plain words
What is it for?
Use it to locate Antigravity conversations, search their text, or open a conversation when you have its UUID.
Why use it?
It helps recover or inspect chat history when a conversation is hard to find in the IDE interface or after an update or crash.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to locate Antigravity conversations, search their text, or open a conversation when you have its UUID.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/ciel-antigravity-lookup
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 jxoesneon/Ciel --skill ciel-antigravity-lookup
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

Made for: Claude Code, Codex.

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 ciel-antigravity-lookup

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxoesneon/ciel/ciel-antigravity-lookup/github.svg)](https://agentmods.dev/skills/jxoesneon/ciel/ciel-antigravity-lookup)
Your own site
<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.

agentmods 80×15 button for ciel-antigravity-lookup

Your own site · 80×15
<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>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,578 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00021 $0.01578
Opus 5 $0.00010 $0.00789
Sonnet 5 $0.00004 $0.00316
Haiku 4.5 $0.00002 $0.00158

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

Security

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
ciel.skill/ciel-antigravity-lookup/SKILL.md · 149 lines

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

Read the full file on GitHub · 149 lines

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. 4d ago Changed · +10 lines d1f70e6d18e3
  2. 12d ago First seen · 139 lines · 21 tokens per session scan B a6539715702e

Subscribe to this mod's changes

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.