clawdcursor

Category: Tools & Productivity | Uploader: AmrDabAmrDab | Downloads: 0 | Version: v1.0(Latest)

OS-level desktop automation tool server. 42 tools for controlling any application on Windows, macOS, and Linux. Model-agnostic — works with any AI that can do function calling via REST or MCP (Claude, GPT, Gemini, Llama, Mistral, or plain HTTP). No built-in LLM in serve/mcp mode. You are the brain. ClawdCursor is the hands.

Changelog: Source: GitHub https://github.com/AmrDab/clawdcursor

Directory Structure

Current level: tree/main/

  • 📁 .github/
    • 📁 workflows/
      • 📄 cross-platform.yml 756 B
  • 📁 docs/
    • 📁 v0.7.0/
      • 📄 index.html 30.6 KB
    • 📁 v0.7.2/
      • 📄 index.html 29.7 KB
    • 📁 v0.7.5/
      • 📄 index.html 31.3 KB
    • 📄 .nojekyll 1 B
    • 📄 ACCESSIBILITY-RESEARCH.md 31.1 KB
    • 📄 agent-guide.md 6.8 KB
    • 📄 AI-SHORTCUTS.md 1.3 KB
    • 📄 app-knowledge.md 21.3 KB
    • 📄 CNAME 16 B
    • 📄 favicon.svg 691 B
    • 📄 index.html 216 B
    • 📄 install.ps1 6.1 KB
    • 📄 install.sh 3.9 KB
    • 📄 MACOS-SETUP.md 7.9 KB
    • 📄 OPENCLAW-INTEGRATION-RECOMMENDATIONS.md 2.9 KB
    • 📄 shortcut-demo.md 777 B
  • 📁 guides/
    • 📄 ApplicationFrameHost.json 284 B
    • 📄 Discord.json 2.8 KB
    • 📄 EXCEL.json 18.2 KB
    • 📄 Figma.json 8.9 KB
    • 📄 msedge.json 1.8 KB
    • 📄 mspaint.json 2.6 KB
    • 📄 notepad.json 2.2 KB
    • 📄 olk.json 1.6 KB
    • 📄 README.md 1.9 KB
    • 📄 Slack.json 6.5 KB
    • 📄 Spotify.json 1.8 KB
  • 📁 perf/
    • 📁 patches/
      • 📄 01-screenshot-hash-cache.md 1.6 KB
      • 📄 02-parallel-fetch.md 604 B
      • 📄 03-a11y-cache.md 894 B
      • 📄 04-adaptive-vnc-wait.md 905 B
      • 📄 05-async-writes.md 368 B
      • 📄 06-exponential-backoff.md 300 B
    • 📄 apply-optimizations.ps1 1.2 KB
    • 📄 baseline-results.md 1.1 KB
    • 📄 perf-test.ts 22.4 KB
  • 📁 scripts/
    • 📁 linux/
      • 📄 ocr-recognize.py 4.5 KB
    • 📁 mac/
      • 📄 find-element.jxa 17.1 KB
      • 📄 find-element.sh 5.3 KB
      • 📄 focus-window.jxa 5.8 KB
      • 📄 get-focused-element.jxa 2.8 KB
      • 📄 get-foreground-window.jxa 2.9 KB
      • 📄 get-screen-context.jxa 6.5 KB
      • 📄 get-ui-tree.sh 4.3 KB
      • 📄 get-windows.jxa 4.2 KB
      • 📄 interact-element.sh 7.8 KB
      • 📄 invoke-element.jxa 11.5 KB
      • 📄 ocr-recognize.swift 3.9 KB
    • 📄 find-element.ps1 8.8 KB
    • 📄 focus-window.ps1 3.8 KB
    • 📄 get-foreground-window.ps1 2.0 KB
    • 📄 get-screen-context.ps1 6.1 KB
    • 📄 get-windows.ps1 2.2 KB
    • 📄 interact-element.ps1 16.4 KB
    • 📄 invoke-element.ps1 12.3 KB
    • 📄 ocr-recognize.ps1 4.1 KB
    • 📄 ps-bridge.ps1 23.5 KB
    • 📄 verify-install.js 2.2 KB
  • 📁 src/
    • 📁 __tests__/
      • 📄 accessibility-linux.test.ts 1.8 KB
      • 📄 action-router.test.ts 7.1 KB
      • 📄 coordinate-scaling.test.ts 3.2 KB
      • 📄 focus-window.test.ts 7.5 KB
      • 📄 llm-client.test.ts 1.9 KB
      • 📄 ocr-engine.test.ts 13.4 KB
      • 📄 provider-matrix.test.ts 11.3 KB
      • 📄 safety.test.ts 4.8 KB
      • 📄 shortcuts-tools.test.ts 9.5 KB
      • 📄 smart-tools.test.ts 15.6 KB
      • 📄 verifiers.test.ts 7.3 KB
    • 📁 tools/
      • 📄 a11y.ts 12.8 KB
      • 📄 cdp.ts 9.3 KB
      • 📄 desktop.ts 10.5 KB
      • 📄 index.ts 1.3 KB
      • 📄 ocr.ts 2.5 KB
      • 📄 orchestration.ts 8.7 KB
      • 📄 shortcuts.ts 6.4 KB
      • 📄 smart.ts 22.8 KB
      • 📄 types.ts 3.9 KB
    • 📄 a11y-click-resolver.ts 1.8 KB
    • 📄 a11y-reasoner.ts 68.1 KB
    • 📄 accessibility.ts 24.4 KB
    • 📄 action-router.ts 41.3 KB
    • 📄 action-verifier.ts 6.4 KB
    • 📄 agent.ts 79.9 KB
    • 📄 ai-brain.ts 14.5 KB
    • 📄 browser-config.ts 2.6 KB
    • 📄 browser-layer.ts 17.8 KB
    • 📄 cdp-driver.ts 40.8 KB
    • 📄 computer-use.ts 73.6 KB
    • 📄 credentials.ts 17.7 KB
    • 📄 dashboard.ts 26.2 KB
    • 📄 deterministic-flows.ts 15.6 KB
    • 📄 doctor.ts 59.9 KB
    • 📄 format.ts 970 B
    • 📄 generic-computer-use.ts 23.8 KB
    • 📄 guide-loader.ts 7.3 KB
    • 📄 guide-registry.ts 16.0 KB
    • 📄 index.ts 45.6 KB
    • 📄 keys.ts 2.6 KB
    • 📄 llm-client.ts 21.6 KB
    • 📄 local-parser.ts 10.2 KB
    • 📄 native-desktop.ts 26.7 KB
    • 📄 notification.ts 2.6 KB
    • 📄 ocr-engine.ts 12.2 KB
    • 📄 ocr-reasoner.ts 64.4 KB
    • 📄 onboarding.ts 8.3 KB
    • 📄 paths.ts 2.8 KB
    • 📄 postbuild.ts 945 B
    • 📄 providers.ts 28.8 KB
    • 📄 ps-runner.ts 5.6 KB
    • 📄 report.ts 12.7 KB
    • 📄 safe-json.ts 2.1 KB
    • 📄 safety.ts 3.0 KB
    • 📄 server.ts 19.4 KB
    • 📄 shortcuts.ts 17.7 KB
    • 📄 skill-cache.ts 9.4 KB
    • 📄 smart-interaction.ts 53.2 KB
    • 📄 snapshot-builder.ts 13.2 KB
    • 📄 task-classifier.ts 4.2 KB
    • 📄 task-logger.ts 7.9 KB
    • 📄 tool-server.ts 5.5 KB
    • 📄 types.ts 4.0 KB
    • 📄 ui-driver.ts 31.9 KB
    • 📄 ui-knowledge.ts 5.5 KB
    • 📄 verifiers.ts 15.9 KB
    • 📄 version.ts 584 B
    • 📄 workspace-state.ts 4.7 KB
  • 📁 tests/
    • 📄 credentials.test.ts 6.3 KB
    • 📄 shortcuts.test.ts 1.8 KB
    • 📄 smoke.test.ts 3.4 KB
    • 📄 test-loop.sh 3.7 KB
    • 📄 test-shortcuts.js 547 B
  • 📄 .env.example 424 B
  • 📄 .gitignore 121 B
  • 📄 CHANGELOG.md 26.0 KB
  • 📄 eslint.config.js 1.7 KB
  • 📄 LICENSE 1.0 KB
  • 📄 package-lock.json 240.7 KB
  • 📄 package.json 1.6 KB
  • 📄 README.md 25.0 KB
  • 📄 SKILL.md 17.2 KB
  • 📄 tsconfig.json 347 B
  • 📄 tsconfig.tests.json 150 B
  • 📄 V0.7.5-SPEC.md 5.2 KB
  • 📄 vitest.config.ts 325 B

SKILL.md

Login to download/like/favorite ❤ 179 | ★ 0
Comments 0

Please login before commenting.

Loading comments...