Skip to content

Latest commit

 

History

History

README.md

PiKVM MCP Skills

This directory contains human-readable guides for the MCP prompts (skills) exposed by the PiKVM MCP server. Each file corresponds to a registered MCP prompt that agents can invoke via prompts/get.

Tool Guides

Individual tool usage guides:

Prompt Name File Description
take-screenshot take-screenshot.md Capture screenshots with pikvm_screenshot
check-resolution check-resolution.md Check screen resolution with pikvm_get_resolution
type-text type-text.md Type text with pikvm_type
send-key send-key.md Send keys with pikvm_key
send-shortcut send-shortcut.md Send keyboard shortcuts with pikvm_shortcut
move-mouse move-mouse.md Move the mouse with pikvm_mouse_move
click-element click-element.md Click with pikvm_mouse_click
scroll-page scroll-page.md Scroll with pikvm_mouse_scroll
auto-calibrate auto-calibrate.md Automatic mouse calibration with pikvm_auto_calibrate

Workflow Guides

Multi-step workflow recipes:

Prompt Name File Arguments Description
setup-session-workflow setup-session-workflow.md None Initialize a PiKVM session
calibrate-mouse-workflow calibrate-mouse-workflow.md None Calibrate mouse coordinates
click-ui-element-workflow click-ui-element-workflow.md element_description (required) Find and click a UI element
fill-form-workflow fill-form-workflow.md form_description (optional) Fill in a form on screen
navigate-desktop-workflow navigate-desktop-workflow.md goal (required) Navigate a desktop environment
auto-calibrate-mouse-workflow auto-calibrate-mouse-workflow.md None Automatic mouse calibration