Skip to main content

Overview

EnConvo features a powerful extension system with over 100 plugins. Extensions add new capabilities, integrate with external services, and customize EnConvo to your needs.
All EnConvo extensions are open source and available on GitHub.

Extension Categories

Productivity

ExtensionDescription
CalendarManage calendar events with AI
RemindersCreate and manage reminders
NotesAI-powered note-taking
TasksTask management integration
EmailDraft and manage emails

Development

ExtensionDescription
Code ExplainExplain code snippets
Code ReviewAI code review
DocumentationGenerate docs
GitGit operations assistance
TerminalTerminal command help

Writing

ExtensionDescription
GrammarGrammar and spelling check
StyleWriting style improvement
TranslateMulti-language translation
SummarizeContent summarization
ParaphraseRewrite content

Research

ExtensionDescription
Web SearchAI-powered web search
WikipediaWikipedia integration
ScholarAcademic paper search
NewsNews aggregation
DictionaryDefinitions and etymology

Media

ExtensionDescription
Image GenAI image generation
Image EditEdit images with AI
Video DownloadDownload online videos
Audio TranscribeTranscribe audio files
ScreenshotEnhanced screenshots

Utilities

ExtensionDescription
CalculatorAdvanced calculations
Unit ConvertUnit conversions
QR CodeGenerate QR codes
HashGenerate file hashes
UUIDGenerate UUIDs

Installing Extensions

From Extension Store

1

Open Extension Store

Settings → Extensions → Browse
2

Find Extension

Search or browse by category
3

Install

Click “Install” on the extension card
4

Configure (if needed)

Some extensions require API keys or settings

From GitHub

# Clone extension repository
git clone https://github.com/enconvo/extension-name

# Install in EnConvo
# Settings → Extensions → Install from folder

Using Extensions

In SmartBar

Use / prefix to access extensions:
/translate Hello world to Spanish
/code explain this function
/image a sunset over mountains
/summarize this article

In Workflows

Add extensions as workflow actions:
  1. Open workflow editor
  2. Drag extension from actions panel
  3. Configure parameters
  4. Connect to other actions

Quick Access

Pin frequently used extensions:
  1. Right-click extension in list
  2. Select “Pin to Quick Access”
  3. Access via ⌥ P quick panel

Extension Settings

Each extension may have its own settings:
  1. Settings → Extensions
  2. Click extension name
  3. Configure:
    • API keys
    • Default options
    • Keyboard shortcuts
    • Preferences

Translator

Translate text to 100+ languages with context awareness

Code Assistant

Explain, review, and improve code

Web Clipper

Save and summarize web content

Image Generator

Create images from descriptions

Extension Shortcuts

Set custom shortcuts for any extension:
  1. Settings → Extensions → [Extension]
  2. Click “Set Shortcut”
  3. Press your desired key combination
  4. Click “Save”

Managing Extensions

Disable/Enable

Toggle extensions without uninstalling:
  • Settings → Extensions → Toggle switch

Update

Update extensions when new versions are available:
  • Settings → Extensions → Updates → Update All

Uninstall

Remove extensions you no longer need:
  • Settings → Extensions → Right-click → Uninstall

Extension API Usage

Some extensions use external APIs and may:
  • Require your own API keys
  • Use EnConvo points
  • Have usage limits
Check extension details for requirements.

Next Steps