Ios Android Logs

🌐Community
by cap-go · vlatest · Repository

This skill retrieves iOS and Android device logs for debugging and troubleshooting app issues, offering valuable insights into device behavior.

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 ios-android-logs npx -- -y @trustedskills/ios-android-logs
2

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

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

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

About This Skill

What it does

This skill enables AI agents to retrieve and analyze logs from both iOS and Android applications. It provides a unified interface to access diagnostic data across multiple mobile platforms, streamlining cross-platform troubleshooting without needing separate tools.

When to use it

  • Investigating crashes or runtime errors occurring on specific mobile devices.
  • Comparing error patterns between an iOS build and its corresponding Android counterpart.
  • Debugging integration issues within a Capacitor-based project where logs are scattered across platforms.
  • Gathering performance metrics or event sequences for post-release analysis.

Key capabilities

  • Access to iOS application logs.
  • Access to Android application logs.
  • Unified retrieval mechanism for mobile diagnostics.

Example prompts

  • "Retrieve the latest error logs from my iOS build to identify the cause of the app crash."
  • "Compare the startup sequence logs between the Android and iOS versions of this Capacitor app."
  • "Extract all network request failures logged on the Android platform in the last hour."

Tips & gotchas

Ensure your AI agent has appropriate permissions or access to the device environments where these logs are generated, as mobile log data is often restricted by default. This skill is specifically designed for Capacitor projects, so verify that the target application utilizes this framework before attempting to retrieve logs.

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
cap-go
Installs
79

🌐 Community

Passed automated security scans.