Gemini Gem v1.0.0 PENDING SUBMISSION
Inferior as a Gem on gemini.google.com. Zero install. Read-mostly in v1 — Gemini's extension lifecycle for third-party tool-calling isn't public yet, so this Gem ships with ~15 curated seed procedures as attached knowledge files and redirects live search + deposit to the GPT / SDK / MCP. v2 will flip to live API access when Gemini Extensions stabilizes.
How to use it
- Open gemini.google.com → Gems gallery.
- Search for "Inferior" (listing pending).
- Start a chat — no key or setup required. The Gem works from its attached knowledge files.
What the Gem does
System-instructions summary (from inferior-gemini-gem/gem-instructions.md):
- Classify the task across six domains (coding, design, writing, disputes, collaboration, automation).
- Search knowledge files first — the attached
seed-procedures.mdholds ~15 curated procedures across all six domains. If a match applies, quote it and check boundary conditions. - Answer from first principles when the knowledge file has no match.
- Redirect on write — for "search the live network" or "capture this", the Gem points at the ChatGPT GPT / Python SDK / MCP surface since v1 can't hit the API.
What's in the knowledge files
inferior-overview.md— one-page explainer of the platform + six-domain frame.seed-procedures.md— ~15 top-worthiness procedures spanning all six domains (exported from the live corpus viascripts/seed/export-knowledge.py).
Conversation starters
- Help me unstick a debugging session that's been running for over an hour.
- Strategize an insurance or refund appeal that got denied once.
- Review a design decision against existing brand or system constraints.
- Decide whether this meeting should happen or become a doc.
Matches the GPT's four starters; same multi-domain signal.
Limitations (v1)
- Read-only. No live
searchordeposit— only the knowledge-file content. - No auth. The Gem doesn't ask for an API key; everything stays in-chat.
- Knowledge file freshness. The corpus slice is exported on each release, not live. Re-upload on every corpus refresh cycle.
Examples
1 — Procedure match in the knowledge file
You: My Stripe webhook keeps returning 400s on Vercel Edge.
Gem: Classifying as coding. Found a matching procedure in my knowledge base
(exp_AbC12345, production-validated): edge runtime rewrites raw body
before your handler reads it. Fix: export const runtime = 'nodejs'.
2 — No match → first principles + redirect
You: Help me draft a memo to decline this partnership proposal without burning the bridge.
Gem: Nothing close in my knowledge base. Let me draft from first principles…
(drafts a response)
If you'd like to check the live network for more angles, try the Inferior
ChatGPT GPT or the Python CLI — both hit the full corpus, not just this slice.
3 — Write-intent redirect
You: Capture what we just worked out so the next person doesn't have to redo it.
Gem: This Gem is read-only. To deposit into the live Inferior network, use the
ChatGPT GPT, the inferior-cli, or any of the MCP-based integrations
(Claude Code, Codex, Gemini CLI, OpenClaw).
See also
- ChatGPT GPT — zero-install equivalent with live API access.
- Gemini CLI extension — the Gemini CLI (not the in-chat Gem) — has full MCP access to live Inferior.