sinch-api-templates-create

sinch-api-templates-create is a skill for Claude Code, Codex from sinch/sinch-plugins. It costs 22 tokens per session (509 once invoked), scanned A, original, Apache-2.0.

A tool for creating message templates in Sinch Template Management. Templates are reusable messages that can include named placeholders, such as a customer's name or order number.

In plain words
What is it for?
Use it to create a text template with a default language, optional description, and optional variables such as `${name}`.
Why use it?
It builds the required template data, including language and variables, so you do not have to assemble the API request by hand.

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/sinch-api-templates-create
Any agent
npx skills add sinch/sinch-plugins --skill sinch-api-templates-create
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-api-templates-create

README.md
[![agentmods](https://agentmods.dev/badge/skills/sinch/sinch-plugins/sinch-api-templates-create.svg)](https://agentmods.dev/skills/sinch/sinch-plugins/sinch-api-templates-create)
Your own site
<a href="https://agentmods.dev/skills/sinch/sinch-plugins/sinch-api-templates-create"><img src="https://agentmods.dev/badge/skills/sinch/sinch-plugins/sinch-api-templates-create.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.00022 $0.00509
Opus 5 $0.00011 $0.00254
Sonnet 5 $0.00004 $0.00102
Haiku 4.5 $0.00002 $0.00051

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

Security

Grade A, and why

sinch-api-templates-create 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.

plugins/sinch-antigravity-plugin/skills/sinch-api-templates-create/SKILL.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create Message Template

Create a new omni-channel message template with the Sinch Template Management API V2. Supports text, variables (${key}), and multiple language translations.

IMPORTANT: Execute this command directly. Do NOT generate script files. Perform the API call immediately.

Input

  • --description / -d: Template description - optional
  • --default-language / -l: Default language code (e.g. en-US) - required
  • --text / -t: Template text with optional ${variable} placeholders - required
  • --variables / -v: Comma-separated variable names or JSON with key/preview_value - optional

Arguments: $ARGUMENTS

Instructions

Execute these steps directly - do not write code or scripts:

  1. If $ARGUMENTS empty: ask for description, default language, template text, and variable names (if any). Otherwise parse.

  2. Validate: --default-language (e.g. en-US), --text (non-empty). Parse --variables into array of {key, preview_value}. Build translations array with one item: language_code, variables, text_message.text.

  3. Get CONVERSATION_* env vars. Template API: https://{region}.template.api.sinch.com. If missing, report "Sinch API is not configured."

  4. Request body: description, default_translation (default language), translations: [{ language_code, variables: [{key, preview_value}], text_message: { text } }].

  5. POST https://{region}.template.api.sinch.com/v2/projects/{projectId}/templates with OAuth2 and JSON body.

  6. On success: "✅ Template created" with template id and version. Handle 400 (validation), 401 with clear messages.

  7. Handle all errors gracefully.

Examples

/sinch-api-templates-create --default-language=en-US --text="Hello ${name}, your order ${order_id} is ready."
/sinch-api-templates-create -l en-US -t "Hi ${customer_name}!" -v name,customer_name -d "Welcome template"

API Reference

Read the full file on GitHub · 50 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 · 50 lines · 22 tokens per session scan A a773f2bd0db2

Subscribe to this mod's changes

sinch-api-templates-create is a skill published in the GitHub repository sinch/sinch-plugins (6 stars, last pushed 22d ago), licensed Apache-2.0. It adds 22 tokens to every session and 509 once invoked, about $0.0001 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-08-31.