This is all open source, and it's probably the direction we'll be automating a ton of tasks in the future:
1. Record yourself using a web browser doing something you want to automate.
2. The system takes the recording and cleans it by removing retries, dead ends, and anything that's specific to one page and not reusable.
3. Then, it turns the clean process into a skill by only keeping the logic to accomplish the task, not the specific clicks.
4. Finally, it organizes the skill into a "skill graph", so an agent can retrieve it to work on a new, related task.
And this is now open source!
We open-sourced BrowserBC: A system that turns human browser trajectories into reusable agent skills. Just one recording is enough to generalize a skill.
🛠️ GitHub: [https://github.com/Einsia/Browser-Journey-Forge]
Here’s how it works. 👇














