Monday, August 3, 2026

Skill Recorder

1,015Must watch
Demo

Microsoft’s open desktop app that records you doing a task once, then turns that run into a reusable agent skill.

Skill Recorder

Why it matters

Skill Recorder is an open-source Electron app from Microsoft. You record an on-screen work session locally, then Analyze sends the timeline and frames to GitHub Copilot CLI, which reconstructs one intent plus ordered steps. From an approved analysis you generate a Skill (on-demand SKILL.md) or an Automation (same procedure on a schedule or trigger) aimed at Microsoft Scout, Copilot Cowork, or Copilot Studio.

Writing SKILL.md by hand is slow and usually wrong on the first try. Skill Recorder captures a real session — windows, URLs, clicks, optional narration — and has Copilot rebuild the intent and ordered steps so you can export a Skill or a scheduled Automation. Founders who keep redoing the same browser or CLI workflow finally get a path from demo to agent without hand-authoring every procedure.

How it works

Install from a pinned source release on macOS or Windows, grant screen recording, hit record, and do the task once. Optionally narrate while you work. Stop, review the reconstructed steps, edit anything that is off, then create a Skill or Automation. The builders prefer native agent tools like gh or web_fetch over replaying brittle UI clicks, and they generalize from your one example.

Not another skill marketplace dump and not a pure macro recorder. It closes the loop from human demonstration to editable agent procedure, with local capture, Copilot analysis on demand, and exports that prefer real tools over click scripts.

Capabilities

Demo
  • Public demo available

Similar tools

agent-skillsautomationcopilotmicrosoftscreen-recordingelectron
Source ↗

Via github

X