
Desktop Hotkey
- 6 installs
- 1.9k repo stars
- Updated August 5, 2026
- openakita/openakita
Helps with ai & agent building tasks.
About
desktop-hotkey is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- desktop-hotkey
- AI & Agent Building
- AI-coding skill
Desktop Hotkey by the numbers
- 6 all-time installs (skills.sh)
- +2 installs in the week ending Jul 18, 2026 (Skillselion tracking)
- Ranked #12,825 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/openakita/openakita --skill desktop-hotkeyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| repo stars | ★ 1.9k |
| Last updated | August 5, 2026 |
| Repository | openakita/openakita ↗ |
What it does
Helps with ai & agent building tasks.
Files
Desktop Hotkey
执行键盘快捷键。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| keys | array | 是 | 按键组合数组,如 ['ctrl', 'c'] |
Common Shortcuts
| 快捷键 | 功能 |
|---|---|
| ['ctrl', 'c'] | 复制 |
| ['ctrl', 'v'] | 粘贴 |
| ['ctrl', 'x'] | 剪切 |
| ['ctrl', 's'] | 保存 |
| ['ctrl', 'z'] | 撤销 |
| ['ctrl', 'y'] | 重做 |
| ['ctrl', 'a'] | 全选 |
| ['alt', 'f4'] | 关闭窗口 |
| ['alt', 'tab'] | 切换窗口 |
| ['win', 'd'] | 显示桌面 |
Examples
复制选中内容:
{"keys": ["ctrl", "c"]}保存文件:
{"keys": ["ctrl", "s"]}Related Skills
desktop-type: 输入文本desktop-click: 点击元素
interface:
display_name: Desktop Hotkey
short_description: Execute keyboard shortcuts
default_prompt: Use $desktop-hotkey
i18n:
zh:
name: 键盘快捷键
description: 执行键盘快捷键,如复制粘贴、保存文件、关闭窗口、撤销重做等。
Related skills
AI & Agent Buildingagents