tdp-cli
Installation
SKILL.md
TDP CLI
This skill helps you use the tdp CLI tool (太极开发框架).
When to Use This Skill
Use this skill when the user:
- wants to list all plugins
- wants to install a plugin
- wants to remove a plugin
- wants to use/activate a plugin
- wants to start or stop a server
- wants to manage huggingface models or datasets
- wants to manage modelscope models
- wants to tag or version their project
- wants to unzip a file
- wants to initialize a project
What is the TDP CLI?
The TDP CLI (tdp) is 太极开发框架 (Taiji Development Framework).
Key commands:
tdp list- List all pluginstdp install <package>- Install a plugintdp remove <package>- Remove a plugintdp use <plugin>- Use/activate a plugintdp start <name>- Start a servertdp stop <name>- Stop a servertdp init- Initialize a projecttdp tag- Manage version tags (current|date|hash|next|show|write)tdp huggingface- Show huggingface models pathtdp huggingface-model <name>- Show specific huggingface model pathtdp huggingface-datasets <name>- Show huggingface datasets pathtdp modelscope- Show modelscope models pathtdp unzip <file>- Unzip a filetdp xf <file>- Extract a filetdp version- Show versiontdp libc- Show C library info
Example Usage
List all plugins:
tdp list
Install a plugin:
tdp install my_plugin.zip
Start a server:
tdp start my_server
Stop a server:
tdp stop my_server
Show version:
tdp version
Related skills