Auto-GPT's official plugin repo still can't unzip itself
A curated bundle of first-party extensions and a directory of third-party add-ons that let Auto-GPT browse, tweet, trade, and email—if you trust the code.

What it does This repository hosts the official first-party plugins for Auto-GPT, covering search engines, social media clients, task planners, and API tools. It also catalogs third-party community plugins—from trading bots to Discord bridges—that extend what the autonomous agent can touch. In short, it is the closest thing Auto-GPT has to an app store.
The interesting bit
The README opens with a skull-and-crossbones warning that plugins execute arbitrary Python code and can steal your API keys, which is a refreshingly honest security posture. More practically, the project is mid-migration: new plugins can live unzipped in the plugins directory, but this very repository must still be zipped to function because its core plugins remain in the legacy format.
Key highlights
- First-party plugins include Bing/Baidu/Wikipedia search, Twitter/Bluesky/Telegram, email, news, WolframAlpha, and even astronaut trivia via the Astro plugin
- Third-party ecosystem spans Alpaca trading, MetaTrader, crypto, Google Analytics, Instagram, Mastodon, Discord, and Reddit integrations
- Community directory at
autoplugins.vercel.appmaintained by contributor @dylanintech - Configuration has shifted from
.envfiles to a dedicatedplugins_config.yaml, though legacy allowlist/denylist settings are deprecated and still functional - Plugin API is explicitly marked work-in-progress, with breaking changes expected
Caveats
- The core plugins in this repo still require the old zip format and will not work unzipped, despite the new format being available for other plugins
- Plugin API is unstable; developers should expect breaking changes in upcoming versions
- Plugins execute arbitrary Python code with your Auto-GPT privileges, making code review mandatory rather than optional
Verdict Worth a look if you’re already running Auto-GPT and want to extend its reach into search, social media, or trading APIs. Skip it if you’re not prepared to audit Python code from strangers or if you find the current zip-format limbo and shifting configuration schema too tedious.
Frequently asked
- What is Significant-Gravitas/Auto-GPT-Plugins?
- A curated bundle of first-party extensions and a directory of third-party add-ons that let Auto-GPT browse, tweet, trade, and email—if you trust the code.
- Is Auto-GPT-Plugins open source?
- Yes — Significant-Gravitas/Auto-GPT-Plugins is open source, released under the MIT license.
- What language is Auto-GPT-Plugins written in?
- Significant-Gravitas/Auto-GPT-Plugins is primarily written in Python.
- How popular is Auto-GPT-Plugins?
- Significant-Gravitas/Auto-GPT-Plugins has 3.8k stars on GitHub.
- Where can I find Auto-GPT-Plugins?
- Significant-Gravitas/Auto-GPT-Plugins is on GitHub at https://github.com/Significant-Gravitas/Auto-GPT-Plugins.