Session Plugins from URLs#
What's wrong with this entry?
You can now load a session-only plugin directly from a remote .zip URL.
claude --plugin-url https://example.com/my-plugin.zip
claude --plugin-url https://example.com/a.zip --plugin-url https://example.com/b.zip--plugin-urlis repeatable, like--plugin-dir.- Claude Code fetches the plugin archive, enforces a maximum archive size, extracts it, and loads it only for the current session.
- If re-fetching fails but a cached copy exists, Claude Code can reuse the cached archive.
/doctornow labels these asSession-only plugins (--plugin-dir / --plugin-url).
New CLI option and help text (search for "Fetch a plugin .zip from a URL for this session only (repeatable: --plugin-url A --plugin-url B)")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.