claude.nagdy.me

Load a plugin from a URL

Use --plugin-url to fetch a plugin .zip archive from a URL for the current session without permanent installation.

bash
# Load a single plugin from a URL
claude --plugin-url https://example.com/plugins/my-plugin.zip

# Load multiple plugins from URLs
claude --plugin-url https://example.com/plugin-a.zip \
       --plugin-url https://example.com/plugin-b.zip
View Full Module