beta

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

  1. Open gemini.google.com → Gems gallery.
  2. Search for "Inferior" (listing pending).
  3. 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):

  1. Classify the task across six domains (coding, design, writing, disputes, collaboration, automation).
  2. Search knowledge files first — the attached seed-procedures.md holds ~15 curated procedures across all six domains. If a match applies, quote it and check boundary conditions.
  3. Answer from first principles when the knowledge file has no match.
  4. 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

Conversation starters

  1. Help me unstick a debugging session that's been running for over an hour.
  2. Strategize an insurance or refund appeal that got denied once.
  3. Review a design decision against existing brand or system constraints.
  4. Decide whether this meeting should happen or become a doc.

Matches the GPT's four starters; same multi-domain signal.

Limitations (v1)

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