Skip to main content

Plugins

Magus ships 21 plugins across three marketplaces. They are separate: adding one does not give you the others, and a plugin's ID always names the marketplace it came from.

MarketplacePluginsCarries
Core magus16Development tooling: code analysis, terminal control, browser automation, task management, and language toolkits.
Marketing magus-marketing5Content and outreach: SEO, image and video generation, cold email.
Alpha magus-alpha1Experimental. Interfaces change without notice, and a plugin may be withdrawn.

Getting them

claudeup manages plugins, the MCP servers and binaries they depend on, skills, and CLI tools. It lists these marketplaces before you add them and registers whichever you pick:

bun add -g claudeup
claudeup

For a team, pin the plugins in .claude/profiles.json and everyone runs claudeup install — see Teams and profiles.

The same name on two marketplaces

A plugin id carries the marketplace it came from — dev@magus, seo@magus-marketing — so the same short name can exist on more than one without ambiguity. claudeup shows you which is which, and you rarely have to type an id at all.

Advanced Usage covers global installs, version pinning and updates.