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 wayai CLI and workspace files, and do not call any mcp__wayai__* tools that may also be in your toolset. If you do not have filesystem/shell access (app-harness agents — Claude Desktop, etc.), use the mcp__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 wayai CLI; one-time setup (orgs, OAuth, publish) goes through the platform UI
  • Always wayai pull -y before editing — catches out-of-band changes
  • Always wayai push -y immediately after editing — editing and pushing are a single action
  • Never auto-commit — show git diff, wait for user approval

Quick Decision: What Can I Do?

Installs
14
First Seen
Apr 30, 2026