Install
openclaw skills install eonikThe official eonik AI Agent Skill. Fully equipped with capabilities for creative auditing, trend discovery, genome-based performance analysis, ad brief generation, and automated campaign deployment.
openclaw skills install eonikThe ultimate AI Agent capability for modern performance marketing. This skill connects your agent directly to the eonik Intelligence Engine, allowing it to perform end-to-end campaign management, creative auditing, and strategic ad production.
When a user triggers this skill or asks for marketing/ad tasks, you MUST leverage the eonik Local CLI.
You are equipped with a universal Python wrapper that connects securely to the api.eonik.ai backend. You do NOT need to write any HTTP requests manually.
Execute tools by running the local script:
python3 scripts/cli.py <TOOL_NAME> [--arg1 value1] [--arg2 value2]
Note: Make sure EONIK_API_KEY is set in the environment before executing.
You have access to the full suite of eonik capabilities. Route the user's intent to one of the following tools:
run_budget_audit (args: --account_id, --days)get_creative_autopsy (args: --days)discover_trends (args: --query, --platform)search_ad_library (args: --industry, --hook_type, --brand_name)get_insights_feed (args: --platform, --days)generate_creative_brief (args: --objective, --hook_type, --creative_style, --emotion)create_ad_creation_run (args: --brand, --product)launch_ad_run (args: --run_id, --experiment_id, --meta_adset_id)get_genome_matrix (args: --days, --platform)get_fatigue_signals (args: --platform)get_budget_leaks (args: --days)Example Execution: If a user says "Run a budget audit for the last 14 days", you execute:
python3 scripts/cli.py run_budget_audit --days 14
After receiving the JSON response from the CLI:
EONIK_API_KEY is set in your environment.python3 installed.https://api.eonik.ai/mcp/sse.