deepchat-settings

3
0
Source

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

mkdir -p .claude/skills/deepchat-settings && curl -L -o skill.zip "https://mcp.directory/api/skills/download/3294" && unzip -o skill.zip -d .claude/skills/deepchat-settings && rm skill.zip

Installs to .claude/skills/deepchat-settings

About this skill

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_control to keep context small.

Supported settings (initial allowlist)

Toggles:

  • soundEnabled: enable/disable sound effects.
  • copyWithCotEnabled: enable/disable copying COT details.

Enums:

  • language: DeepChat locale, including system, 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_open only when the request cannot be fulfilled by the settings tools, and avoid calling it if the change is already applied.
  • section hints: common, display, provider, mcp, prompt, acp, skills, knowledge-base, database, shortcut, about.

Workflow

  1. Confirm the user is requesting a DeepChat settings change.
  2. Determine the target setting and the intended value.
  3. 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
  4. Confirm back to the user what changed (include the final value).
  5. 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.
  6. 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 的字体"
  • "把电脑的声音关掉"

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.