Script Manager Pro is a Blender add-on from CemilBerk that provides a sidebar panel for managing and running external Python scripts. Scripts stored in a chosen folder appear in the panel, where each one can be run with a single click or opened in Blender's built-in Text Editor.
Beyond execution, the add-on lets you organize a script library. You can mark scripts as favorites and filter by them, add custom tags for categorization and filtering, and set friendly display names. Metadata edits happen inside the panel, and favorites, tags, and display names persist across sessions through a local JSON file. The developer describes it as helpful for running AI-generated or manual code snippets without building a new add-on each time.
Script Manager Pro runs on Blender 4.4 and newer, needs no external Python dependencies, and requires no network access. You set the scripts folder once in the preferences, and it is released under the GNU General Public License v3.0 or later.