🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

dimcode-linux-arm64

Package Overview
Dependencies
Maintainers
3
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dimcode-linux-arm64 - npm Package Compare versions

Comparing version
0.2.10
to
0.2.11-beta.0
+34
bin/skills-assets/ComputerUse/SKILL.md
---
name: ComputerUse
description: Drive the user's desktop GUI through DimAgent's built-in CUA Driver MCP tools. Use when the user asks to operate a native app, click/type/scroll in another application, inspect desktop windows, or automate a visible GUI workflow from Desktop.
---
# Computer Use
Use this skill only in DimAgent Desktop. The CUA Driver runtime and MCP server
are owned by the Desktop app; do not install, update, or launch a separate
`cua-driver` binary yourself.
## Tool Selection
Use the built-in MCP tools from the `cua-driver` server. If no CUA Driver tools
are available, tell the user to enable the Computer Use plugin in Desktop
Settings > Plugins&MCP.
## Workflow
1. Inspect state first. Use the CUA tools to list apps/windows or read the
target window state before taking an action.
2. Act with the most specific target available. Prefer element/window scoped
actions over broad screen coordinates when the tool surface gives both.
3. Verify after every action by reading the window state again.
4. Report uncertainty when the post-action state does not prove the requested
change happened.
## Desktop Rules
- Do not bring another app to the foreground unless the user explicitly asks.
- Do not use shell shims such as `open`, `osascript`, `cliclick`, or
platform-specific input hacks for GUI control while CUA tools are available.
- On macOS, Accessibility and Screen Recording permission must belong to
`com.dimagent.cua1`; the Desktop plugin settings own that authorization flow.
+1
-1
{
"name": "dimcode-linux-arm64",
"version": "0.2.10",
"version": "0.2.11-beta.0",
"description": "dimcode binary for Linux ARM64",

@@ -5,0 +5,0 @@ "os": [

Sorry, the diff of this file is not supported yet