thinkinaixyz/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.
npx skills add https://github.com/ThinkInAIXYZ/deepchat --skill deepchat-settings
Use this skill to safely change DeepChat *application* settings during a conversation.
deepchat-settings SKILL.md activates this skill for the current conversation and exposes the deepchat_settings_* tools in the next tool loop iteration.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):
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.deepchat-settings skill document first so the skill becomes active for this conversation.deepchat_settings_toggledeepchat_settings_set_languagedeepchat_settings_set_themedeepchat_settings_set_font_sizedeepchat_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.Take thinkinaixyz/deepchat-settings from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.