← 返回
未分类 Key 中文

eonik

The 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.
The 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.
yjkj999999
未分类 community v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 13
下载
💾 0
安装
1
版本
#latest

概述

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 <TOOL_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:

  1. Parse the JSON intelligently.
  2. 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

  1. Ensure your EONIK_API_KEY is set in your environment.
  2. Ensure you have python3 installed.
  3. 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.

版本历史

共 1 个版本

  • v1.0.1 从ClawHub迁移发布(v2-修复版) 当前
    2026-06-07 14:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,546 📥 593,368
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,189 📥 960,428
design-media

agnes-image-gen

user_15292d5a
使用 Agnes AI 的图片生成模型生成图片,支持文生图(agnes-image-2.1-flash)和图生图(agnes-image-2.0-flash)。支持自定义 API Key,用户可使用自己的 Agnes Key。优化重点:降低
★ 1 📥 274