Sinch Sinch Plugins
sinch-sinch-plugins is a Claude Code plugin for the Build phase that integrates Sinch messaging APIs so you can send SMS and work with webhooks inside agent-assisted development.
Builders adding SMS and conversational messaging to their app via Sinch APIs without hand-rolling HTTP and webhook plumbing in every agent session.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install sinch-sinch-plugins@sinch/sinch-pluginsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:sinch/sinch-plugins") and the paste-ready config with skillselion.get_install_config("plugin:sinch/sinch-plugins").
What it does
The sinch-sinch-plugins bundle gives Claude Code developers a focused bridge to Sinch’s messaging stack so agents can help you implement SMS sends, webhook handlers, and conversation flows with less guesswork about endpoints and auth. Solo builders validating alerts, OTP flows, or lightweight customer SMS do not need to paste API docs into every chat; the plugin surfaces integration-oriented keywords including MCP, webhooks, and conversation tooling. It is intentionally narrow: you are not getting a full growth stack, only the Build-phase hook into Sinch. Expect to bring your own Sinch credentials, compliance posture, and product copy for opt-in messaging. After install, typical outcomes are working send paths and webhook wiring you can iterate in Ship and Grow phases using your own analytics, not features bundled inside this single plugin.
Highlights
- Claude Code plugin for Sinch messaging APIs
- Send SMS from applications through documented plugin methods
- MCP-related keywords alongside conversation and webhook support
- Communication-category bundle with pluginCount: 1
- Pairs AI-assisted coding with Sinch account-backed messaging
Why builders use it
Hooking Sinch SMS and webhooks into a new feature means repeated API doc diving and brittle one-off code in every session.
You install the Sinch plugin and let Claude Code generate and refine messaging integration code against Sinch’s APIs.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 5 stars, 0 votes.
FAQ
Who is sinch-sinch-plugins for?
It is for developers building apps that need Sinch-powered SMS or messaging webhooks who want Claude Code to help implement those integrations faster.
When should I use sinch-sinch-plugins?
Use it during Build when you are implementing messaging features, webhook endpoints, or Sinch API calls in your codebase.
How do I add sinch-sinch-plugins to my agent?
Add the sinch/sinch-plugins marketplace entry in Claude Code, configure your Sinch API credentials per the repo README, then invoke the plugin while coding messaging flows.
Comments
Share how you use sinch-sinch-plugins, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.