A tool that records repeated work into AI agent skill files

Repeated desktop work often needs a written instruction file before an AI agent can do it later. Tasks like pulling reports, creating the same forms, and moving files are useful to automate, but writing every step, input, and check by hand takes time. This approach records the task once while it is done on screen, then turns that recording into a SKILL.md file an AI agent can reuse.

It captures real screen actions and adds from the interface. Values that change, such as search terms and dates, become reusable inputs instead of fixed text. The tool runs as an , so it can connect to or another .

The available actions include starting a recording, stopping it, compiling it, and listing saved items.

Key points

  • One recorded run can become a reusable instruction file for an AI agent.
  • The goal is to avoid writing every step and check by hand.
  • The recording captures clicks, typed values, and from the screen.
  • Changing values like dates and search terms can become reusable inputs.
  • It works through an and can connect to or other .
Read original