← スキル一覧に戻る

local-computer-use
by LiamFuller07
Claude Code plugin marketplace for VM orchestration, browser automation, and activity tracking
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: local-computer-use description: This skill should be used when the user asks to "take a screenshot", "screenshot my screen", "click on my screen", "control my Mac", "automate my desktop", "type on my computer", "press keys", "move mouse", or discusses local desktop automation and screen capture. version: 1.0.0 allowed-tools: mcp__plugin_strawberry-terminal_local-computer-use__*
Local Computer Use Skill
This skill provides local Mac desktop control - screenshots, mouse, and keyboard automation.
When to Use
- Taking screenshots of the local Mac screen
- Clicking at coordinates on the local screen
- Typing text locally
- Pressing keyboard shortcuts
- Moving the mouse cursor
- Scrolling
- Checking accessibility permissions
Available Tools
local_screenshot- Capture the local Mac screenlocal_computer_action- Perform mouse/keyboard actions:left_click- Left click at coordinatesright_click- Right click at coordinatesdouble_click- Double clicktriple_click- Triple clickmouse_move- Move cursor to positionleft_click_drag- Click and dragtype- Type textkey- Press keyboard key with modifiersscroll- Scroll up/down/left/rightcursor_position- Get current cursor position
local_get_display_info- Get display resolution, scale factorlocal_check_permissions- Check accessibility permissions status
Requirements
The local computer use feature requires Accessibility permissions in macOS: System Settings > Privacy & Security > Accessibility
Example Usage
User: Take a screenshot of my screen
Assistant: [Uses local_screenshot]
User: Click on the Dock at position 500, 900
Assistant: [Uses local_computer_action with action="left_click", x=500, y=900]
User: Type "Hello World" in the current app
Assistant: [Uses local_computer_action with action="type", text="Hello World"]
User: Press Cmd+C to copy
Assistant: [Uses local_computer_action with action="key", key="c", modifiers=["cmd"]]
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です