feat(mac-desktop-autopilot): add macOS desktop automation skill#99
Open
mingqiangding888-art wants to merge 1 commit into
Open
feat(mac-desktop-autopilot): add macOS desktop automation skill#99mingqiangding888-art wants to merge 1 commit into
mingqiangding888-art wants to merge 1 commit into
Conversation
Add new skill for macOS local desktop automation: - Screenshot capture via screencapture - Mouse/keyboard control via pyautogui - File upload to CDN for phone sharing - OCR via screencapture + describe_images Triggers: 截图、截屏、控制电脑、发文件到手机
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.
What
Add a new
mac-desktop-autopilotskill for macOS local desktop automation.Why
This skill enables AI agents to:
screencapturepyautoguidescribe_imagesTriggers: 截图、截屏、控制电脑、发文件到手机、点一下、打开xxx、看看屏幕现在是什么
Changes
skills/mac-desktop-autopilot/SKILL.md— new skill fileREADME.md— added to skills table (Community)README_zh.md— added to skills table (Community)Differentiates from existing skills
Unlike existing skills which focus on coding/documents, this skill targets local desktop operations and file sharing for everyday productivity workflows.