← Back to Skills Marketplace
techievena

Eonik Agent

by Abinash Senapati · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
38
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install eonik
Description
The official eonik AI Agent Skill. Fully equipped with capabilities for creative auditing, trend discovery, genome-based performance analysis, ad brief gener...
README (SKILL.md)

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:

  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.
Usage Guidance
Install only if you trust Eonik with your advertising account data and understand that this skill can call external services using your EONIK_API_KEY. Use the lowest-privilege key available, avoid granting launch or spend authority unless needed, and require manual review before any ad creation, deployment, or campaign launch action.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The advertised purpose matches the code: a Python CLI sends authenticated requests to api.eonik.ai for audits, trend discovery, brief generation, ad creation, and campaign launch. The concern is that launch_ad_run and ad-creation POST actions can affect live advertising accounts and potentially spend money, while the artifacts do not define dry-run behavior, budget limits, approval checkpoints, or rollback expectations.
Instruction Scope
SKILL.md instructs the agent to use the Eonik CLI when the user asks for marketing or ad tasks, which is broad for a tool that includes both read-only analytics and state-changing deployment operations. The instructions do not require explicit user confirmation immediately before external API calls or before launch/deployment actions.
Install Mechanism
Installation is simple and mostly transparent: no third-party Python dependencies are declared, and the CLI uses the standard library. It requires EONIK_API_KEY and supports an optional remote MCP endpoint; the documentation says the key is used for authentication and not logged, but it gives limited guidance on credential scope, storage, rotation, or downstream permissions.
Credentials
An external API-backed marketing automation skill reasonably needs network access and an API key, but the artifacts under-disclose what campaign, account, prompt, and derived business data may be sent to Eonik. The config includes redaction and account-resolution settings, but the CLI itself accepts arbitrary arguments and sends them to the backend.
Persistence & Privilege
No local persistence, background worker, privilege escalation, destructive local file behavior, or package-install behavior was found. The privileged surface is remote: bearer-token access to Eonik endpoints that may read marketing data and perform ad creation or launch actions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eonik
  3. After installation, invoke the skill by name or use /eonik
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the eonik AI Agent Skill. - Enables full integration with the eonik Intelligence Engine for performance marketing tasks. - Supports creative auditing, trend discovery, genome and fatigue analysis, creative brief generation, and automated campaign deployment via a local CLI. - Provides clear execution instructions and formatting guidelines for presenting insights. - Requires the EONIK_API_KEY environment variable for operation. - Designed for end-to-end campaign management on platforms like Meta, TikTok, and Google.
Metadata
Slug eonik
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Eonik Agent?

The official eonik AI Agent Skill. Fully equipped with capabilities for creative auditing, trend discovery, genome-based performance analysis, ad brief gener... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install Eonik Agent?

Run "/install eonik" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Eonik Agent free?

Yes, Eonik Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Eonik Agent support?

Eonik Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eonik Agent?

It is built and maintained by Abinash Senapati (@techievena); the current version is v1.0.0.

💬 Comments