Community-contributed plugins, packages, scripts, and lessons for gptme.
This repository contains:
plugins/- Extend gptme with custom functionality (gptme docs)packages/- Reusable Python packagesscripts/- Standalone scripts for automationlessons/- Shared lessons for prompts and workflows
Plugins extend gptme's capabilities with custom tools and hooks. See plugins/README.md for details.
| Plugin | Description |
|---|---|
| gptme-ace | ACE-inspired context optimization |
| gptme-attention-tracker | Attention routing + history tracking for context management |
| gptme-claude-code | Claude Code subagent integration |
| gptme-consortium | Multi-model consensus decision-making |
| gptme-gupp | Work persistence for session continuity |
| gptme-hooks-examples | Example hook implementations |
| gptme-imagen | Multi-provider image generation |
| gptme-lsp | Language Server Protocol integration |
| gptme-warpgrep | Enhanced search with Warp-style filtering |
| gptme-wrapped | Wrapped tool definitions for sandboxing |
Add to your gptme.toml:
[plugins]
paths = ["path/to/gptme-contrib/plugins"]
enabled = ["gptme_attention_tracker", "gptme_imagen"]Reusable Python packages. See packages/README.md.
| Package | Description |
|---|---|
| gptmail | Universal email system for AI agents |
| gptodo | Task management CLI and utilities |
| gptme_lessons_extras | Lesson validation and tools |
| gptme_runloops | Agent run loop patterns |
| gptme_contrib_lib | Shared utilities |
Standalone scripts for automation. See each directory's README for details.
| Directory | Description |
|---|---|
| github/ | GitHub context generation, repo status |
| twitter/ | Twitter automation and monitoring |
| discord/ | Discord bot integration |
| bluesky/ | Bluesky integration |
Shared lessons provide reusable prompts and workflow patterns. See lessons/README.md.
Some scripts require additional dependencies:
# Required for scripts with uv run shebangs
pipx install uv
# Install all packages
uv sync --all-packagesSee CONTRIBUTING.md for guidelines on contributing new tools, plugins, or lessons.
Plugins and packages here are community-contributed and may not be as mature or stable as core gptme functionality. They're a great place to experiment and share!
MIT License - feel free to use and modify as you like!