← 返回 Skills 市场
diankourenxia

openclaw-with-vscode

作者 diankourenxia · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
354
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-with-vscode
功能描述
Bridge between OpenClaw and VS Code Copilot — dispatch coding tasks from any OpenClaw channel to VS Code for execution.
安全使用建议
This skill itself is a simple local forwarder and does not ask for secrets, but exercise caution before enabling it: 1) Verify the OpenClaw Chat VS Code extension is legitimate (marketplace publisher, source code, reviews). 2) Understand Copilot/Copilot Chat will contact GitHub services using your Copilot credentials — do not forward secrets or private keys in prompts. 3) The skill allows prompts that can cause file edits and run commands in your editor; require user confirmation for any destructive actions. 4) If you need stronger guarantees, avoid using this skill for sensitive code or inspect the extension behavior and logs (network calls) before trusting it. 5) If you want lower risk, restrict the agent so it cannot autonomously invoke the skill without explicit user approval.
功能分析
Type: OpenClaw Skill Name: openclaw-with-vscode Version: 1.0.0 The skill bundle facilitates a bridge to VS Code but contains a potential shell injection vulnerability in SKILL.md, where user-provided prompts are inserted into a curl command template without explicit sanitization instructions. It also directs the agent to perform high-privilege actions, such as installing a VS Code extension (wodeapp.openclaw-chat) and communicating with a local server on port 19836. While the traffic is restricted to localhost, the combination of high-privilege IDE access and the risk of command injection via the agent's execution of shell commands makes this bundle risky.
能力评估
Purpose & Capability
Name/description match the instructions: the skill is an instruction-only bridge that POSTs JSON to a local endpoint. Requiring curl and only local endpoints is proportionate to the stated purpose.
Instruction Scope
Instructions tell the agent to send arbitrary coding tasks to http://localhost:19836/trigger which will cause Copilot to 'edit files, run commands, create code, and more.' The doc does not constrain or validate what may be executed, nor does it require explicit user confirmation before dangerous actions. The SKILL.md also asserts 'All traffic is local' which is misleading because Copilot/ Copilot Chat will contact GitHub's services to process prompts, meaning user code/prompts can leave the machine and be sent to external servers.
Install Mechanism
Instruction-only skill with no install spec and only a recommendation to install a VS Code extension via the official marketplace. No code is downloaded by the skill itself.
Credentials
The skill requests no env vars or credentials, which is reasonable. However, it depends on the user's VS Code + Copilot auth (GitHub account and Copilot) implicitly; the SKILL.md fails to acknowledge that Copilot’s processing uses GitHub services and the user's GitHub credentials, which is relevant for privacy/credential exposure.
Persistence & Privilege
always:false and no install changes are fine. Be aware the platform default allows autonomous invocation; combined with the ability to forward arbitrary prompts that cause local edits/command execution, this increases blast radius if the agent is allowed to call the skill without per-action user confirmation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-with-vscode
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-with-vscode 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Integrates OpenClaw with VS Code Copilot to execute coding tasks locally. - Dispatch write, edit, review, or debug requests from OpenClaw directly to VS Code Copilot. - Utilizes local HTTP endpoints for all communication; no data is sent externally. - Includes setup instructions and workflow for task execution and result display. - Requires VS Code to be open with Copilot in Agent mode for full functionality. - Health check and endpoint details provided for troubleshooting.
元数据
Slug openclaw-with-vscode
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

openclaw-with-vscode 是什么?

Bridge between OpenClaw and VS Code Copilot — dispatch coding tasks from any OpenClaw channel to VS Code for execution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。

如何安装 openclaw-with-vscode?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-with-vscode」即可一键安装,无需额外配置。

openclaw-with-vscode 是免费的吗?

是的,openclaw-with-vscode 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclaw-with-vscode 支持哪些平台?

openclaw-with-vscode 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openclaw-with-vscode?

由 diankourenxia(@diankourenxia)开发并维护,当前版本 v1.0.0。

💬 留言讨论