Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/mosif16/codex-skills/firebase-sdknpx skills add mosif16/codex-Skills --skill firebase-sdkgit clone --depth 1 https://github.com/mosif16/codex-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/mosif16/codex-skills/firebase-sdk)<a href="https://agentmods.dev/skills/mosif16/codex-skills/firebase-sdk"><img src="https://agentmods.dev/badge/skills/mosif16/codex-skills/firebase-sdk.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.06042 |
| Opus 5 | $0.00000 | $0.03021 |
| Sonnet 5 | $0.00000 | $0.01208 |
| Haiku 4.5 | $0.00000 | $0.00604 |
Grade A, and why
firebase SDK scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 211 lines · 0 tokens per session scan A 693a38d030e7
firebase SDK is a skill published in the GitHub repository mosif16/codex-Skills (18 stars, last pushed 9mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 6,042 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
electron-vue-init-skill
Electron + Vue3 + TypeScript 桌面端应用一键初始化技能。基于 electron-vite(事实标准)构建,面向零基础小白,提供环境探测、自动安装、完整三进程分离骨架生成、一键启动/打包脚本。生成的应用页面中心显示"你好,我是考拉搞AI"的空白桌面端。触发词:"Electron 脚手架"、"Electron 一键生成"、"初始化 Electron 项目"、"Electron 快速开始"、"electron init"、"搭建 Electron 服务"、"Electron 桌面端"、"Electron 零基础"、"Electron 小白"、"帮我搭一个 Electron"、"新建…
expo-module
Guide for writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system. Use when building or modifying native modules for Expo.
migrate-to-strict-api
Use when migrating a React Native project to the Strict TypeScript API — the default JavaScript API from React Native 0.87, available as an opt-in preview since 0.80. Handles tsconfig.json setup, dependency updates, rewriting deep imports to root imports, and resolving breaking type changes. Invoke with…
bridge-js
Export Swift to JavaScript and import JavaScript/TypeScript into Swift using BridgeJS; type-safe bindings via @JS and related macros or bridge-js.d.ts; setup, config, AOT. Use when using or setting up BridgeJS, exporting Swift APIs to JS, importing JS/TS APIs into Swift, writing bridge-js.d.ts, configuring BridgeJS…
build-nitro-modules
Builds React Native Nitro Modules from scratch in a monorepo. Scaffolds with Nitrogen, authors HybridObject TypeScript specs, generates native boilerplate, implements in C++/Swift/Kotlin, wires an example app, and prepares for npm publishing. Use when creating a new Nitro Module, implementing native functionality via…
lint-js
Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust).