← Back to Skills Marketplace
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cc-plugin
Description
Claude Code plugin lifecycle management. cache - clean old plugin cache versions [cache.md], create - plugin authoring guide (structure, plugin.json, compone...
README (SKILL.md)
Plugin
Claude Code plugin lifecycle management: create, install, update, cache, troubleshoot.
Topics
| Topic | Description | Guide |
|---|---|---|
| cache | Clean old plugin cache versions and temp directories | cache.md |
| create | Plugin authoring guide (structure, plugin.json, components) | create.md |
| marketplace | Clone, list, and update marketplace repositories | marketplace.md |
| troubleshoot | Installation failures, cache sync, HUD diagnostics | troubleshoot.md |
Paths
Marketplaces: ~/.claude/plugins/marketplaces/
Cache: ~/.claude/plugins/cache/\x3Cmarketplace>/\x3Cplugin>/\x3Cversion>/
Usage Guidance
Install only if you want Claude to help manage local Claude Code plugin files. Use dry-run before cache cleanup, review marketplace repositories before clone or pull, and run npm build commands only for plugins you trust.
Capability Analysis
Type: OpenClaw Skill
Name: cc-plugin
Version: 0.1.0
The bundle provides legitimate utility for managing Claude Code plugin lifecycles, including cache maintenance, marketplace cloning via git, and troubleshooting. The 'scripts/cache-cleanup.sh' script safely removes old versions of plugins from a specific application directory (~/.claude/plugins/cache), and the documentation (marketplace.md, troubleshoot.md) provides standard development workflows such as git operations and npm builds. No indicators of exfiltration, persistence, or malicious intent were found.
Capability Assessment
Purpose & Capability
The artifacts consistently describe Claude Code plugin lifecycle management: creating plugins, managing marketplaces, cleaning cache directories, and troubleshooting installs.
Instruction Scope
The guides provide user-run shell commands for git clone/pull, copying plugin components, npm build steps, and cache deletion; these are purpose-aligned but can modify the local Claude plugin environment.
Install Mechanism
There is no install spec and the skill is mostly instructional, but it includes a helper shell script and references git/npm commands that users should run only when intended.
Credentials
Operations are scoped to ~/.claude/plugins paths, which fits the stated purpose, but they can delete cached plugin versions and update local marketplace repositories.
Persistence & Privilege
Marketplace and cache changes persist across Claude Code sessions and are loaded after restart; no credentials, hidden background service, or privilege escalation is shown.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cc-plugin - After installation, invoke the skill by name or use
/cc-plugin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: merged marketplace-manager + cache-cleanup + plugin-writer + troubleshoot
Metadata
Frequently Asked Questions
What is CC Plugin?
Claude Code plugin lifecycle management. cache - clean old plugin cache versions [cache.md], create - plugin authoring guide (structure, plugin.json, compone... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.
How do I install CC Plugin?
Run "/install cc-plugin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CC Plugin free?
Yes, CC Plugin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does CC Plugin support?
CC Plugin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created CC Plugin?
It is built and maintained by es6kr (@drumrobot); the current version is v0.1.0.
More Skills