Official plugins maintained by the SYNAPSE core team.
This repository contains all official SYNAPSE plugins with guaranteed compatibility, security audits, and comprehensive support.
Repository: FTMahringer/Synapse-plugins (private)
Access: Available to all SYNAPSE users
Quality Standards: Strict code review and testing
- web-search - Search the web with multiple providers
- file-operations - Secure file system access
- code-execution - Sandboxed code execution
- api-client - HTTP/REST API integration
- developer-toolkit - Essential development tools
All official plugins are pre-installed with SYNAPSE but must be enabled per agent.
# Enable plugin for an agent
synapse agent update my-agent --enable-plugin web-search
# Install bundle
synapse bundle install developer-toolkitEach plugin follows this structure:
plugin-name/
├── README.md # Plugin documentation
├── plugin.yaml # Plugin metadata
├── src/ # Plugin source code
├── tests/ # Plugin tests
└── CHANGELOG.md # Version history
See SYNAPSE Documentation - Plugin Development for development guidelines.
All official plugins are licensed under MIT unless otherwise specified.
- Issues: https://github.com/FTMahringer/Synapse/issues
- Documentation: https://ftmahringer.github.io/Synapse/
- Discussions: https://github.com/FTMahringer/Synapse/discussions