Clip web pages with a multi-tab browser, AI analysis templates, and content capture.
- Multi-tab embedded browser with pinned and temporary tabs.
- AI analysis templates for briefings, concept notes, insights, knowledge maps, and deep analysis.
- Quick Save for raw page content and selected text.
- YouTube metadata extraction for richer captured notes.
- Configurable AI providers, models, note templates, and pinned sites.
- Open Settings → Community plugins.
- Search for Star Gate.
- Install and enable the plugin.
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub release. - Create the plugin folder:
<vault>/.obsidian/plugins/stargate/. - Copy the downloaded files into that folder.
- Restart the app or reload plugins, then enable Star Gate in Community plugins.
git clone https://github.com/starhunt/stargate.git
cd stargate
npm install
npm run buildCopy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/stargate/.
- Enable Star Gate in Community plugins.
- Open the command palette or use the plugin ribbon/sidebar entry.
- Configure provider keys, folders, templates, or review options in plugin settings as needed.
- Run the relevant command for your workflow.
Open BrowserOpen Browser in New TabOpen AI AnalysisQuick Save (Raw Content)
Star Gate can load web pages that you open in its embedded browser. AI analysis uses only the providers and services you configure. The plugin does not collect telemetry.
This plugin is desktop-only because it uses desktop-only APIs.
MIT License. See LICENSE.