Cot CLI
This skill helps you use the cot to manage plugins.
When to Use This Skill
Use this skill when the user:
- list all plugins
- wants to install a plugin
- wants to remove a plugin
- wants to activate a plugin
- find where huggingface models are stored
- find where modelscope models are stored
- find cpu/os information
- unzip a file of .zip/.tar.gz/.tar.zst format
What is the Cot CLI?
The Cot CLI (cot) is Cross OS Toolkit for developers.
Key commands:
cot ls- List all pluginscot install <package>- Install a plugin from a filecot rm <package>- Remove a plugincot activate <package>- Activate a plugincot info- Show CPU and OS informationcot unzip <file>- Unzip a file of .zip formatcot xf <file>- Unzip a file of .tar.gz or .tar.zst formatcot hf- Show where huggingface models are storedcot md- Show where modelscope models are storedcot help- Show help information
Example Usage
List all plugins:
cot ls
Install a plugin:
cot install my_plugin.zip