Toolverse
All skills

autofillin

by openclaw

Automated web form filling and file uploading skill with Playwright browser automation. Handles login persistence, form detection, file uploads, and waits for manual confirmation before submission.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Testing
Views
4

About this skill

Automated web form filling and file uploading skill with Playwright browser automation. Handles login persistence, form detection, file uploads, and waits for manual confirmation before submission.

How to use

  1. Zainstaluj przeglądarki Playwright, uruchamiając polecenie npx playwright install chromium w terminalu.

  2. Przy pierwszym użyciu zaloguj się ręcznie do strony docelowej — uruchom npx playwright open --save-storage=~/.playwright-auth.json "https://twoja-strona.com", zaloguj się w otwartej przeglądarce, a następnie ją zamknij. Sesja zostanie zapisana do ponownego użytku.

  3. W kolejnych uruchomieniach umiejętność automatycznie zaloguje się, używając zapisanej sesji — uruchom npx playwright open --load-storage=~/.playwright-auth.json "https://twoja-strona.com".

  4. Podaj URL formularza, który chcesz wypełnić, oraz dane do wpisania w pola tekstowe, obszary tekstowe i listy rozwijane.

  5. Jeśli musisz przesłać pliki, wskaż ścieżki do plików lub folderów — umiejętność automatycznie umieści je w prawidłowych pozycjach formularza.

  6. Przed ostatecznym wysłaniem formularza umiejętność czeka na Twoją potwierdzenie — sprawdź wypełnione dane i zatwierdź akcję.

Related skills

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994

python-testing-patterns

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

Testing
46146

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

dependency-upgrade

by wshobson

Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.

Testing
17138

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103