Accessing Community Actions
1
Open Local GPT Settings
Go to Obsidian Settings → Local GPT
2
Find Community Actions
Scroll to the “Community Actions” section
3
Click 'Browse Community Actions'
This opens the Community Actions modal
Browsing Actions
The Community Actions modal provides:Language Filter
Filter actions by language (English, Spanish, etc.)
Search
Fuzzy search across action names, descriptions, and prompts
Scoring
Actions are ranked by community reactions (upvotes)
Status Badges
See which actions are installed, modified, or have conflicts
Action Information
Each community action displays:- Name: The action’s title
- Description: What the action does (if provided)
- Author: Who created the action
- Score: Community rating based on reactions
- Tags: Whether the action replaces selected text
- Status: Installed, Modified, or Available
Installing Actions
1
Find an action
Browse or search for the action you want
2
Click 'Install'
The action will be added to your actions list
3
Use the action
Access it via the context menu or action palette
Automatic Updates
Community actions are automatically updated to the latest version when you browse the library.How Auto-Update Works
- When you open Community Actions, Local GPT fetches the latest versions
- Installed actions are compared with the community versions
- If a newer version exists and you haven’t modified the action, it updates automatically
- A status message shows how many actions were updated
Preventing Auto-Updates
To stick with a specific version or preserve your changes:Changing only the Name does NOT prevent auto-updates. You must modify the prompt or system prompt.
Action Status Badges
badge
Action is installed and up-to-date with the community version
badge
You’ve modified the action locally. Auto-updates are disabled.You can click “Update” to overwrite your changes with the community version.
badge
You have a different action with the same name. Installing will replace it.
Sharing Your Own Actions
You can contribute your actions to the community:1
Create your action
Build and test your action in Local GPT
2
Export the action
Click the copy button next to your action
3
Share on GitHub
Post your action in the Community Actions Discussion
Action Format
When you copy an action, it’s formatted like this:The
✂️ separator is used to delimit fields. Don’t remove it when sharing.Quick Add Actions
You can also paste community action strings directly into the Quick Add field:1
Copy an action string
Get the formatted action text from GitHub or another user
2
Open Local GPT Settings
Go to the Actions section
3
Paste into Quick Add
The action will be parsed and added automatically
Community Action Sources
Community actions are fetched from:- GitHub Discussions: Discussion #89
- Community reactions: Actions are scored based on positive/negative reactions
Scoring System
Actions are ranked by their score, calculated from GitHub reactions: Positive reactions (+1 each):- 👍 Thumbs up
- ❤️ Heart
- 🎉 Hooray
- 🚀 Rocket
- 👀 Eyes
- 😄 Laugh
- 👎 Thumbs down
- 😕 Confused
Search and Filter
Language Filtering
Actions are tagged by language. Select your preferred language from the dropdown to see relevant actions.Fuzzy Search
Search matches against:- Action name (highest priority)
- Description
- Prompt text
- System prompt
Troubleshooting
Actions not loading
Actions not loading
- Check your internet connection
- Click “Refresh” to retry fetching
- Cached actions will be used if available
Action won't install
Action won't install
- You may have a naming conflict
- Check if you already have an action with the same name
- The status badge will indicate conflicts
Auto-update not working
Auto-update not working
- Ensure you haven’t modified the action’s prompts
- Check that the action has the community badge
- Try refreshing the community actions list
Can't prevent updates
Can't prevent updates
- Make sure you modify the Prompt or System Prompt
- Changing only the name doesn’t disable updates
- The “Modified” badge should appear after editing
Next Steps
Creating Custom Actions
Learn how to create your own actions from scratch
Contributing
Contribute your actions to help the community