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 skills add cometchat/cometchat-skills --skill cometchat-react-native-componentsgit clone --depth 1 https://github.com/cometchat/cometchat-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/cometchat/cometchat-skills/cometchat-react-native-components)<a href="https://agentmods.dev/skills/cometchat/cometchat-skills/cometchat-react-native-components"><img src="https://agentmods.dev/badge/skills/cometchat/cometchat-skills/cometchat-react-native-components/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cometchat/cometchat-skills/cometchat-react-native-components"><img src="https://agentmods.dev/badge/skills/cometchat/cometchat-skills/cometchat-react-native-components.svg" alt="Reviewed on agentmods" width="80" 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.00106 | $0.02128 |
| Opus 5 | $0.00053 | $0.01064 |
| Sonnet 5 | $0.00021 | $0.00426 |
| Haiku 4.5 | $0.00011 | $0.00213 |
Grade A, and why
cometchat-react-native-components 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ground truth: catalog
rn-v5.json(216 public symbols) — the closed list below IS the catalog. A component not in it does not exist. Fetch props per component viacore/references/docs-map.md.
Companion skills (read first)
cometchat-react-native-core— install, provider chain, init→login→render. Assumed, not repeated here.
Use this skill when
- "which component do I use for X" · "add a button to the conversation list header"
- "custom list row" · "replace the message bubble" · "what components ship in v5"
Prerequisites & install
None beyond core.
Component catalog (closed list)
Lists
| Component | Purpose |
|---|---|
CometChatConversations |
recent-conversations list — the usual entry screen |
CometChatUsers |
user directory |
CometChatGroups |
group directory |
CometChatGroupMembers |
active members of a group (not banned — see below) |
Message pane
| Component | Purpose |
|---|---|
CometChatMessageHeader |
title, presence, back, call buttons |
CometChatMessageList |
the scrollback; renders bubbles, receipts, reactions |
CometChatMessageComposer |
input, attachments, voice notes |
CometChatCompactMessageComposer |
single-line composer for tight layouts |
CometChatThreadHeader |
thread replies — a screen on RN, not a side panel |
CometChatMessageInformation |
per-message delivery/read detail |
Search · AI · notifications
| Component | Purpose |
|---|---|
CometChatSearch |
message + conversation search |
CometChatAIAssistantChatHistory · CometChatAIAssistantTools |
AI assistant surfaces |
CometChatConversationStarter · CometChatSmartReplies · CometChatConversationSummary |
AI suggestions |
CometChatNotificationFeed |
in-app notification feed |
Calling — needs @cometchat/calls-sdk-react-native
| Component | Purpose |
|---|---|
CometChatCallButtons |
audio/video call triggers |
CometChatIncomingCall · CometChatOutgoingCall · CometChatOngoingCall |
call lifecycle screens |
CometChatCallLogs |
call history list (detail views were removed in v5) |
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.
- yesterday First seen · 143 lines · 106 tokens per session scan A 61b43b4d7347
cometchat-react-native-components is a skill published in the GitHub repository cometchat/cometchat-skills (105 stars, last pushed yesterday), licensed MIT. It adds 106 tokens to every session and 2,128 once invoked, about $0.0005 per session on Opus 5. 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-09-12.
Other skills, from other repositories
vercel-react-native-skills
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
flutter-use-column-row-first
Use when building any Flutter screen or component to choose responsive Row, Column, Expanded, Flexible, and Spacer layouts before fixed-size or coordinate-based alternatives.
e2e-testing
AI-powered E2E testing for any app — Flutter, React Native, iOS, Android, Electron, Tauri, KMP, .NET MAUI. Connects via MCP to running apps so the agent can take screenshots, tap elements, enter text, scroll, inspect UI trees, and verify state with natural language. Use when the user wants to test an app's UI…
lov-mobile-adapt
A mobile adaptation workflow for existing web projects. It adjusts desktop websites for phones by handling responsive layouts, overflow, safe areas around notches, browser viewport height, touch targets, and mobile navigation.
stream-react-native
Builds, integrates, migrates, and audits Stream Chat, Stream Video, and Stream Feeds in React Native CLI and Expo apps. Use when scaffolding a new RN/Expo Chat, Video, or Feeds app, adding Stream to an existing RN app, upgrading a Stream SDK version (stream-chat-react-native v8 to v9, Feeds v2 to v3), migrating from…
enhance-capacitor-ui
Cross-surface UIUX separation skill for hybrid web apps that ship as PWA + iOS + Android via Capacitor (or Tauri / Expo Web / Ionic / RN-Web). Use when a previous UI/UX sweep "improved one surface and broke the other" — desktop polished but mobile cramped, or mobile native but desktop wastes space.