Screen Click Skill (屏幕点击)

## 描述

12 stars

Best use case

Screen Click Skill (屏幕点击) is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## 描述

Teams using Screen Click Skill (屏幕点击) should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/screen-click/SKILL.md --create-dirs "https://raw.githubusercontent.com/lotosbin/claude-skills/main/.claude/skills/screen-click/Skill.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/screen-click/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Screen Click Skill (屏幕点击) Compares

Feature / AgentScreen Click Skill (屏幕点击)Standard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## 描述

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Screen Click Skill (屏幕点击)

## 描述
执行屏幕点击操作,支持单击、双击、右键点击和拖拽。

## 使用方式

```markdown
请点击屏幕位置 (100, 200)
请在坐标 500, 300 处双击
右键点击 800, 600
拖拽从 (100, 100) 到 (500, 500)
```

## 参数说明

| 参数 | 说明 | 示例 |
|------|------|------|
| x, y | 屏幕坐标(像素) | `点击 100, 200` |
| click_type | 点击类型 | `单击`/`双击`/`右键` |
| drag_start | 拖拽起始坐标 | `拖拽从 100, 100` |
| drag_end | 拖拽结束坐标 | `到 500, 500` |

## 坐标获取

使用 `screen-capture` 技能可以获取屏幕截图并识别坐标位置。

## 技术实现

- **pyautogui**: 跨平台鼠标控制
- **坐标系统**: 左上角为 (0,0),向右向下递增

Related Skills

screen-capture

12
from lotosbin/claude-skills

使用系统原生方法进行屏幕捕获和内容分析,支持 macOS screencapture 命令和 Python 截图库

ui-ux-designer

12
from lotosbin/claude-skills

UI/UX 设计师专家,精通界面设计、交互设计、用户体验和设计系统

tech-lead

12
from lotosbin/claude-skills

技术负责人专家,精通技术架构设计、技术选型、代码审查和团队技术管理

task-manager

12
from lotosbin/claude-skills

统一任务管理技能,使用 GitHub Issues 管理所有 Agent 任务,支持任务创建、更新、追踪和完成

Red Pen Mark Remover

12
from lotosbin/claude-skills

Removes red handwritten marks from scanned documents and images using color detection and inpainting algorithms.

product-manager

12
from lotosbin/claude-skills

产品经理专家,精通产品规划、需求分析、功能设计和竞品研究

miniapp-develop

12
from lotosbin/claude-skills

小程序开发专家,精通微信、支付宝、抖音等多个平台的小程序开发

marketing-operations

12
from lotosbin/claude-skills

市场运营专家,精通数字营销、用户增长、运营策略和数据分析

legal-advisor

12
from lotosbin/claude-skills

法务顾问专家,精通法务合规、合同管理、知识产权、劳动法和风险管理

kuikly-develop

12
from lotosbin/claude-skills

Kuikly 开发专家,精通 Kuikly 框架设计理念、核心特性和最佳实践

cto

12
from lotosbin/claude-skills

首席技术官专家,精通技术架构设计、技术团队管理、技术战略规划、技术选型、研发效能提升和创新技术评估

coo

12
from lotosbin/claude-skills

首席运营官专家,精通日常运营管理、市场营销战略、客户服务、团队协调和业务流程优化,同时兼管市场运营和服务顾问职能