Get the FREE Ultimate OpenClaw Setup Guide →

deepchat-settings

npx machina-cli add skill ThinkInAIXYZ/deepchat/deepchat-settings --openclaw
Files (1)
SKILL.md
3.0 KB

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 的字体"
  • "把电脑的声音关掉"

Source

git clone https://github.com/ThinkInAIXYZ/deepchat/blob/dev/resources/skills/deepchat-settings/SKILL.mdView on GitHub

Overview

DeepChat Settings Modification helps you adjust the app’s own preferences (theme, language, font size, and more) during a chat. It activates only when you explicitly request changes to DeepChat’s settings, and uses dedicated tools to keep changes scoped and safe.

How This Skill Works

When you request a DeepChat setting change, the skill confirms the target setting and value, then invokes the corresponding tool (toggle, set_language, set_theme, or set_font_size) to apply it. If the request is unsupported, it opens the appropriate Settings section to guide you. After completion, the skill is deactivated to keep context small.

When to Use It

  • Change the DeepChat theme to dark, light, or system
  • Switch DeepChat language (e.g., en-US, zh-CN)
  • Turn DeepChat sound effects on or off
  • Adjust DeepChat font size level
  • Open the DeepChat settings page to review options

Quick Start

  1. Step 1: Clarify which DeepChat setting to change (theme, language, font size, etc.)
  2. Step 2: Apply the change using the appropriate tool (set_theme, set_language, set_font_size, or toggle)
  3. Step 3: Confirm the final value and let the skill deactivate

Best Practices

  • Confirm the exact setting and desired value before applying
  • Use dedicated tools for changes rather than freeform edits
  • Avoid changing multiple settings in a single request and confirm each change
  • Be mindful of UI/UX implications of theme and font size
  • If unsure, open Settings and guide the user to the correct section

Example Use Cases

  • 把主题改成深色
  • Turn off sound effects
  • 语言改成英文
  • 复制时不要带 COT
  • Open the DeepChat settings page

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers