sinch-in-app-calling

sinch-in-app-calling is a skill for Claude Code, Codex from sinch/sinch-plugins. It costs 71 tokens per session (2,351 once invoked), scanned A, a copy of sinch-in-app-calling, Apache-2.0.

A skill for adding real-time voice and video calls to Android, iOS, or JavaScript applications with Sinch's software service. It supports calls between app users and connections to phone systems, phone numbers, SIP systems, or conferences.

In plain words
What is it for?
Use it when building app-to-app calls, app-to-phone calls, SIP or contact-center connections, conference calls, or incoming phone and SIP calls.
Why use it?
It provides platform-specific integration guidance for connecting an app to Sinch's calling service, including authentication and setup steps.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/sinch/sinch-plugins/in-app-calling
Any agent
npx skills add sinch/sinch-plugins --skill in-app-calling
Clone the repo
git clone --depth 1 https://github.com/sinch/sinch-plugins

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for sinch-in-app-calling

README.md
[![agentmods](https://agentmods.dev/badge/skills/sinch/sinch-plugins/in-app-calling.svg)](https://agentmods.dev/skills/sinch/sinch-plugins/in-app-calling)
Your own site
<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>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,351 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 9ccbc2782a22, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (assets/jwt-helper.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

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.

plugins/sinch-antigravity-plugin/skills/in-app-calling/SKILL.md · 158 lines

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

  1. 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.
  2. Walk through the integration steps in the platform reference. Go step by step — confirm each step is in place before moving to the next.

  3. 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.

  1. Ask about call types: Which types does the user need? This determines which sections to cover.

  2. 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:

Read the full file on GitHub · 158 lines

Changes

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.

  1. 4d ago First seen · 158 lines · 71 tokens per session scan A 9ccbc2782a22

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

mobile

移动开发。iOS、Android、SwiftUI、Jetpack Compose、React Native、Flutter、跨平台。当用户提到移动开发、iOS、Android、跨平台时路由到此。.

fengshao1227/ccg-workflow · 44 tokens

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.

fengshao1227/ccg-workflow · 51 tokens

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…

lobehub/lobehub · 163 tokens

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.

lobehub/lobehub · 41 tokens

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…

lobehub/lobehub · 144 tokens

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…

managedcode/dotnet-skills · 121 tokens