cc-plugin
Claude Code plugin lifecycle management. cache - clean old cache versions (cleanup only — NOT for cache miss diagnosis) [cache.md], clustering - skill affinity scoring (coupling/de…
es6kr
@drumrobot
What This Skill Does
Manages the full lifecycle of Claude Code plugins: cache cleanup, skill affinity clustering for bundle recommendations, plugin authoring, local dev reflection, marketplace repo operations, HUD statusline configuration, and troubleshooting all plugin errors.
Replaces manual plugin folder management and error diagnosis by providing a single command set for cache cleanup, bundle clustering, and troubleshooting all plugin failures.
When to Use It
- Clean old plugin cache versions and temp directories to free disk space
- Score skill-to-skill affinity to recommend which plugins belong in a bundle
- Reflect local plugin changes into a marketplace clone for pre-push testing
- Configure OMC HUD statusline elements and omcLabel toggle
- Clone, list, or update marketplace repositories
- Diagnose and fix any plugin error including cache miss, load failure, or install failure
Install
$ openclaw skills install @drumrobot/cc-pluginPlugin
Claude Code plugin lifecycle management: create, install, update, cache, troubleshoot.
Topics
| Topic | Description | Guide |
|---|---|---|
| cache | Cleanup only — clean old plugin cache versions and temp directories. NOT for "cache miss" or load errors — use troubleshoot instead | cache.md |
| clustering | Score skill-to-skill affinity (coupling / shared external dep / hook-ownership gate) and recommend plugin bundle membership. Feeds into create | clustering.md |
| create | Plugin authoring guide (structure, plugin.json, components) | create.md |
| dev-reflect | Reflect a local dev source repo's plugin/skill changes into the registered marketplace clone for local testing before commit/push (helper: scripts/dev-reflect.sh) | dev-reflect.md |
| hud | OMC HUD statusline configuration: omcHud elements, omcLabel toggle, wrapper sed fallback, version compatibility | hud.md |
| marketplace | Clone, list, and update marketplace repositories | marketplace.md |
| troubleshoot | All plugin errors — cache miss, load errors, /reload-plugins errors, /doctor failures, installation failures, cache sync, HUD diagnostics | troubleshoot.md |
Routing rule (HARD STOP)
| User says | Topic |
|---|---|
| "cache miss", "cache error", "load error", "reload errors", "plugin not loading", "plugin not installed" | troubleshoot (NOT cache) |
| "cache cleanup", "old versions", "disk space", "remove temp_git_*" | cache |
cache.md only owns deletion of stale versions. Any diagnostic of "why isn't this plugin working" — including the literal phrase "cache miss" — routes to troubleshoot.md.
Paths
Marketplaces: ~/.claude/plugins/marketplaces/
Cache: ~/.claude/plugins/cache/<marketplace>/<plugin>/<version>/
Top skills in this category
google-slides
@byungkyuGoogle Slides API integration with managed OAuth. Create presentations, add slides, insert content, and manage slide formatting. Use this skill when users want to interact with Google Slides. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
google-workspace-admin
@byungkyuGoogle Workspace Admin SDK integration with managed OAuth. This is a write-capable administrative integration for users, groups, organizational units, roles, and domain settings. Only connect with a least-privileged Google admin account, restrict OAuth scopes to the specific resources needed, and revoke the connection after use. All write operations require explicit user approval showing the exact HTTP method, endpoint path, and target resource identifier before execution. Use this skill only when users need Google Workspace administration. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Gifgrep
@steipeteSearch GIF providers with CLI/TUI, download results, and extract stills/sheets.
Monday.com
@byungkyuMonday.com API integration with managed OAuth. Manage boards, items, columns, groups, and workspaces using GraphQL. Use this skill when users want to create, update, or query Monday.com boards and items, manage tasks, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Gaode Map JSAPI - 高德官方 JavaScript SDK Skill
@lbs-amap高德地图 JSAPI v2.0 (WebGL) 开发技能。涵盖地图生命周期管理、强制安全配置、3D 视图控制、覆盖物绘制及 LBS 服务集成。