Comprehensive guide for Firebase Crashlytics, including provisioning and SDK usage. Use this skill when the user needs help setting up Crashlytics, adding crash reporting, or using the Crashlytics SDK in their application.
All-time #313Trending #358Hot #6451First seen Apr 30, 2026
Complete guide for Firebase Crashlytics setup and crash reporting across Android and iOS platforms.
Covers SDK provisioning, initialization, and configuration for both Android and iOS applications Enables crash report customization through custom keys, logs, user identifiers, and non-fatal exception reporting Requires a Firebase project and app; integrates with Firebase CLI's MCP server for reading collected crash data Designed to work alongside the firebase-basics skill for full Firebase project setup and management
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
This skill provides standard procedures for integrating Firebase Crashlytics into Android and iOS applications. It uses official Firebase tools and repositories for configuration and dependency management. No security risks were identified.
snykLOW
Analyzed May 6, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed May 6, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
Also in this package
Other skills from firebase/agent-skills · top by installs.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars437
LicenseLICENSE
Default branchmain
Open issues10
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
CompatibilityThis skill is best used with the Firebase CLI, but does not require it. Firebase CLI can be accessed through `npx -y firebase-tools@latest`.
More metadata
category
CloudObservabilityAndMonitoring
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md1,733 B
docsSUMMARY.md250 B
History
First seen on skills.sh
First recorded snapshot · 105,223 installs
SKILL.md
Crashlytics
This skill provides a complete guide for getting started with Crashlytics on Android or iOS. Crash data collected from client applications can be read using the MCP server in the Firebase CLI.
Prerequisites
Provisioning Crashlytics requires both a Firebase project and a Firebase app, either Android or iOS. To read the data collected by Crashlytics, install the MCP server in the Firebase CLI. See the firebase-basics skill for references.
SDK Setup
To learn how to setup Crashlytics in your application code, choose your platform: