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/sinch/sinch-plugins/in-app-callingnpx skills add sinch/sinch-plugins --skill in-app-callinggit clone --depth 1 https://github.com/sinch/sinch-pluginsWrote 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/sinch/sinch-plugins/in-app-calling)<a href="https://agentmods.dev/skills/sinch/sinch-plugins/in-app-calling"><img src="https://agentmods.dev/badge/skills/sinch/sinch-plugins/in-app-calling.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 | $0.00071 | $0.02351 |
| Opus 5 | $0.00036 | $0.01175 |
| Sonnet 5 | $0.00014 | $0.00470 |
| Haiku 4.5 | $0.00007 | $0.00235 |
Grade A, and why
sinch-in-app-calling 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 4d 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.
This is a copy
100% identical to sinch-in-app-calling — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sinch In-App Calling
Overview
Real-time voice and video SDK for Android, iOS, and JavaScript (Web). Connects to Sinch's cloud for signaling and routing.
Supported call types
- App-to-App (VoIP/WebRTC between users)
- App-to-Phone (call PSTN numbers)
- App-to-SIP (connect to PBXs, contact centers)
- App-to-Conference (multi-party calls)
- Phone-to-App / SIP-to-App (inbound calls)
Agent Instructions
Prerequisites
The user needs a Sinch account with an application key and secret from the Sinch Build Dashboard. See sinch-authentication for credential setup — In-App Calling uses application-scoped auth (Application Key + Application Secret).
Integration workflow
-
Detect the platform from the user's project (language, build system, framework):
- Android (Kotlin/Java, Gradle) → Read
references/android.md - iOS (Swift/ObjC, Xcode) → Read
references/ios.md - JavaScript/Web (npm, browser) → Read
references/js.md - If unclear, ask the user.
- Android (Kotlin/Java, Gradle) → Read
-
Walk through the integration steps in the platform reference. Go step by step — confirm each step is in place before moving to the next.
-
Ask about auth approach: Can the Application Secret be embedded (prototyping only) or must JWTs come from a backend (production)?
Security: See the Security section below for url fetching policy and credential handling.
-
Ask about call types: Which types does the user need? This determines which sections to cover.
-
For Phone-to-App / SIP-to-App: The user needs a backend ICE callback handler. See the "Phone-to-App / SIP-to-App backend" section below.
SDK Init References
For detailed SDK initialization code per platform:
What ships with it
12 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/jwt-helper-andorid/FakeJWTFetcher.kt 664 B
- assets/jwt-helper-andorid/Hmac.java 1.1 KB
- assets/jwt-helper-andorid/JWT.java 3.1 KB
- assets/jwt-helper-andorid/JWTFetcher.kt 576 B
- assets/jwt-helper.js 3.8 KB runs code
- assets/SinchJWT.swift 6.5 KB
- references/android.md 24 KB
- references/ios.md 26 KB
- references/js.md 19 KB
- references/sdk-init-in-app-calling-android.md 5.5 KB
- references/sdk-init-in-app-calling-browser.md 5.8 KB
- references/sdk-init-in-app-calling-ios.md 5.9 KB
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.
- 4d ago First seen · 158 lines · 71 tokens per session scan A 9ccbc2782a22
sinch-in-app-calling is a skill published in the GitHub repository sinch/sinch-plugins (6 stars, last pushed 22d ago), licensed Apache-2.0. It adds 71 tokens to every session and 2,351 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to sinch-in-app-calling, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
mobile
移动开发。iOS、Android、SwiftUI、Jetpack Compose、React Native、Flutter、跨平台。当用户提到移动开发、iOS、Android、跨平台时路由到此。.
adapt
Adapt designs to work across different screen sizes, devices, contexts, or platforms. Implements breakpoints, fluid layouts, and touch targets. Use when the user mentions responsive design, mobile layouts, breakpoints, viewport adaptation, or cross-device compatibility.
acceptance
End-to-end verification and self-evidence for a delivery in any repository, with or without a preconfigured verify plan. Discover an existing plan when one was handed to this run; otherwise author checks and publish a standalone acceptance. Pick the proving surface (CLI / web / desktop / iOS Simulator), drive the real…
spa-routes
LobeHub SPA route architecture. Use when editing src/routes, src/features delegation, desktop/mobile/popup router configs, .desktop variants, route segments, redirects, or new pages.
compose-atoms
Decompose a heavy domain feature into mountable capability atoms. Use when a Viewer/Page/index.tsx owns fetch, filters, mutations, modals, and host integrations together; a visual split still leaves store calls and actions on the page; a portal, embed, share, mobile, or micro-app needs a subset of the same domain; or…
maui
Build, review, or migrate .NET MAUI applications across Android, iOS, macOS, and Windows with correct cross-platform UI, platform integration, and native packaging assumptions. USE FOR: working on cross-platform mobile or desktop UI in .NET MAUI; integrating device capabilities, navigation, or platform-specific code…