tauri-app-clipboard
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Reading or writing clipboard content / 读写剪贴板内容
- Clipboard monitoring or images / 剪贴板监听或图像
- Reducing clipboard abuse risk / 降低剪贴板滥用风险
Trigger phrases include:
- "clipboard", "copy", "paste", "monitoring"
- "剪贴板", "复制", "粘贴", "监听"
How to use this skill
- Identify clipboard content types and user flows
- Configure clipboard plugin capabilities and scope
- Implement copy, paste, and change listeners carefully
- Restrict access to user-initiated actions only
Outputs
- Clipboard access policy / 剪贴板访问策略
- User-initiated flow checklist / 用户触发流程清单
Scope
- Boundary: Clipboard plugin usage only
- Key points: Permission control and user-initiated access
References
Keywords
tauri clipboard, copy, paste, permissions
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