Overview
- Skill Key
- gnh1201/jsrt-claw
- Author
- gnh1201
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gnh1201/jsrt-claw
- Latest Commit SHA
- 5a7f820c31d2294070d28e37b60aff51c64d80a0
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Jsrt Claw 技能。 若已安装,则直接安装 Jsrt Claw 技能。
# SKILL.md
## jsrt-claw
### Overview
**JSRT** enables control of a Windows system using the built-in **Microsoft JsRT (JavaScript Runtime)**.
Depending on the execution environment, Microsoft JsRT may be referred to as:
* `WSH`
* `Windows Scripting Host`
* `cscript`
* `jscript.dll`
On classic Windows systems, the JScript engine is implemented in **`jscript.dll`** (JScript 5.x). When running via `cscript` or `wscript`, this engine is typically used unless hosted by another environment.
This skill generates and executes a **single `.js` file** that interacts with Windows using COM objects and built-in scripting capabilities.
---
## Execution Flow
1. Create a **single JavaScript file** using all references described in this document.
2. Perform Windows operations using COM objects.
3. Execute the script:
```cmd
cscript YOUR_JS_FILE.js
```
---
## Available Windows Capabilities
### 1. File System Access
COM objects:
* `Scripting.FileSystemObject`
* `ADODB.Stream`
Typical usage:
* Reading and writing files
* Creating and deleting directories
* Handling text or binary streams
---
### 2. System & Runtime Information
COM objects and functions:
* `WScript.Shell`
* `WbemScripting.SWbemLocator`
* `GetObject`
Example:
```js
GetObject("winmgmts:{impersonationLevel=impersonate}!\\\\"
+ this.computer + "\\" + this.namespace);
```
Use cases:
* Executing Windows shell commands
* Querying WMI
* Retrieving system configuration
* Accessing environment variables
---
### 3. HTTP Communication
Possible COM objects (availability depends on installed MSXML/WinHTTP components):
* `Microsoft.XMLHTTP`
* `WinHttp.WinHttpRequest.5.1`
* `Msxml3.XMLHTTP`
* `Msxml2.XMLHTTP`
* `Msxml2.XMLHTTP.7.0`
* `Msxml2.XMLHTTP.6.0`
* `Msxml2.XMLHTTP.5.0`
* `Msxml2.XMLHTTP.4.0`
* `Msxml2.XMLHTTP.3.0`
* `Msxml2.XMLHTTP.2.6`
* `Msxml2.ServerXMLHTTP`
* `Msxml2.ServerXMLHTTP.6.0`
* `Msxml2.ServerXMLHTTP.5.0`
* `Msxml2.ServerXMLHTTP.4.0`
* `Msxml2.ServerXMLHTTP.3.0`
Fallback lo...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.