README file from
GithubStarCloud Studio
Create AI-powered knowledge posters, slide decks, and audio from your notes, with Google Drive export.
Features
- Generate knowledge posters and infographic-style images from notes.
- Create HTML slides and PPTX slide decks.
- Generate speech scripts and audio with TTS workflows.
- Upload generated files to Google Drive with organized folders.
- Use multiple AI providers including OpenAI, Gemini, Anthropic, xAI, and GLM.
Installation
From Community Plugins
- Open Settings → Community plugins.
- Search for StarCloud Studio.
- Install and enable the plugin.
Manual installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest GitHub release. - Create the plugin folder:
<vault>/.obsidian/plugins/starcloud-studio/. - Copy the downloaded files into that folder.
- Restart the app or reload plugins, then enable StarCloud Studio in Community plugins.
Build from source
git clone https://github.com/starhunt/starcloud-studio.git
cd starcloud-studio
npm install
npm run build
Copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/starcloud-studio/.
Usage
- Enable StarCloud Studio 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.
Commands
Generate Knowledge PosterGenerate SlideGenerate SpeechConnect to Google Drive
Privacy and network use
StarCloud Studio sends selected note content only to the AI providers and Google services that you configure. API keys and OAuth settings are stored locally in plugin settings. The plugin does not collect telemetry.
Platform
This plugin is desktop-only because it uses desktop-only APIs.
License
MIT License. See LICENSE.