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 commands/sinch/sinch-plugins/sinch-helpgit clone --depth 1 https://github.com/sinch/sinch-pluginsWhat 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.00014 | $0.01331 |
| Opus 5 | $0.00007 | $0.00665 |
| Sonnet 5 | $0.00003 | $0.00266 |
| Haiku 4.5 | $0.00001 | $0.00133 |
Grade B, and why
sinch-help scanned grade B with 1 finding 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 2d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
~/.claude/settings.json How it starts
The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sinch Conversation API Setup
Configure the required environment variables to enable the Sinch Conversation API MCP server in Claude Code.
Overview
This plugin uses the Sinch Conversation API MCP server (defined in .mcp.json) to send and receive messages via SMS and RCS channels. It supports multiple message types (text, media, location, choice, template), batch messaging (up to 1000 recipients), template management, and channel fallback.
For more details about the underlying MCP server and tools, see Sinch MCP Server
Required Environment Variables
You need to obtain and configure the following 5 variables:
CONVERSATION_PROJECT_ID- Your Sinch project IDCONVERSATION_KEY_ID- Your API key IDCONVERSATION_KEY_SECRET- Your API key secretCONVERSATION_REGION- Your Sinch region (e.g.,us,eu,br)CONVERSATION_APP_ID- Your Conversation app ID
Get Your Sinch Credentials
- Create a Sinch Build account (see here for instructions on setting up an account).
- Enable the product in the dashboard: Conversation API.
- Generate an access key in the Sinch Build Dashboard. If you need help, review our Community article on access key creation.
Configuration Steps
1. Open Claude Code Settings
On macOS, the settings file is located at:
~/.claude/settings.json
You can open it by:
- Using a text editor:
code ~/.claude/settings.jsonoropen -a TextEdit ~/.claude/settings.json - Using Finder: Press
Cmd+Shift+Gand paste~/.claude/settings.json
2. Add Environment Variables
Add or update the env section in your settings.json:
{
"env": {
"CONVERSATION_PROJECT_ID": "your-project-id-here",
"CONVERSATION_KEY_ID": "your-key-id-here",
"CONVERSATION_KEY_SECRET": "your-key-secret-here",
"CONVERSATION_REGION": "your-app-region (e.g., us, eu, br)",
"CONVERSATION_APP_ID": "your-app-id-here"
}
}
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.
- 2d ago First seen · 134 lines · 14 tokens per session scan B c22fa8851d29
sinch-help is a command published in the GitHub repository sinch/sinch-plugins (6 stars, last pushed 20d ago), licensed Apache-2.0. It adds 14 tokens to every session and 1,331 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
cleanup-back-to-main
Go back to main and clean up the branch.
context
项目上下文管理:初始化 .context 目录、记录决策日志、压缩归档、查看历史.
spec-design
Create comprehensive technical design for a specification.
release
Ship a stable cmux release built by CI: bump version, update changelog, open a PR, merge, tag, then GitHub Actions builds, signs, and publishes.
notebook-query
Query the notebook knowledge base (SQLite) built by /agy:notebook — precise, grounded, cited. Ask in natural language ("sum the amounts by category", "which docs mention 'Acme Corp'", "build a project timeline") or pass raw SQL. Read-only. Use this when you need exact aggregates/lookups across a document corpus…
tldr
Re-apply TLDR rules for this turn (verdict first, no filler).