agentsclimarketplace

Masheev channels

Skill masheev/skills/skills/masheev-channels

Official Agent Skills for integrating Masheev into your applications

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 author says it does

Copied from the file, not written here

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.

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, 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.

Gives 0 of the 12 instructions most project setup skills give

Counted across 999 of the 1,637 authors here whose files we hold, read 2026-08-06

  • ask one question at a timein 29 of 999, across 28 files
  • detect the package manager from lockfilesin 28 of 999, across 9 files
  • present findings to the userin 25 of 999, across 4 files
  • explore current repo statein 24 of 999, across 3 files
  • update the agent skills block in place if it existsin 24 of 999, across 3 files
  • install husky lint-staged and prettierin 23 of 999, across 4 files
  • create the lintstagedrc filein 22 of 999, across 3 files
  • commit all changed filesin 22 of 999, across 3 files
  • run lint-staged to verify it worksin 22 of 999, across 3 files
  • initialize huskyin 21 of 999, across 2 files
  • create the husky pre-commit filein 21 of 999, across 2 files
  • create a prettierrc file if missingin 21 of 999, across 2 files

Said here and by no other author read

  • Create an inbox for each channel
  • Configure channel-specific settings per channel type
  • Send messages as markdown to enable automatic formatting
  • Enforce TCPA opt-in and opt-out rules for SMS
  • Set up SPF, DKIM, and DMARC records for email
  • Obtain WhatsApp Business API template approval

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. 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.