Masheev channels
Official Agent Skills for integrating Masheev into your applications
npx -y skills add masheev/skills --skill masheev-channelsAssembled 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
| Channel | ID | Inbound | Outbound | Rich Media | Notes |
|---|---|---|---|---|---|
| Chat (Web Widget) | chat | Yes | Yes | Quick replies, cards | Default channel, via embed SDK |
whatsapp | Yes | Yes | Templates, media | Meta Business API, 24h session window | |
| SMS | sms | Yes | Yes | Text only | TCPA compliance required |
email | Yes | Yes | HTML, attachments | SPF/DKIM/DMARC setup | |
| Voice | voice | Yes | Yes | Audio | ElevenLabs integration |
instagram | Yes | Yes | Media, stories | Meta Graph API | |
| Google Reviews | google_reviews | Yes | Yes | Text | Review 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:
| Channel | Reference | Key Topics |
|---|---|---|
| references/whatsapp.md | Template approval, 24h windows, media types | |
| SMS | references/sms.md | TCPA compliance, opt-in/opt-out, character limits |
| references/email.md | SPF/DKIM/DMARC, tracking, unsubscribe | |
| Voice | references/voice.md | ElevenLabs setup, voice selection, SIP |
Message Formatting by Channel
| Channel | Max Length | Media Support | Formatting |
|---|---|---|---|
| Chat | Unlimited | Images, files, cards, quick replies | Markdown |
| 4096 chars | Images, video, documents, location | WhatsApp formatting (bold, italic) | |
| SMS | 160 chars (1 segment) | None | Plain text |
| Unlimited | HTML, inline images, attachments | HTML | |
| Voice | N/A | Audio stream | Spoken text (TTS) |
| 1000 chars | Images, video | Plain text | |
| Google Reviews | 4096 chars | None | Plain 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.