This JS Agent Turns Any Website Into an AI Copilot
A lightweight in-page GUI agent that reads the DOM as text and executes natural-language commands inside your app. Great for...
shot-scraper has always been useful for automated screenshots, but version 1.10 makes it more valuable for agent-heavy development work: the new shot-scraper video command records a browser routine from a YAML storyboard.
shot-scraper video takes a storyboard.yml file, launches a browser through Playwright, runs setup and interaction steps, and records the result as WebM. If ffmpeg is available, the same run can also produce MP4 with --mp4.
Storyboards can define a server process, viewport, cursor display, startup waits, JavaScript setup, and scenes made from actions such as click, type, fill, press, scroll, pause, wait, open, screenshot, shell, Python, and JavaScript steps.
This is strongest for deterministic web flows. You still need stable selectors, realistic waits, and careful handling of authentication cookies or secrets. MP4 export depends on ffmpeg, and browser automation can still flake if the target app has timing issues.
Git 2.55 adds incremental repacking, Linux fsmonitor support, a git history fixup command, safer terminal progress outpu…
GitHub has put open source license compliance into public preview, giving Enterprise Cloud teams ruleset-based checks th…
Shopify now gives themes a standard way to expose storefront events and actions, so apps and AI agents can interact with…
Sign in to join the discussion and vote on comments.
Sign in