Add Claude Code skill for desktop GUI automation#1693
Open
tdimino wants to merge 1 commit intoopeninterpreter:mainfrom
Open
Add Claude Code skill for desktop GUI automation#1693tdimino wants to merge 1 commit intoopeninterpreter:mainfrom
tdimino wants to merge 1 commit intoopeninterpreter:mainfrom
Conversation
Add a community-contributed Claude Code skill that wraps Open Interpreter's Computer API (pyautogui, pytesseract) for desktop GUI automation. Provides standalone scripts for screenshot capture, mouse clicking (by coordinates or OCR text), keyboard input, and screen text detection. Three integration modes: - Library: Claude Code reasons from screenshots, dispatches actions via scripts - OS subprocess: delegates entire GUI tasks to OI's --os agent loop - Local agent: offline computer use via Ollama No changes to Open Interpreter's source code or package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a community-contributed Claude Code skill in
.claude/skills/open-interpreter/that wraps Open Interpreter's Computer API for desktop GUI automation. No changes to Open Interpreter's source code or package.What is this?
Claude Code reads
.claude/skills/directories for specialized capabilities (similar to how.github/configures GitHub Actions). This skill provides standalone Python scripts that wrap OI's pyautogui + pytesseract primitives — screenshot capture, mouse clicking (by coordinates or OCR text), keyboard input, and screen text detection.Three integration modes:
--osagent loopWhy contribute this upstream?
Open Interpreter gave us the foundation — the Computer API, OS Mode, and the pyautogui/pytesseract integration are all OI's work. This skill just makes that functionality accessible to Claude Code users working with the OI codebase. Felt right to offer it back rather than keep it in a separate repo.
What's included
Test plan
interpreter/package ortests/Built with Claudicle, an open-source soul agent framework.