Expand description
Plugin utilities - ported from ~/claudecode/openclaudecode/src/utils/plugins/
This module provides plugin marketplace types, loading, installation, and management.
Re-exports§
pub use loader::cache_plugin;pub use loader::clear_plugin_cache;pub use loader::get_known_marketplace_names;pub use loader::get_marketplace_cache_only;pub use loader::get_plugin_by_id_cache_only;pub use loader::get_plugin_cache_path;pub use loader::get_versioned_cache_path;pub use loader::get_versioned_zip_cache_path;pub use loader::load_all_plugins;pub use loader::load_all_plugins_cache_only;pub use loader::parse_plugin_identifier;pub use types::KnownMarketplace;pub use types::KnownMarketplacesFile;pub use types::PluginId;pub use types::PluginMarketplace;pub use types::PluginMarketplaceEntry;pub use types::PluginMarketplaceMetadata;pub use types::PluginMarketplaceOwner;pub use types::PluginSource;
Modules§
- add_
dir_ plugin_ settings - cache_
utils - dependency_
resolver - fetch_
telemetry - frontmatter_
parser - Frontmatter parser for plugin markdown files.
- git_
availability - headless_
plugin_ install - hint_
recommendation - install_
counts - installed_
plugins_ manager - load_
plugin_ agents - load_
plugin_ commands - load_
plugin_ hooks - load_
plugin_ output_ styles - loader
- Plugin loader - cache-only loading functions
- lsp_
plugin_ integration - lsp_
recommendation - managed_
plugins - marketplace_
helpers - marketplace_
manager - mcp_
plugin_ integration - mcpb_
handler - official_
marketplace - official_
marketplace_ gcs - official_
marketplace_ startup_ check - orphaned_
plugin_ filter - parse_
marketplace_ input - plugin_
autoupdate - plugin_
blocklist - plugin_
directories - plugin_
flagging - plugin_
identifier - plugin_
installation_ helpers - plugin_
options_ storage - plugin_
policy - plugin_
startup_ check - plugin_
versioning - reconciler
- refresh
- schemas
- types
- Plugin types - ported from ~/claudecode/openclaudecode/src/utils/plugins/schemas.ts
- validate_
plugin - walk_
plugin_ markdown - zip_
cache - zip_
cache_ adapters