
Desktop Type
- 6 installs
- 1.9k repo stars
- Updated August 5, 2026
- openakita/openakita
Helps with ai & agent building tasks.
About
desktop-type is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- desktop-type
- AI & Agent Building
- AI-coding skill
Desktop Type 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-typeAdd 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 Type
在当前焦点位置输入文本。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| text | string | 是 | 要输入的文本 |
| clear_first | boolean | 否 | 是否先清空现有内容(Ctrl+A 后输入),默认 false |
Features
- 支持中文输入
- 支持先清空再输入
Workflow
1. 先用 desktop-click 点击目标输入框获得焦点 2. 调用此工具输入文本
Examples
直接输入:
{"text": "Hello World"}清空后输入:
{"text": "New content", "clear_first": true}Warning
如果输入的是浏览器内的网页表单,请使用 browser_type 工具。
Related Skills
desktop-click: 先点击获取焦点desktop-hotkey: 快捷键操作
interface:
display_name: Desktop Type
short_description: Type text at current cursor position in desktop applications
default_prompt: Use $desktop-type
i18n:
zh:
name: 桌面输入
description: 在桌面应用当前光标位置输入文本,用于填写对话框、输入框或文本编辑器。
Related skills
AI & Agent Buildingagents