Eonik Agent
/install eonik
eonik Agent Skill
The 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.
Agent Instructions
When a user triggers this skill or asks for marketing/ad tasks, you MUST leverage the eonik Local CLI.
1. Execution Flow
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 \x3CTOOL_NAME> [--arg1 value1] [--arg2 value2]
Note: Make sure EONIK_API_KEY is set in the environment before executing.
2. Available Capabilities (CLI Tools)
You have access to the full suite of eonik capabilities. Route the user's intent to one of the following tools:
- Analyze (Auditing & Diagnostics)
run_budget_audit(args:--account_id,--days)get_creative_autopsy(args:--days)
- Ideate (Trends & Intelligence)
discover_trends(args:--query,--platform)search_ad_library(args:--industry,--hook_type,--brand_name)get_insights_feed(args:--platform,--days)
- Produce (Creative Generation)
generate_creative_brief(args:--objective,--hook_type,--creative_style,--emotion)create_ad_creation_run(args:--brand,--product)
- Deploy (Campaign Launch)
launch_ad_run(args:--run_id,--experiment_id,--meta_adset_id)
- Genome & Fatigue Analysis
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
3. Formatting Rules
After receiving the JSON response from the CLI:
- Parse the JSON intelligently.
- Present the insights cleanly. If auditing, highlight severe leaks in red/bold. If presenting an ad brief, use clear markdown sections. Do not just dump the raw JSON string to the user.
Setup for Users
- Ensure your
EONIK_API_KEYis set in your environment. - Ensure you have
python3installed. - If your agent is MCP-native, you can optionally bypass this CLI and connect directly to the eonik MCP endpoint:
https://api.eonik.ai/mcp/sse.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eonik - 安装完成后,直接呼叫该 Skill 的名称或使用
/eonik触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Eonik Agent 是什么?
The official eonik AI Agent Skill. Fully equipped with capabilities for creative auditing, trend discovery, genome-based performance analysis, ad brief gener... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 Eonik Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eonik」即可一键安装,无需额外配置。
Eonik Agent 是免费的吗?
是的,Eonik Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eonik Agent 支持哪些平台?
Eonik Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eonik Agent?
由 Abinash Senapati(@techievena)开发并维护,当前版本 v1.0.0。