tauri-app-deep-linking
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Deep links or custom URL schemes / 深链或自定义 URL Scheme
- Routing external URLs to the app / 外部 URL 路由到应用
- Secure handling for external input / 外部输入安全处理
Trigger phrases include:
- "deep link", "url scheme", "app link", "routing"
- "深链", "URL Scheme", "应用链接", "路由"
How to use this skill
- Define supported schemes and link patterns
- Configure deep-linking plugin and OS registration
- Validate and sanitize all external link payloads
- Route parameters to frontend with single-instance support
Outputs
- Deep-linking registration and routing plan / 深链注册与路由方案
- Input validation checklist / 输入校验清单
Scope
- Boundary: Deep-linking registration and handling
- Key points: Input validation and single-instance integration
References
Keywords
tauri deep linking, url scheme, routing, security
Related skills
More from partme-ai/tauri-skills
tauri
Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
1tauri-app-positioner
Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
1tauri-app-nfc
Guidance for Tauri v2 NFC plugin with session handling and data validation.
1tauri-build
Guidance for Tauri v2 production builds, signing, and distribution artifacts.
1tauri-app-shell
Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
1tauri-app-store
Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
1