Mobile Browser Workflow Executor
Automates complex website interactions via mobile browser emulation, streamlining testing and repetitive tasks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mobile-browser-workflow-executor npx -- -y @trustedskills/mobile-browser-workflow-executor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mobile-browser-workflow-executor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mobile-browser-workflow-executor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to execute workflows within a mobile browser environment. It can automate tasks like navigating web pages, interacting with form elements (buttons, text fields), and extracting data from rendered content on a mobile device. The agent essentially acts as a scripted user performing actions in a simulated mobile browser context.
When to use it
- Automated Testing: Run through predefined test cases on a mobile website or application to ensure functionality and responsiveness across different devices.
- Data Extraction from Mobile Websites: Scrape specific data points (e.g., product prices, availability) from websites not easily accessible via traditional desktop scraping methods.
- Simulated User Interactions: Mimic user behavior on a mobile site for performance testing or to trigger specific events that require user input.
- Accessibility Auditing: Verify the accessibility of web content when viewed through a mobile browser, simulating assistive technology usage.
Key capabilities
- Mobile Browser Simulation
- Form Element Interaction (buttons, text fields)
- Navigation and URL manipulation
- Data Extraction from rendered HTML
- Workflow Execution
Example prompts
- "Navigate to
https://example.comon an iPhone 14 and click the 'Submit' button." - "Enter 'test user' into the username field, then enter 'password123' in the password field, and submit the login form within a mobile Chrome browser."
- “Extract all product prices from
https://shop.example.com/productsusing a Samsung Galaxy S23.”
Tips & gotchas
- The skill relies on accurate HTML structure; dynamic content loading may require adjustments to workflows.
- Mobile device emulation settings (screen size, user agent) can significantly impact results and should be specified for precise simulations.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.