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.
pinned to #1882065updated 2 weeks ago
Ask your AI client: “install skills/deepchat-settings”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/deepchat-settingsmetahub onboarded this repo on the author's behalf.
If you own github.com/ThinkInAIXYZ/deepchat on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
6,091
Last commit
2 weeks ago
Latest release
published
- #agent
- #agent-skills
- #ai
- #ai-assistant
- #ai-sdk
- #chatgpt
- #claude
- #cross-platform
- #deepseek
- #electron
- #gemini
- #harness-design
- #hermes-agent
- #llm-client
- #mcp
- #mcp-client
- #openai-client
- #openclaw
About this skill
Pulled from SKILL.md at publish time.
Use this skill to safely change DeepChat *application* settings during a conversation.
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.1882065· 2 weeks ago
Kind-specific
31Skill: SKILL.md present
found at resources/skills/deepchat-settings/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
420 words · 2,661 chars · 5 sections
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrent1882065warn2 weeks ago
Contents
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.
- Viewing the main
deepchat-settingsSKILL.mdactivates this skill for the current conversation and exposes thedeepchat_settings_*tools in the next tool loop iteration. - Viewing linked files under this skill does not activate the skill.
- 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.
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.
- If the settings tools are not yet present, inspect the main
deepchat-settingsskill document first so the skill becomes active for this conversation. - 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.
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 的字体"
- "把电脑的声音关掉"
Reviews
No reviews yet. Be the first.
Related
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Gpt Researcher
An autonomous agent that conducts deep research on any data using any LLM providers
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
mh install skills/deepchat-settings