agentsclimarketplace

Masheev channels

Skill masheev/skills/skills/masheev-channels

Use when integrating WhatsApp, SMS, email, voice, Instagram, or Google Reviews channels with Masheev. Covers channel-specific configuration, WhatsApp Business API template approval and 24-hour session windows, SMS compliance (TCPA opt-in/opt-out), email deliverability (SPF/DKIM/DMARC), voice agent setup with ElevenLabs, and Instagram webhook integration via Meta. Use this skill when someone asks about multi-channel messaging, channel-specific formatting, or setting up a new communication channel in Masheev.From its SKILL.md

Install
npx -y skills add masheev/skills --skill masheev-channels

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.0 KB, 584 tokens by cl100k_base, as published. Nobody here has run it

Masheev Channels

Masheev supports 7 communication channels. Each has unique setup requirements, message formatting rules, and compliance considerations.

Supported Channels

ChannelIDInboundOutboundRich MediaNotes
Chat (Web Widget)chatYesYesQuick replies, cardsDefault channel, via embed SDK
WhatsAppwhatsappYesYesTemplates, mediaMeta Business API, 24h session window
SMSsmsYesYesText onlyTCPA compliance required
EmailemailYesYesHTML, attachmentsSPF/DKIM/DMARC setup
VoicevoiceYesYesAudioElevenLabs integration
InstagraminstagramYesYesMedia, storiesMeta Graph API
Google Reviewsgoogle_reviewsYesYesTextReview response management

Channel Setup

Each channel is configured through an inbox. Create an inbox with the desired channel type:

await apiClient.inboxes.create.mutate({
  name: "WhatsApp Support",
  channel: "whatsapp",
  // Channel-specific config varies
});

Channel-Specific Details

See the reference file for each channel:

ChannelReferenceKey Topics
WhatsAppreferences/whatsapp.mdTemplate approval, 24h windows, media types
SMSreferences/sms.mdTCPA compliance, opt-in/opt-out, character limits
Emailreferences/email.mdSPF/DKIM/DMARC, tracking, unsubscribe
Voicereferences/voice.mdElevenLabs setup, voice selection, SIP

Message Formatting by Channel

ChannelMax LengthMedia SupportFormatting
ChatUnlimitedImages, files, cards, quick repliesMarkdown
WhatsApp4096 charsImages, video, documents, locationWhatsApp formatting (bold, italic)
SMS160 chars (1 segment)NonePlain text
EmailUnlimitedHTML, inline images, attachmentsHTML
VoiceN/AAudio streamSpoken text (TTS)
Instagram1000 charsImages, videoPlain text
Google Reviews4096 charsNonePlain text

When sending messages via the API, Masheev automatically adapts formatting for the target channel. You send markdown; the channel receives the appropriate format.

What ships with it: 4 files

21.0 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.