We're currently undergoing massive updates and changes to the core infrastructure of SystemSculpt. Website and plugin updates are occurring daily.

Setup

6 min read

Complete setup guide for SystemSculpt AI with all supported providers


Install SystemSculpt

  1. Open Obsidian Settings (click the gear icon ⚙️)
  2. Click "Community Plugins" on the left
  3. Click "Browse" and search for "SystemSculpt"
  4. Click "Install" then "Enable"
  5. You'll see a message square icon in your left sidebar

That's it! Now set up your AI provider.


Manual installation

⚠️ Only if the above doesn't work:

  1. Download the plugin

  2. Find your plugins folder

    • In your vault folder, find the hidden .obsidian folder
    • Inside that, find plugins folder
    • Create a new folder called systemsculpt-ai
  3. Install the files

    • Extract the zip file into the systemsculpt-ai folder
    • Restart Obsidian
  4. Enable the plugin

    • Go to Settings → Community Plugins
    • Find SystemSculpt and toggle it on

Choose your AI provider

Quick setup

ProviderSetup timeWhat you need
SystemSculpt AIInstantNothing - works right away
OpenAI2 minutesAn account at OpenAI (like ChatGPT)
Anthropic2 minutesAn account at Anthropic (Claude)
Ollama5 minutesFree software for your computer
OpenRouter2 minutesAn account at OpenRouter

Provider setup

SystemSculpt AI (easiest)

💡 Quick setup with premium models!

  1. Get your license key at systemsculpt.com
  2. Go to Settings → SystemSculpt → Setup
  3. Add your license key and save
  4. Click the model indicator button in any chat
  5. Select a SystemSculpt model and start chatting

Note: SystemSculpt AI requires a valid license key (monthly or lifetime)


OpenAI

  1. Get your secret key

  2. Add it to SystemSculpt

    • Open Settings in Obsidian
    • Find SystemSculpt → Providers → OpenAI
    • Paste your key and click Save
  3. Choose a model

    • In any chat, click the model name at the top
    • Pick an OpenAI model from the list

💰 Pricing: Usage-based pricing


Anthropic

  1. Get your secret key

  2. Add it to SystemSculpt

    • Open Settings in Obsidian
    • Find SystemSculpt → Providers → Anthropic
    • Paste your key and click Save
  3. Choose a model

    • In any chat, click the model name at the top
    • Pick a Claude model from the list

💰 Pricing: Pay per use


Local AI with Ollama (private & free)

  1. Install Ollama on your computer

  2. Get an AI model

    • Open Terminal (Mac) or Command Prompt (Windows)
    • Type: ollama pull [model-name] (replace with your chosen model)
    • Wait for it to download (like downloading an app)
  3. Connect to SystemSculpt

    • Open Settings in Obsidian
    • Find SystemSculpt → Providers → Ollama
    • Toggle it on
  4. Start using it

    • In any chat, select a local model
    • Everything stays on your computer!

📚 Getting started with local models:

  • Choose a general-purpose model for everyday chat
  • Try a specialized model for specific tasks like writing or coding
  • Start with smaller models if you have limited resources

OpenRouter

  1. Get your key

  2. Add it to SystemSculpt

    • Open Settings in Obsidian
    • Find SystemSculpt → Providers → OpenRouter
    • Paste your key and click Save
  3. Pick from many models

    • In any chat, you'll see many AI models to choose from
    • Try different ones to see what you like!

Verify installation

Quick test

  1. Click message square icon in sidebar
  2. Type "Hello!" and press Enter
  3. See AI response

🎉 Success! You're ready to use AI in Obsidian!

Troubleshooting

⚠️ Common issues and quick fixes:

IssueFix
No message square iconEnsure plugin is enabled in Settings → Community Plugins
"No models available"You need to add a provider first (see instructions above)
Chat won't openRestart Obsidian (close and reopen)
Key not workingMake sure you copied the whole key with no spaces

Mobile setup

iOS/Android

  1. Install Obsidian mobile app
  2. Open your vault
  3. Settings → Community Plugins → SystemSculpt
  4. Same provider setup as desktop
  5. Chat icon appears in sidebar

📝 Note: Some features limited on mobile (no local AI)


First-time configuration

Essential settings

Where chats are saved:

  • Settings → SystemSculpt → Directories
  • Look for "Chats Directory"
  • Default is SystemSculpt/Chats/ (this is fine for most people)

Safety settings:

  • Settings → SystemSculpt → Features
  • Agent Mode requires Pro license
  • When enabled, AI will ask permission before making changes

Settings for different users

🔬 If you're a researcher:

  • Turn on "Embeddings" for smart search (Pro feature)
  • This helps find related notes by meaning

✍️ If you're a writer:

  • Choose system prompt type in "AI Chat" settings
  • Select "General Use" or "Concise" presets

🛠️ If you want full control:

  • Check console logs for technical details
  • Create custom system prompts in markdown files

Next steps

New to AI?

Quick Start Guide - Your first chat in 3 steps

Ready to explore?

Need help?


Advanced installation

Beta versions (for testers)

If you want to try new features before they're released:

  1. Install the "BRAT" plugin from Community Plugins
  2. In BRAT settings, click "Add Beta Plugin"
  3. Paste: systemsculpt/obsidian-systemsculpt-ai
  4. Choose "beta" when asked

⚠️ Warning: Beta versions might have bugs!

Build from source

Bash
git clone https://github.com/systemsculpt/obsidian-systemsculpt-ai
cd obsidian-systemsculpt-ai
npm install
npm run build
# Copy to .obsidian/plugins/systemsculpt-ai/

Environment variables

For advanced users:

Bash
# Custom API endpoints
SYSTEMSCULPT_API_URL=https://your-endpoint.com

# Proxy configuration  
HTTPS_PROXY=http://proxy.company.com:8080

Uninstalling SystemSculpt

Bash
1. Settings Community Plugins
2. Find SystemSculpt AI Disable
3. Optional: Delete plugin folder
4. Your chats remain in vault (delete manually if needed)

Need help? Join our Discord or email mike@systemsculpt.com