Openakita desktop-scroll
Scroll mouse wheel in specified direction. When you need to scroll page/document content, navigate long lists, or zoom in/out with Ctrl. Directions - up/down/left/right.
install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/system/desktop-scroll" ~/.claude/skills/openakita-openakita-desktop-scroll && rm -rf "$T"
manifest:
skills/system/desktop-scroll/SKILL.mdsource content
Desktop Scroll
滚动鼠标滚轮。
Parameters
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| direction | string | 是 | 滚动方向:up/down/left/right |
| amount | integer | 否 | 滚动格数,默认 3 |
Directions
: 向上滚动up
: 向下滚动down
: 向左滚动left
: 向右滚动right
Examples
向下滚动:
{"direction": "down"}
向上滚动 5 格:
{"direction": "up", "amount": 5}
Use Cases
- 滚动页面/文档内容
- 浏览长列表
- 配合 Ctrl 键缩放
Related Skills
: 点击滚动区域desktop-click
: 快捷键操作desktop-hotkey