omni-executor — ai-agents omni-executor, community, ai-agents, ide skills, discord, event-driven, messaging, omnichannel, typescript, whatsapp, Claude Code

v1.0
GitHub

About this Skill

Perfect for AI Agents requiring universal event-driven omnichannel communication across various messaging platforms. Universal event-driven omnichannel platform for AI agents to communicate across any messaging platform

# Core Topics

automagik-dev automagik-dev
[6]
[0]
Updated: 2/26/2026

Agent Capability Analysis

The omni-executor skill by automagik-dev is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for ai-agents, discord, event-driven.

Ideal Agent Persona

Perfect for AI Agents requiring universal event-driven omnichannel communication across various messaging platforms.

Core Value

Empowers agents to send messages using the `omni send` command with JSON processing via `jq`, enabling seamless interaction across different channels and protocols.

Capabilities Granted for omni-executor

Sending text messages via the `omni` CLI
Automating event-driven communication workflows
Integrating with multiple messaging platforms using a single interface

! Prerequisites & Limits

  • Requires `omni` CLI installed and in PATH
  • Deprecation notice: superseded by atomic skills in `plugins/omni/skills/`
  • Needs `jq` available for JSON processing
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

omni-executor

Install omni-executor, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

⚠️ DEPRECATED: Superseded by atomic skills in plugins/omni/skills/. omni-orchestrator → use omni-instances/SKILL.md + omni-config/SKILL.md omni-executor → use omni-send/SKILL.md omni-analytics → use omni-events/SKILL.md

Omni Executor

Prerequisites

  • omni CLI installed and in PATH (omni auth login --api-key sk_xxx --api-url <url>)
  • jq available for JSON processing

Sending Messages

Use omni send with the appropriate flags for each message type:

bash
1# Text 2omni send --to <recipient> --text "Hello!" --instance <id> 3 4# TTS voice note 5omni send --to <recipient> --tts "Voice message" --instance <id> 6 7# Media (image, audio, video, document) 8omni send --to <recipient> --media ./file.jpg --caption "Caption" --instance <id> 9 10# Reaction 11omni send --to <recipient> --reaction "👍" --message <msg-id> --instance <id> 12 13# Sticker 14omni send --to <recipient> --sticker https://example.com/sticker.webp --instance <id> 15 16# Poll (Discord) 17omni send --to <channel-id> --poll "Question?" --options "A,B,C" --instance <id> 18 19# Embed (Discord) 20omni send --to <channel-id> --embed --title "Title" --description "Body" --instance <id>

Instance Resolution

The CLI matches instance IDs intelligently:

  • Full UUID: 00000000-1111-2222-3333-444444444444
  • UUID prefix: c3a4f
  • Exact name: cezar-personal
  • Substring: personal

Searching Messages

bash
1omni messages search "keyword" --since 7d --limit 50 2omni messages search "" --type audio --since 30d --json 3omni messages search "urgent" --chat <chat-id> --since 24h

Filters

FilterDescription
--contentFull-text search
--typetext, audio, image, video
--chatSpecific chat ID
--sinceTime range (7d, 24h, 30min)
--limitMax results

JSON Output and Piping

Every command supports --json for structured output:

bash
1omni send --to <phone> --text "Hi" --json | jq -r '.data.messageId' 2omni instances list --json | jq '.[] | select(.status=="connected")' 3omni chats list --instance <id> --json | jq '.[] | select(.unreadCount > 0)'

Testing Automations

bash
1omni automations test <id> --dry-run 2omni automations logs <id>

Rate Limiting

When sending in loops, add a delay between messages:

bash
1for recipient in "${recipients[@]}"; do 2 omni send --to "$recipient" --text "Hello" --instance <id> --json 3 sleep 1 4done

Error Handling

Check exit codes and capture stderr:

bash
1if ! output=$(omni send --to <phone> --text "Hi" --instance <id> --json 2>&1); then 2 echo "Error: $output" >&2 3 exit 1 4fi

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is omni-executor?

Perfect for AI Agents requiring universal event-driven omnichannel communication across various messaging platforms. Universal event-driven omnichannel platform for AI agents to communicate across any messaging platform

How do I install omni-executor?

Run the command: npx killer-skills add automagik-dev/omni/omni-executor. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for omni-executor?

Key use cases include: Sending text messages via the `omni` CLI, Automating event-driven communication workflows, Integrating with multiple messaging platforms using a single interface.

Which IDEs are compatible with omni-executor?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for omni-executor?

Requires `omni` CLI installed and in PATH. Deprecation notice: superseded by atomic skills in `plugins/omni/skills/`. Needs `jq` available for JSON processing.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add automagik-dev/omni/omni-executor. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use omni-executor immediately in the current project.

Related Skills

Looking for an alternative to omni-executor or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI