computer-use
Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real…
DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g., theme, language, font size...). Do NOT activate for OS/system settings, editor settings, or other apps.
$ npx -y skills add ThinkInAIXYZ/deepchat --skill deepchat-settings --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/deepchat-settingsContext preview
The summary Claude sees to decide when to auto-load this skill.
DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g., theme, language, font size...). Do NOT activate for OS/system settings, editor settings, or other apps.
name: deepchat-settings description: DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g., theme, language, font size...). Do NOT activate for OS/system settings, editor settings, or other apps. allowedTools: - deepchat_settings_toggle - deepchat_settings_set_language - deepchat_settings_set_theme - deepchat_settings_set_font_size - deepchat_settings_open
Use this skill to safely change DeepChat *application* settings during a conversation.
Toggles:
Enums:
Settings navigation (open-only):
1. Confirm the user is requesting a DeepChat settings change. 2. If the settings tools are not yet present, inspect the main `deepchat-settings` skill document first so the skill becomes active for this conversation. 3. Determine the target setting and the intended value. 4. If the setting is supported, call the matching tool:
5. Confirm back to the user what changed (include the final value). 6. If the setting is unsupported, call `deepchat_settings_open` (with `section`) and provide a short pointer to the correct Settings section. Do not call it if the requested change has already been applied.
🐬DeepChat - A smart assistant that connects powerful AI to your personal world
Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real…
Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Comprehensive code review assistant that analyzes code quality, security, and best practices
Use DeepChat's bundled CLI control plane for model inference, image/video/speech generation, transcription, OCR, artifact inspection, public configuration,…
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…