announcements

Karol Wójcik 2026-03-12T07:15:29.252949Z

Introducing https://github.com/Blockether/spel - a fully Playwright-native framework for browser + API testing, built for AI agents and Clojure developers. • Native Playwright under the hood (Chromium/Firefox/WebKit) • eval-sci for inline SCI/Clojure execution mid-session • Accessibility snapshots with refs for agent-friendly page reasoning • Record sessions and generate reusable Clojure tests • Allure reporting + traces + network inspection • Native CLI for fast local and CI workflows One tool, end-to-end: automate, test, debug, and report. PS: Let’s make the better agent-browser. I need your help with testing @spel-orchestrator, so please test it, replace agent-browser with spel in your favorite AI tool and report back.

👀 2
7
💚 2
❤️ 3
🚀 1
1
🎉 27
Tom H. 2026-03-13T03:02:52.806219Z

Looks really useful but isn't building in https://github.com/Blockether/spel/blob/main/resources/com/blockether/spel/templates/skills/spel/SKILL.md#google-search unsafe re: prompt injection attacks?

2026-03-18T18:25:27.809929Z

oh hey, you're using lazytest and wrote a custom reporter! that's so frickin cool!

Karol Wójcik 2026-03-13T17:09:13.467679Z

Any grep from internet can be unsafe. The same goes with snapshot. I’m using it as an alternative to websearch MCPs. 1. Search for phrase 2. Go to page 3. Do spel markdownify Congrats. You have your own MCP without MCP :)