← Back to Skills Marketplace
xiaoyaner0201

VS Code Node

by xiaoyaner0201 · GitHub ↗ · v1.0.2
cross-platform ⚠ suspicious
1000
Downloads
1
Stars
5
Active Installs
4
Versions
Install in OpenClaw
/install vscode-node
Description
Operate on code through a VS Code/Cursor IDE connected as an OpenClaw Node. Provides 40+ commands for file operations, language intelligence, git, testing, d...
Usage Guidance
This skill appears to do what it says, but before installing: (1) verify and review the referenced VS Code extension and GitHub repo (the SKILL.md links to github.com/xiaoyaner-home/openclaw-vscode) to ensure you trust the extension code; (2) keep the IDE terminal disabled unless you explicitly need it and strictly whitelist only the node commands required; (3) confirm the Gateway's allowCommands whitelist and per-device approvals so the node cannot be invoked unexpectedly; (4) be cautious when using the 'vscode.agent.run' delegation — it can make broad edits or run tests in your workspace, so avoid running it on sensitive repositories without review; (5) if possible, test in a disposable workspace or VM first; and (6) clarify the small metadata mismatch about the 'nodes' tool requirement with the skill author or registry before production use.
Capability Analysis
Type: OpenClaw Skill Name: vscode-node Version: 1.0.2 This skill is classified as suspicious due to its inherent high-risk capabilities, despite documented security controls. The `SKILL.md` file describes commands like `vscode.terminal.run` (allowing arbitrary command execution), `vscode.file.write`, and `vscode.file.delete` (allowing file system manipulation). While the documentation explicitly states that `vscode.terminal.run` is 'disabled by default, whitelist-only when enabled' and that 'All paths are relative to workspace root — absolute paths and `../` blocked', these capabilities, if misconfigured or if the whitelisting is too permissive, could lead to remote code execution or data loss. There is no evidence of malicious intent or prompt injection attempts within the `SKILL.md` itself, but the power of the exposed commands warrants a 'suspicious' classification.
Capability Assessment
Purpose & Capability
The SKILL.md describes a VS Code/Cursor Node controller and references the 'nodes' tool and an openclaw-node-vscode extension — this matches the skill name and description. Minor inconsistency: the registry metadata in the top-level summary indicated 'Required binaries: none', while SKILL.md metadata declares a requirement for the 'nodes' tool; that mismatch should be clarified but is plausible (the skill is instruction-only and expects the platform to provide the nodes capability).
Instruction Scope
Instructions are focused on invoking node commands (file read/write, language features, git, test, debug, and delegating to a Cursor Agent). Paths are stated to be workspace-relative and terminal execution is explicitly disabled by default. The only broader capability is delegation to a Cursor Agent (vscode.agent.run), which can perform multi-step coding actions — this is within the stated purpose but operators should be aware it can run complex edits and tests.
Install Mechanism
No install spec or code files are present; the skill is instruction-only and does not download or install software itself, reducing install-time risk.
Credentials
The skill declares no required environment variables, secrets, or config paths. The instructions reference gateway configuration (allowCommands, nodes status) but do not request unrelated credentials or system-wide secrets.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges. It does rely on Gateway approval and per-device Ed25519 identities, which is consistent with its remote-control role.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vscode-node
  3. After installation, invoke the skill by name or use /vscode-node
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Fix ClawHub URLs to correct /{owner}/{slug} format
v1.0.1
Add cross-references to VS Code extension and cursor-ide-agent skill
v1.0.0
Initial release: 40+ IDE commands via OpenClaw Node protocol
v0.2.0
Initial release: 40+ commands for file ops, language intelligence, git, testing, debugging, and Cursor Agent CLI via OpenClaw Node protocol
Metadata
Slug vscode-node
Version 1.0.2
License
All-time Installs 5
Active Installs 5
Total Versions 4
Frequently Asked Questions

What is VS Code Node?

Operate on code through a VS Code/Cursor IDE connected as an OpenClaw Node. Provides 40+ commands for file operations, language intelligence, git, testing, d... It is an AI Agent Skill for Claude Code / OpenClaw, with 1000 downloads so far.

How do I install VS Code Node?

Run "/install vscode-node" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is VS Code Node free?

Yes, VS Code Node is completely free (open-source). You can download, install and use it at no cost.

Which platforms does VS Code Node support?

VS Code Node is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created VS Code Node?

It is built and maintained by xiaoyaner0201 (@xiaoyaner0201); the current version is v1.0.2.

💬 Comments