"To go back in browser history, navigate to the previous page from the current page."
3.7
Rating
0
Installs
Testing & Quality
Category
This skill provides a clear and well-structured wrapper for Playwright's browser back navigation functionality. The description adequately covers what the skill does, and the documentation clearly explains how to invoke it via MCP with proper JSON payload examples and argument schema. The structure is appropriate for a simple single-function skill. However, the novelty score is very low because navigating back in browser history is a trivial, single-line operation in Playwright (e.g., `page.goBack()`) that a CLI agent could easily accomplish without this wrapper. The skill adds minimal value over direct Playwright usage and doesn't reduce complexity or token cost meaningfully.
Loading SKILL.md…

Skill Author