Learn By Demo Lite

Capture a real user demonstration of a web workflow (browser DevTools HAR export, or your agent runtime's own network reader) and turn it into a redacted endpoint draft, so automation is built from observed traffic instead of guessed APIs. Use when automating an internal tool, legacy SPA, or vendor portal that has no API docs; when guessed endpoints keep returning 401/403 or HTML instead of JSON; or when the user says "watch me do it once", "let me show you the steps", or "record what I click". Not for: services with documented public APIs (read the docs instead), bypassing CAPTCHAs, bot detection, or logins you are not authorized to use, scraping sites against their terms, generating UI test suites, or mobile-app reverse engineering. The Playwright capture harness, session-preservation (CDP attach), replay scaffold generator, and batch-hardening patterns are in the full Learn-by-Demo.

guildshelf ed9ebfa 7 files · 37.8 KB Updated

File contents

guildshelf/free-skills/tree/main/plugins/guildshelf-free/skills/learn-by-demo-lite commit ed9ebfac22

Frequently asked questions

npx skillmds@latest add guildshelf/learn-by-demo-lite