🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 121.5K |
| ⭐ GitHub Stars | 396(fork 79) |
| 🗓️ 最近推送 | 2026-07-30 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | JavaScript · Apache-2.0 |
| 🐛 开放Issue | 30 |
📝 工具简介
写 HTML 就能渲染视频,专为代理构建,快速生成口播类内容。
📖 怎么用
先装工具,用 `npx skills add firebase/skills` 装到主流AI助手;或者用 Gemini 的话跑 `gemini extensions install https://github.com/firebase/skills`;用 Claude 就先 `claude plugin marketplace add firebase/skills`,再 `claude plugin install firebase@firebase`。装完不用额外配置,直接开始用。让AI读一下skill里的说明,它就知道怎么帮你调Firebase认证了。想确认装没装好,跑 `claude plugin marketplace list` 看看列表里有没有。
📋 迷你测评
Firebase认证基础操作的Agent技能包,帮AI代理处理用户登录验证。亮点是聚焦基础认证,上手门槛低。简介中未提供支持的具体认证方式或安全等级数据。
📄 README 要点
这是一套给AI编程助手用的技能包,专门帮它们更好地理解和操作Firebase。核心功能就是通过打包好的指令和脚本,让AI助手能更高效地处理Firebase相关的开发任务。安装方式很灵活,支持五种主流途径:可以用Agent Skills CLI装到大多数AI工具里,也能作为Gemini CLI扩展直接添加,或者分别装成Claude、Codex和Kimi的插件。每种安装方式都有对应的命令,装完还能验证是否成功。适用场景主要是那些用AI辅助写代码、又需要频繁对接Firebase后端服务的开发者,能显著提升AI助手在Firebase项目上的准确性和效率。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除