Mobile Touch

🌐Community
by dylantarre · vlatest · Repository

Simulates mobile touch interactions on web pages, automating taps, swipes, and gestures for testing and automation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add mobile-touch npx -- -y @trustedskills/mobile-touch
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "mobile-touch": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/mobile-touch"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The mobile-touch skill enables AI agents to simulate and respond to touch interactions on mobile devices, such as taps, swipes, pinches, and long presses. It provides a realistic way to handle gestures commonly used in mobile app interfaces.

When to use it

  • Testing mobile app UIs by simulating user gestures during development.
  • Creating interactive tutorials or demos that require touch-based navigation.
  • Enhancing AI agent training with real-world mobile interaction scenarios.

Key capabilities

  • Simulate tap, swipe, pinch, and long press gestures.
  • Respond to multi-touch interactions for zooming or scrolling.
  • Integrate with mobile UI frameworks for realistic user feedback.

Example prompts

  • "Simulate a swipe left gesture on the home screen."
  • "Detect and respond to a two-finger pinch to zoom in on an image."
  • "Trigger a long press on the settings icon to open the menu."

Tips & gotchas

  • Ensure compatibility with mobile-specific UI frameworks when integrating.
  • Use real device testing for accurate gesture recognition, as touch behavior can vary across devices.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dylantarre
Installs
1.4k

🌐 Community

Passed automated security scans.