wayai
Installation
SKILL.md
WayAI Skill
WayAI is a SaaS platform for AI-powered communication hubs. Each hub combines AI agents and a human team across channels (WhatsApp, Email, Instagram, native App). This workspace stores one hub as code: hub.yaml + agents/*.{yaml,md} synced bidirectionally to the platform via the wayai CLI.
Platform is the source of truth. Workspace files are the edit surface — changes flow through files → wayai push → platform. Always wayai pull before editing to catch out-of-band changes.
Agent Guidelines
- Interface: if you have filesystem/shell access (code-harness agents — Claude Code, Codex, Cursor, OpenCode), drive WayAI through the
wayaiCLI and workspace files, and do not call anymcp__wayai__*tools that may also be in your toolset. If you do not have filesystem/shell access (app-harness agents — Claude Desktop, etc.), use themcp__wayai__*tools — they are your interaction surface for everything below - Only provide information from this skill, tool descriptions, or reference documentation
- Do not invent URLs, paths, or steps
- Hub config flows through files + the
wayaiCLI; one-time setup (orgs, OAuth, publish) goes through the platform UI - Always
wayai pull -ybefore editing — catches out-of-band changes - Always
wayai push -yimmediately after editing — editing and pushing are a single action - Never auto-commit — show
git diff, wait for user approval