Agent skill
deepchat-settings
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.
Install this agent skill to your Project
npx add-skill https://github.com/ThinkInAIXYZ/deepchat/tree/dev/resources/skills/deepchat-settings
SKILL.md
DeepChat Settings Modification Skill
Use this skill to safely change DeepChat application settings during a conversation.
Core rules
- Only change settings when the user is asking to change DeepChat settings.
- Use the dedicated settings tools; never attempt arbitrary key/value writes.
- These tools are intended to be available only when this skill is active; if they are missing, activate this skill via
skill_control. - If the request is ambiguous, ask a clarifying question before applying.
- For unsupported or high-risk settings (MCP, prompts, providers, API keys, paths): do not apply changes; instead explain where to change it and open Settings.
- After completing the settings task, deactivate this skill via
skill_controlto keep context small.
Supported settings (initial allowlist)
Toggles:
soundEnabled: enable/disable sound effects.copyWithCotEnabled: enable/disable copying COT details.
Enums:
language: DeepChat locale, includingsystem,zh-CN,en-US,zh-TW,zh-HK,ko-KR,ru-RU,ja-JP,fr-FR,fa-IR,pt-BR,da-DK,he-IL.theme:dark | light | system.fontSizeLevel: integer level within supported range.
Settings navigation (open-only):
- Use
deepchat_settings_openonly when the request cannot be fulfilled by the settings tools, and avoid calling it if the change is already applied. sectionhints:common,display,provider,mcp,prompt,acp,skills,knowledge-base,database,shortcut,about.
Workflow
- Confirm the user is requesting a DeepChat settings change.
- Determine the target setting and the intended value.
- If the setting is supported, call the matching tool:
- toggles:
deepchat_settings_toggle - language:
deepchat_settings_set_language - theme:
deepchat_settings_set_theme - font size:
deepchat_settings_set_font_size
- toggles:
- Confirm back to the user what changed (include the final value).
- If the setting is unsupported, call
deepchat_settings_open(withsection) and provide a short pointer to the correct Settings section. Do not call it if the requested change has already been applied. - Deactivate this skill via
skill_control.
Examples (activate this skill)
- "把主题改成深色"
- "Turn off sound effects"
- "语言改成英文"
- "复制时不要带 COT"
- "Open the MCP settings page"
- "Edit my prompts"
Examples (do NOT activate this skill)
- "把 Windows 的系统代理改成..."
- "帮我改 VS Code 的字体"
- "把电脑的声音关掉"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
git-commit
Generate well-formatted git commit messages following conventional commit standards
web-artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
code-review
Comprehensive code review assistant that analyzes code quality, security, and best practices
Didn't find tool you were looking for?