explaingit

reallygood83/obsigravity

11CSSAudience · writerComplexity · 3/5Setup · moderate

TLDR

An Obsidian desktop plugin that connects your note editor to the Antigravity AI tool, letting you generate images from notes, run slash commands for note management, and send tasks to Claude Code or Codex from a sidebar panel.

Mindmap

mindmap
  root((obsigravity))
    What it does
      Chat with active note
      Run AI tools in sidebar
    Core Features
      Image generation
      Note repair
      Note splitter
      Vault mapper
      Decision analysis
    AI Tools Routed
      Antigravity CLI
      Claude Code
      Codex
      Grok
    Collaboration
      Parallel task mode
      Side by side results
    Requirements
      Obsidian desktop
      Antigravity CLI
      Google sign-in
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Generate an AI image prompt from your active Obsidian note and embed the resulting image directly back into the note.

USE CASE 2

Split a long Obsidian note into smaller linked atomic notes automatically using the built-in slash command.

USE CASE 3

Send a task from your notes to Claude Code and Codex at the same time and compare their responses side by side.

USE CASE 4

Apply decision frameworks like first principles or devil's advocate to your current note content using the analysis slash command.

Tech stack

CSSJavaScriptObsidianAntigravity CLI

Getting it running

Difficulty · moderate Time to first run · 30min

Requires Antigravity CLI installed and signed in with a Google account before any plugin features are available.

In plain English

Obsigravity is a desktop plugin for Obsidian, the popular note-taking app, that connects it to an AI command-line tool called Antigravity (the agy command). The plugin adds a sidebar panel inside Obsidian where you can chat with Antigravity and have it work with your current note as context, without switching to a terminal window. The core feature in the first version is image generation from notes. You can ask Antigravity to draft a prompt based on your active note, review that prompt, and then generate a raster image that gets saved into your vault and embedded directly in the note. Video generation through a separate tool called Grok Build is also available as an experimental option. Text-to-speech audio is listed as a future feature, not yet enabled. The plugin ships with several built-in slash commands for note operations. These include a note repair tool, a command that splits long notes into smaller linked atomic notes, a vault mapping tool that charts connections and orphan notes in a folder, a skill-building tool, and a decision-analysis tool that can apply frameworks like devil's advocate, first principles, or a pros-and-cons matrix to the content of your active note. Obsigravity can also route tasks to other AI coding tools you have installed locally, including Claude Code, Codex, and Grok. A collaboration mode sends the same task to all three tools in parallel and shows the results side by side. The active note and any pinned notes are sent as context for each of these calls. Requirements are Obsidian desktop, the Antigravity CLI installed and signed in with a Google account, and Node.js for development builds. A settings page inside Obsidian handles CLI detection, Google sign-in, skill conversion from Claude Code, and model preference. The plugin is desktop-only and does not support Obsidian mobile.

Copy-paste prompts

Prompt 1
Walk me through setting up obsigravity: installing Antigravity CLI, signing in with a Google account, and getting the sidebar panel to appear in Obsidian.
Prompt 2
Using obsigravity, how do I generate an image from a fantasy scene I wrote in my Obsidian note and embed it directly in that note?
Prompt 3
How do I use obsigravity's collaboration mode to send a coding task to both Claude Code and Codex simultaneously and view their responses side by side?
Prompt 4
Show me what the vault mapper slash command in obsigravity produces and how to use the output to identify orphaned notes in my vault.
Open on GitHub → Explain another repo

← reallygood83 on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.