Skill Components
What are Skills?
Skills are standardized application integration templates provided by UpgradeLink. Each Skill has a unique URL link.
Usage Methods
Method 1: Browse Documentation
Browse the menu on the right to select the corresponding Skill type.
Method 2: AI-Assisted Integration (Recommended)
- Select the Skill link corresponding to your application type
- Send the link to AI (e.g., ChatGPT, Claude, etc.)
- AI will automatically read the content and guide you through integration
Supported Skill Types
| Application Type | Skill Link | Description |
|---|---|---|
| Tauri | /en/upgrade/skill/tauri | Tauri application auto-update |
| Electron | /en/upgrade/skill/electron | Electron application auto-update |
| Android | /en/upgrade/skill/android | Android application version upgrade |
| Url | /en/upgrade/skill/url | Web application version detection |
| File | /en/upgrade/skill/file | File distribution and upgrade |
| Configuration | /en/upgrade/skill/configuration | Configuration dynamic management |
AI Integration Example
User: Please help me integrate application upgrade
AI: What type of application are you using? (Tauri/Electron/Android, etc.)
User: I'm using a Tauri application, here's the Skill link
https://www.toolsetlink.com/en/upgrade/skill/tauri
AI: Okay, I'm reading the Tauri Skill content...
[AI accesses the link, retrieves configuration and code]
AI: I've identified your application type as Tauri.
Now starting to guide you through integration:
Step 1: Configure tauri.conf.json
Please add the following configuration to your tauri.conf.json file...