BlocketherBlocketherOfficialยท1 Agent Skills Included

spel

Browser automation, scraping, and E2E testing from the terminal

Controls real browsers from the terminal to open pages, click elements, fill forms, take screenshots, and scrape content. Eliminates Node.js setup, brittle CSS selectors, and manual browser clicking through numbered accessibility snapshots and persistent sessions. Generates E2E tests, Allure reports, and visual annotations to speed up testing and site exploration workflows.
npx skills add Blockether/spel --all -g -y
Available:

Instructs your AI agent to run each browser task in one named session, inspect accessibility snapshots before clicking, and verify visual changes with annotated screenshots.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’