Minimal Claude skill, to read console logs and execute JavaScript in browser context.
git clone https://github.com/noiv/skill-playwright-minimal.gitMinimal Claude skill, to read console logs and execute JavaScript in browser context.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/noiv/skill-playwright-minimalCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm using Playwright to automate browser tasks. Here are the console logs from my script: [LOGS]. Based on these logs, help me write a minimal JavaScript snippet to [TASK]. The script should be concise and focused on achieving [GOAL].
# JavaScript Snippet for Playwright Automation
```javascript
// Wait for element to be visible
const element = await page.waitForSelector('#submit-button', { state: 'visible' });
// Click the element
await element.click();
// Fill in a form field
await page.fill('#username', 'testuser');
```
## Notes
- The script waits for the element to be visible before interacting with it
- The form field is filled with a test username
- Make sure to adjust selectors based on your actual page structureAuto-transcribe meetings and generate action items
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan