‹ 返回总目录
工具 最近更新07-30

firebase-crashlytics

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量78.1K
⭐ GitHub Stars396(fork 79)
🗓️ 最近推送2026-07-30
🌱 项目创建2026-02-10
💻 语言 / LicenseJavaScript · Apache-2.0
🐛 开放Issue30

📝 工具简介

Firebase的agent技能,处理崩溃分析。

📖 怎么用

装这个 Firebase 技能包有三种方式,任选其一:用 `npx skills add firebase/skills` 装到主流 AI 工具;或者用 Gemini CLI 执行 `gemini extensions install https://github.com/firebase/skills`;用 Claude 的话先跑 `claude plugin marketplace add firebase/skills` 添加市场,再 `claude plugin install firebase@firebase` 安装,最后 `claude plugin marketplace list` 确认装好了。装完技能会自动被 agent 识别,遇到 Crashlytics 相关任务时自动调用,无需额外配置。

📋 迷你测评

Firebase的崩溃分析技能,让agent处理崩溃报告。亮点是自动归类崩溃原因,不用手动翻日志。适合移动端日常维护。

📄 README 要点

这是给 AI 编程助手用的一套技能包,专门帮它们理解和操作 Firebase 的崩溃分析功能。技能包本质上是打包好的指令和脚本,AI 助手能自动发现并调用。安装方式很灵活,支持五种主流工具:用 skills CLI 装到大多数 AI 工具里,或者作为 Gemini CLI 扩展、Claude 插件、Codex 插件、Kimi 插件分别安装。装好之后,AI 助手就能根据你的需求自动去查崩溃报告、分析堆栈、定位问题根源,不用你手动翻 Firebase 控制台。适合那些在项目里集成了 Firebase Crashlytics、又希望用 AI 快速排查崩溃问题的开发者,能省下不少来回切换工具的时间。

查看英文原文
Firebase Agent Skills A collection of skills for AI coding agents, to help them understand and work with Firebase more effectively. Skills are packaged instructions and scripts that extend agent capabilities, following the Agent Skills format. Installation Option 1: Agent Skills CLI For most popular AI assistive tools, you can use the skills CLI to install Firebase agent skills: [安装/使用命令见下方] Option 2: Gemini CLI Extension This repository is configured as a Gemini CLI extension. You can add it using the Gemini CLI: [安装/使用命令见下方] Option 3: Claude Plugin 1. Add the Firebase marketplace for Claude plugins: [安装/使用命令见下方] Install the Claude plugin for Firebase: [安装/使用命令见下方] Verify the installation: [安装/使用命令见下方] Option 4: Codex Plugin Add the Firebase marketplace for Codex plugins: [安装/使用命令见下方] Install the Firebase plugin: [安装/使用命令见下方] Option 5: Kimi Plugin Install the Firebase plugin in Kimi Code CLI: [安装/使用命令见下方] Verify the installation: [安装/使用命令见下方] Option 6: Manual Set Up 1. Clone this repository: [安装/使用命令见下方] 2. Copy the contents of the skills directory to the appropriate location for your AI tool. Common locations include: Cursor : .cursor/rules/ Windsurf : .windsurfrules/ GitHub Copilot : .github/copilot instructions.md (or project specific instruction files) Option 7: Local Path via Agent Skills CLI The skills CLI also supports installing skills from a local directory. If you have cloned this repository, you can add skills by pointing the CLI to your local folder: [安装/使用命令见下方] If you make changes to the local skills repository and want to update your project with the new changes, you can update them by running: [安装/使用命令见下方] Option 8: Local Development (Live Symlinking) If you are actively contributing to or developing these skills, using npx skills add or copying files means you have to manually update them every time you make a change. Instead, use a symlink so that changes in your local clone are immediately reflected in your test project. For example, to test with

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考