🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 67.9K |
| ⭐ GitHub Stars | 396(fork 79) |
| 🗓️ 最近推送 | 2026-07-30 |
| 🌱 项目创建 | 2026-02-10 |
| 💻 语言 / License | JavaScript · Apache-2.0 |
| 🐛 开放Issue | 30 |
📝 工具简介
Firebase的agent技能,搞定远程配置基础。
📖 怎么用
安装步骤跟其他 Firebase 技能一致,三选一:`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` 安装,最后 `claude plugin marketplace list` 确认。装完即用,agent 遇到 Remote Config 相关任务时会自动加载技能,按需调用配置读取和更新操作。
📋 迷你测评
Firebase的远程配置基础技能,让agent管理配置参数。亮点是动态调整app行为,不用发版。适合A/B测试或紧急开关。
📄 README 要点
这个技能包同样是 Firebase Agent Skills 家族的一员,专注于帮 AI 助手理解和操作 Firebase 的 Remote Config 远程配置功能。安装方式跟前面几个完全一样,五种途径任选:skills CLI、Gemini CLI 扩展、Claude 插件、Codex 插件、Kimi 插件。装好后,AI 助手就能自动处理远程配置相关的任务,比如读取参数、修改默认值、理解条件规则、排查配置生效问题等。你不用再手动去控制台翻文档或者试配置,直接跟 AI 说需求就行。适合那些在应用里用了 Firebase Remote Config、想通过 AI 快速调整和排查配置的开发者,尤其适合频繁做 A/B 测试或者功能开关切换的场景。
查看英文原文
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)
交流使用体验、避坑建议;违规内容将被删除