computer-use
Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real…
Use DeepChat's bundled CLI control plane for model inference, image/video/speech generation, transcription, OCR, artifact inspection, public configuration, Skills, and MCP operations. Activate when a user asks to invoke DeepChat capabilities that are not already exposed as a
$ npx -y skills add ThinkInAIXYZ/deepchat --skill deepchat-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/deepchat-cliContext preview
The summary Claude sees to decide when to auto-load this skill.
Use DeepChat's bundled CLI control plane for model inference, image/video/speech generation, transcription, OCR, artifact inspection, public configuration, Skills, and MCP operations. Activate when a user asks to invoke DeepChat capabilities that are not already exposed as a
name: deepchat-cli description: Use DeepChat's bundled CLI control plane for model inference, image/video/speech generation, transcription, OCR, artifact inspection, public configuration, Skills, and MCP operations. Activate when a user asks to invoke DeepChat capabilities that are not already exposed as a more specific tool, compare models, run a benchmark, inspect DeepChat runtime state, or manage DeepChat through the CLI. allowedTools: - exec - process
Use the bundled `deepchat` command to ask the running DeepChat main process to perform supported operations. The main process remains the sole owner of providers, credentials, Skills, MCP servers, artifacts, Agent runs, and approvals.
`--timeout`, and all domain options after the domain and verb.
command substitution, environment assignments, or shell wrappers around `deepchat`.
an unquoted command.
only when its output will be returned directly to the user.
is injected only after the command has passed the normal shell permission check.
renderer approval; wait for that decision and never attempt to manufacture confirmation data.
insufficient. Do not probe undocumented routes.
with `artifact describe`.
cannot upload arbitrary local bytes, download artifact bytes, or choose output paths.
and waiting on its own currently executing run would deadlock it. Use `run get` for a nonblocking snapshot or `run cancel` to request cancellation.
application can render or reuse it.
deepchat system status --json deepchat system capabilities --json deepchat system doctor --json deepchat provider list --enabled-only --json deepchat model list --provider <provider-id> --json deepchat model config-get --provider <provider-id> --model <model-id> --json deepchat model invoke --provider <provider-id> --model <model-id> --prompt <quoted-text> --jsonl
Always discover provider and model IDs rather than guessing them. `model invoke` is a raw provider call: it does not create a chat session, run tools, or start an Agent loop.
deepchat image generate --provider <provider-id> --model <model-id> --prompt <quoted-text> --jsonl deepchat video generate --provider <provider-id> --model <model-id> --prompt <quoted-text> --jsonl deepchat audio speak --provider <provider-id> --model <model-id> --text <quoted-text> --jsonl deepchat audio transcribe --provider <provider-id> --model <model-id> --artifact <artifact-id> --json deepchat ocr status --json deepchat ocr extract --artifact <artifact-id> --json deepchat artifact describe --id <artifact-id> --json
Use the provider/model lists to choose a compatible runtime. OCR is local and does not require a provider. OCR text is returned inline and is not written to the artifact spool.
Read-only operations:
deepchat settings get --json deepchat skill list --json deepchat mcp list --json
Agent callers may request renderer approval for preference-only settings, query-free HTTPS Skill installation, and adding a new disabled HTTPS remote MCP configuration. Only perform one when it directly satisfies the user's request:
deepchat settings set --key <public-key> --value <json-scalar> --json deepchat skill install --url <https-url> --json deepchat mcp add --name <server-name> --stdin --json
The Agent setting allowlist is limited to presentation preferences such as font size/family, artifact effects, auto-scroll, notifications, and copy-with-reasoning. Agent Skill URLs cannot carry credentials, query parameters, or fragments. The main process classifies MCP input before approval and rejects stdio commands, non-HTTPS endpoints, headers, authorization bindings, or configurations too large to review safely. Provider/model configuration, credential writes, local Skill archives, Skill enable/disable/removal, MCP update/runtime control/removal, and every destructive operation require the DeepChat UI or a human terminal.
benchmark.
offline availability. `ocr clear-cache` initializes the resource graph but does not start the OCR helper, so classify the next extraction from its reported pre-extraction runtime state.
rate-limited and bounded by the main process.
🐬DeepChat - A smart assistant that connects powerful AI to your personal world
Drive native desktop apps through DeepChat's built-in Computer Use tools. Use when the user asks to operate, inspect, automate, or perform a GUI task in a real…
Use the Feishu/Lark plugin MCP tools for Feishu documents, spreadsheets, knowledge content, and other matching workspace operations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Comprehensive code review assistant that analyzes code quality, security, and best practices
DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g.,…
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…