Record the data-entry task once; SkillForge produces a SKILL.md an AI agent can repeat for every row.
Record a data-entry skill free What is SKILL.md?Copy-pasting between a spreadsheet and a web form is a perfect agent task. Record it once and SkillForge extracts the steps into a SKILL.md your agent replays for each record.
Say you receive new leads in a Google Sheet and must enter each into your CRM. You'd normally do this by hand, row by row. Instead:
Because the steps are captured from a real demonstration, you don't describe selectors or write code — you just show the task once.
See also support-macro automation, QA test automation, and SkillForge as an RPA alternative.
Can it handle many rows?
The SKILL.md describes the per-record steps; your agent loops it over each row of your data.
How does it know which spreadsheet column goes in which field?
When you record one row, SkillForge captures which value you typed into which field. You map those to your data columns, and the agent applies the same mapping to every row.
Do I need to write any code?
No. You record the task once; SkillForge writes the step spec. Your agent executes it.
What if the form changes?
Because an AI agent reads the screen and follows the SKILL.md steps, minor layout changes are usually handled gracefully — unlike selector-bound scripts. For big changes, just re-record.