osctrl-desktop-automation

仓库创建 2026年6月24日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要脚本化本地 GUI 操作的自动化任务。

▸ 风险提示

需要本地输入控制权限,慎用并先获取上下文。

这个 Skill 做什么

通过 OSCTRL CLI 自动化桌面鼠标、键盘、截图与窗口管理。

用 OSCTRL CLI 来自动操控桌面:鼠标点击/拖拽、键盘输入、窗口聚焦/移动/截屏和剪贴板读写,适合做自动化测试、重复性操作或截图校验。每次执行鼠标动作前都会先获取上下文信息,确保不会盲点点击。最重要的安全规则是:任何鼠标操作前必须先调用 osctrl context,避免误点带来破坏。

▸ 展开 SKILL.md 英文原文

Use when automating desktop interactions via OSCTRL CLI - mouse, keyboard, screen capture, window management. ALWAYS get context before mouse operations.

自动化集成桌面自动化鼠标键盘截图通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/01000001-01001110--osctrl--skills/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/01000001-01001110--osctrl--skills/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# OSCTRL Desktop Automation Skill

## When to Use

- Automating mouse clicks, movements, drags
- Typing text or pressing keys programmatically
- Managing windows (focus, move, resize, minimize/maximize)
- Taking screenshots for verification
- Reading/writing clipboard
- Launching or listing processes

## Critical Rule

**ALWAYS call `osctrl context` before any mouse operation.** Never click blindly.

## Quick Reference

| Command                                 | Purpose                                        |
| --------------------------------------- | ---------------------------------------------- |
| `osctrl context`                        | Get screen size, mouse position, active window
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有