spel
Browser automation, scraping, and E2E testing from the terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install spel?โผ
Run `npx skills add Blockether/spel --all -g -y` in your terminal to install all skills in this suite globally.
How to automate a browser from the terminal?โผ
Use simple commands like `spel open`, `spel click`, and `spel fill` to control Chromium, Firefox, or WebKit directly from your shell, with a persistent background session so the browser stays open between commands.
Can spel scrape web page content?โผ
Yes. Commands like `spel markdownify`, `spel snapshot`, and `spel get text` extract clean page content without writing any scraping code.
Does spel work with AI coding agents?โผ
Yes. It ships a SKILL.md template that teaches agents to use numbered accessibility snapshots and annotated screenshots for reliable, verifiable browser automation.
Can spel generate E2E tests and reports?โผ
Yes. It can record a browser session and generate idiomatic Clojure tests, then produce Allure reports with traces, screenshots, and network inspection for CI.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core