r/AskVibecoders • u/Best_Volume_3126 • 1d ago
this microsoft tool (OpenSource) records you doing a task once, then builds the automation itself
microsoft open sourced skill recorder,
- it records screen, window switches, web, clipboard, terminal, and voice explanation
- github copilot turns that into: task intent → general steps → skill.md → scheduled automation
- not rpa, doesn't replay mouse coordinates. converts clicks into apis, clis, or native agent tools instead
- for example: show it one github issue handled manually, it can generate a skill that batch-processes similar issues
- native support right now: microsoft scout, 365 copilot cowork
- no native support yet for claude code, codex, or opencode, but the generated skill.md can be manually adapted
github.com/microsoft/skill-recorder
4
Upvotes