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-plugin

Plugin

Claude Code plugin lifecycle management: create, install, update, cache, troubleshoot.

Topics

TopicDescriptionGuide
cacheCleanup only — clean old plugin cache versions and temp directories. NOT for "cache miss" or load errors — use troubleshoot insteadcache.md
clusteringScore skill-to-skill affinity (coupling / shared external dep / hook-ownership gate) and recommend plugin bundle membership. Feeds into createclustering.md
createPlugin authoring guide (structure, plugin.json, components)create.md
dev-reflectReflect 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
hudOMC HUD statusline configuration: omcHud elements, omcLabel toggle, wrapper sed fallback, version compatibilityhud.md
marketplaceClone, list, and update marketplace repositoriesmarketplace.md
troubleshootAll plugin errors — cache miss, load errors, /reload-plugins errors, /doctor failures, installation failures, cache sync, HUD diagnosticstroubleshoot.md

Routing rule (HARD STOP)

User saysTopic
"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

@byungkyu

Google 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.

3320k

google-workspace-admin

@byungkyu

Google 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.

2118k

Gifgrep

@steipete

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

720k

Monday.com

@byungkyu

Monday.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.

716k

Gaode Map JSAPI - 高德官方 JavaScript SDK Skill

@lbs-amap

高德地图 JSAPI v2.0 (WebGL) 开发技能。涵盖地图生命周期管理、强制安全配置、3D 视图控制、覆盖物绘制及 LBS 服务集成。

115.6k