Skip to content

Add Kudosity Messaging skills - #1480

Open
Tony Becker (t--becker) wants to merge 1 commit into
ComposioHQ:masterfrom
t--becker:add-kudosity-messaging
Open

Add Kudosity Messaging skills#1480
Tony Becker (t--becker) wants to merge 1 commit into
ComposioHQ:masterfrom
t--becker:add-kudosity-messaging

Conversation

@t--becker

Copy link
Copy Markdown

Adds kudosity/skills to Development & Code Tools — eight skills for sending SMS, MMS, WhatsApp and RCS from an agent via the Kudosity messaging API.

Placed alphabetically between jules and LangSmith Fetch. One line added, nothing else touched.

Against the contribution requirements

Solves a real problem — messaging APIs have platform rules that agents get wrong by default, and the failures are quiet. WhatsApp free-form text only delivers inside a 24-hour service window, so an agent that "works in testing" (you had just messaged yourself) fails in production. RCS sends through a registered agent ID, not a phone number, so passing a number fails validation. Each skill front-loads the rule that breaks the naive attempt.

Well documented / includes examples — every skill carries the endpoint, auth header, a complete runnable curl, the response shape and an error table. Endpoint detail is taken from Kudosity's live OpenAPI specs rather than written from memory.

Tested — installed and verified via npx skills add kudosity/skills on Claude Code; also listed at skills.sh/kudosity/skills.

Safe — Markdown only. No scripts, no executables, no network calls beyond documented Kudosity API endpoints. Credentials are read from environment variables and are never written to files or echoed back.

Portable — plain SKILL.md with name/description frontmatter, so it works across Claude Code, Cursor, Copilot, Windsurf and the rest. Each skill is self-contained: install one on its own and the task it names works end to end, with no dependency on a sibling skill being present.

MIT licensed, published from the Kudosity org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant