ide-chat
Control AI coding IDE chats (VS Code Claude Code, Cursor) from your phone. Open, send, scroll, switch tabs, manage history, accept/reject suggestions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Control AI coding IDE chats (VS Code Claude Code, Cursor) from your phone. Open, send, scroll, switch tabs, manage history, accept/reject suggestions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Advanced desktop automation tools - form filling, text extraction, cross-app copy, environment variables, system settings, app menus, package installation, and find-and-replace.
Cross-platform CLI command patterns, shell tips, and defensive construction techniques. Load when building shell commands, piping output, or working across Windows/macOS/Linux.
Document conversion and Office automation - convert between formats (PDF, CSV, PNG, HTML), work with Excel/Word/PowerPoint programmatically, and export documents across Windows, macOS, and Linux.
Instructions for creating and editing Contop skills. Load when user asks to make a skill, create a workflow, or teach you a new capability.
Web browsing strategies, Electron app automation, and search patterns. Load when performing web searches, browsing pages, or controlling Electron apps.
| name | ide-chat |
| description | Control AI coding IDE chats (VS Code Claude Code, Cursor) from your phone. Open, send, scroll, switch tabs, manage history, accept/reject suggestions. |
| version | 2.0.0 |
Use execute_skill to control AI coding IDE chat panels via keyboard shortcuts.
vscode-claude-open - Open Claude Code chat panelvscode-claude-send - Send a message in Claude Code (params: message)vscode-claude-new - Start a new Claude Code conversationvscode-claude-history - Open Claude Code chat history pickervscode-claude-accept - Accept Claude Code's pending suggestion/diffvscode-claude-reject - Reject Claude Code's pending suggestion/diffvscode-copilot-open - Open Copilot Chat panelvscode-copilot-send - Send a message in Copilot Chat (params: message)cursor-open - Open Cursor chat panelcursor-send - Send a message in Cursor chat (params: message)cursor-composer-open - Open Cursor Composercursor-composer-send - Send a message in Cursor Composer (params: message)cursor-accept - Accept Cursor's suggestioncursor-reject - Reject Cursor's suggestionide-scroll-up - Scroll the active editor/chat upide-scroll-down - Scroll the active editor/chat downide-next-tab - Switch to the next editor tabide-prev-tab - Switch to the previous editor tabide-close-tab - Close the current editor tabide-toggle-sidebar - Toggle the sidebar panelide-toggle-terminal - Toggle the integrated terminalide-save-file - Save the current fileWhen the user asks to: chat with Claude Code, send a message to Cursor/Copilot, open the AI chat, scroll through a conversation, switch between tabs, close a tab, accept or reject a code suggestion, open chat history, start a new conversation, or interact with their coding IDE's AI assistant.
execute_skill(skill_name="ide-chat", workflow_name="vscode-claude-open")execute_skill(skill_name="ide-chat", workflow_name="vscode-claude-send", params='{"message": "fix the tests"}')execute_skill(skill_name="ide-chat", workflow_name="vscode-claude-new")execute_skill(skill_name="ide-chat", workflow_name="vscode-claude-history")execute_skill(skill_name="ide-chat", workflow_name="vscode-claude-accept")execute_skill(skill_name="ide-chat", workflow_name="ide-scroll-up")execute_skill(skill_name="ide-chat", workflow_name="ide-next-tab")execute_skill(skill_name="ide-chat", workflow_name="ide-close-tab")