Hey HN, I built SkillForge because I got tired of manually writing agent instruction files.
The idea: record yourself doing a task on your computer, and AI extracts the workflow into a structured SKILL.md file that agent frameworks (Claude Code, OpenClaw, etc.) can consume directly.
How it works:
1. Screen record any task in your browser
2. AI analyzes the recording and extracts each action
3. Review/edit the extracted steps
4. Export as SKILL.md
No install required - runs entirely in the browser. The output format is framework-agnostic.
The core insight: screen recordings capture nuance that you forget when writing instructions from memory - exact click targets, timing, edge cases in multi-step workflows.
Built with browser-native screen capture APIs. Would love feedback on the extraction quality and output format.
YaraDori•41m ago
The idea: record yourself doing a task on your computer, and AI extracts the workflow into a structured SKILL.md file that agent frameworks (Claude Code, OpenClaw, etc.) can consume directly.
How it works: 1. Screen record any task in your browser 2. AI analyzes the recording and extracts each action 3. Review/edit the extracted steps 4. Export as SKILL.md
No install required - runs entirely in the browser. The output format is framework-agnostic.
The core insight: screen recordings capture nuance that you forget when writing instructions from memory - exact click targets, timing, edge cases in multi-step workflows.
Built with browser-native screen capture APIs. Would love feedback on the extraction quality and output format.